aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style/Chroma Edge.css
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-12-08 00:28:47 +0900
committerGitHub <noreply@github.com>2023-12-08 00:28:47 +0900
commit0d5617b7f25101bdfee905106eaa898e4dc4f93f (patch)
tree5aaa03534a95efa95358f4745f9863a1a892e011 /config/waybar/style/Chroma Edge.css
parent55a3cfbd7974bca5e8545f28bb4b6bcec1b69342 (diff)
parent651ab648e13a6f6bdc8183cb31eec55e1dff8ef2 (diff)
Merge pull request #53 from JaKooLit/v2.1.17
V2.1.17
Diffstat (limited to 'config/waybar/style/Chroma Edge.css')
-rw-r--r--config/waybar/style/Chroma Edge.css26
1 files changed, 16 insertions, 10 deletions
diff --git a/config/waybar/style/Chroma Edge.css b/config/waybar/style/Chroma Edge.css
index fac5035a..797d0d68 100644
--- a/config/waybar/style/Chroma Edge.css
+++ b/config/waybar/style/Chroma Edge.css
@@ -49,9 +49,10 @@ tooltip {
tooltip label{
color: #cdd6f4;
}
+
#workspaces button {
- color: #7984a4;
- background-color: transparent;
+ background-color: transparent;
+ color: grey;
box-shadow: none;
text-shadow: none;
padding: 0px;
@@ -62,21 +63,24 @@ tooltip label{
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
}
-#workspace button.hover {
- background-color: transparent;
- padding-left: 2px;
- padding-right: 2px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
-}
#workspaces button.active {
- color: white;
+ background-color: transparent;
+ color: #D3D3D3;
padding-left: 8px;
padding-right: 8px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
+#workspaces button:hover {
+ background: rgba(0, 0, 0, 0.2);
+ color: #D3D3D3;
+ padding-left: 2px;
+ padding-right: 2px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+}
+
#workspaces button.urgent {
background-color: #eb4d4b;
}
@@ -107,6 +111,7 @@ tooltip label{
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
@@ -162,6 +167,7 @@ tooltip label{
background-color: rgba(50, 50, 50, 0.1);
}
+#custom-keyboard,
#memory {
color: #ebcb8b;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage