aboutsummaryrefslogtreecommitdiff
path: root/modules/user/desktop/apps/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/desktop/apps/waybar/style.css')
-rw-r--r--modules/user/desktop/apps/waybar/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/user/desktop/apps/waybar/style.css b/modules/user/desktop/apps/waybar/style.css
index cb20626..6f503ec 100644
--- a/modules/user/desktop/apps/waybar/style.css
+++ b/modules/user/desktop/apps/waybar/style.css
@@ -24,6 +24,7 @@ tooltip label {
margin: 0 6px; /* don't ask. the outer gaps are set to 4px but they're actually 6px */
}
+
#workspaces button {
background: none;
box-shadow: none;
@@ -50,6 +51,11 @@ tooltip label {
text-shadow: inherit;
}
-#tray {
+#backlight, #battery, #language, #tray, #wireplumber {
+ min-width: 2em;
padding-left: 4px;
}
+
+#battery.critical {
+ color: #f38ba8;
+}