summaryrefslogtreecommitdiff
path: root/desktop/.config/waybar/style.css
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-10-12 06:42:57 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-10-20 07:58:20 -0400
commitb491c39c9253d25589ef98fe23a5c996ed0c149c (patch)
tree20445083b334a61c267a395cc68e8f5ac25f0322 /desktop/.config/waybar/style.css
parent6977dac3fda7c8248a304bc776ed7205210a3d54 (diff)
sway config
Diffstat (limited to 'desktop/.config/waybar/style.css')
-rw-r--r--desktop/.config/waybar/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/desktop/.config/waybar/style.css b/desktop/.config/waybar/style.css
index 49d5ac1..edc028e 100644
--- a/desktop/.config/waybar/style.css
+++ b/desktop/.config/waybar/style.css
@@ -79,6 +79,25 @@ button:hover {
margin: 0 4px;
}
+#workspaces button {
+ padding: 0 5px;
+ background-color: transparent;
+ color: #ffffff;
+}
+
+#workspaces button:hover {
+ background: rgba(0, 0, 0, 0.2);
+}
+
+#workspaces button.focused {
+ background-color: #64727D;
+ box-shadow: inset 0 -3px #ffffff;
+}
+
+#workspaces button.urgent {
+ background-color: #eb4d4b;
+}
+
/* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces {
margin-left: 0;