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.css28
1 files changed, 26 insertions, 2 deletions
diff --git a/modules/user/desktop/apps/waybar/style.css b/modules/user/desktop/apps/waybar/style.css
index 9b5b2ae..10f7787 100644
--- a/modules/user/desktop/apps/waybar/style.css
+++ b/modules/user/desktop/apps/waybar/style.css
@@ -12,17 +12,41 @@ window#waybar {
}
tooltip {
- background: rgba(0, 0, 0, 0.5);
+ background: rgba(0, 0, 0, 0.33);
}
tooltip label {
color: #cdd6f4;
}
+.modules-left, .modules-center, .modules-right {
+ background: rgba(0, 0, 0, 0.33);
+ border-bottom-left-radius: 5px;
+ border-bottom-right-radius: 5px;
+ margin: 0 6px;
+ padding: 0 2px;
+}
+
#workspaces button {
+ background: none;
+ box-shadow: none;
+ color: #6c7086;
padding: 0;
}
+#workspaces button.visible {
+ color: #a6adc8;
+}
+
+#workspaces button.focused {
+ color: #cba6f7;
+}
+
+#workspaces button.urgent {
+ color: #f38ba8;
+}
+
#workspaces button:hover {
- background: inherit;
+ color: #cdd6f4;
+ text-shadow: inherit;
}