aboutsummaryrefslogtreecommitdiffstats
path: root/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/waybar/style.css b/waybar/style.css
index 3e53a9d..76dbfc5 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -10,6 +10,7 @@ window#waybar {
border-bottom: 3px solid #434e59;
transition-property: background-color;
transition-duration: .5s;
+ background-clip: border-box;
}
window#waybar.hidden {
@@ -41,7 +42,7 @@ button {
background: rgba(0, 0, 0, 0.2);
}
-#workspaces button.focused {
+#workspaces button.active {
background-color: #434e59;
}
@@ -79,6 +80,14 @@ button {
margin: 0 4px;
}
+#battery.charging.critical {
+ background: none;
+}
+
+#battery.critical {
+ background: #eb4d4b;
+}
+
/* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces {
margin-left: 0;