summaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css43
1 files changed, 30 insertions, 13 deletions
diff --git a/waybar/style.css b/waybar/style.css
index cf76ed2..f8cc3c9 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -45,7 +45,7 @@ window#waybar.hidden {
/*
#workspaces button:hover {
- background: #39c1ed;
+ background: #6e3c85;
color: black;
border-bottom: 3px solid #ffffff;
@@ -53,12 +53,12 @@ window#waybar.hidden {
*/
#workspaces button.active {
- background: #198844;
+ background: #EC0101;
}
/*
#workspaces button.active:hover {
- background: #39c1ed;
+ background: #6e3c85;
color: black;
border-bottom: 3px solid #ffffff;
}
@@ -81,7 +81,7 @@ window#waybar.hidden {
#temperature,
#backlight,
#network,
-#pulseaudio,
+#wireplumber,
#custom-media,
#custom-launcher,
#custom-power,
@@ -125,7 +125,7 @@ window#waybar.hidden {
}
#battery.charging, #battery.plugged {
- color: #26A65B;
+ color: #EC0101;
background-color: #1b1d1c;
}
@@ -156,7 +156,7 @@ label:focus {
}
#memory {
- background-color: #1b1d1c;
+ background-color: #EC0101;
color: #ffffff;
}
@@ -166,12 +166,12 @@ label:focus {
}
#backlight {
- background-color: #198844;
+ background-color: #EC0101;
color: #ffffff;
}
#network {
- background-color: #198844;
+ background-color: #EC0101;
color: #ffffff;
}
@@ -180,14 +180,14 @@ label:focus {
color: #ffffff;
}
-#pulseaudio {
- background-color: #1b1d1c;
+#wireplumber {
+ background-color: #EC0101;
color: #ffffff;
}
-#pulseaudio.muted {
+#wireplumber.muted {
background-color: #1b1d1c;
- color: #198844;
+ color: #EC0101;
}
#custom-media {
@@ -276,6 +276,23 @@ label:focus {
background-color: #eb4d4b;
}
+#tray {
+ background-color: transparent;
+ color: #ffffff;
+}
+
+#tray > .passive {
+ -gtk-icon-effect: dim;
+ background-color: #EC0101;
+ color: #ffffff;
+}
+
+#tray > .needs-attention {
+ -gtk-icon-effect: highlight;
+ background-color: #EC0101;
+ color: #ffffff;
+}
+
#idle_inhibitor {
background-color: #1b1d1c;
border-radius: 20px 0px 0px 20px;
@@ -283,7 +300,7 @@ label:focus {
}
#idle_inhibitor.activated {
- background-color: #198844;
+ background-color: #EC0101;
color: #ffffff;
border-radius: 20px 0px 0px 20px;