ctucx.git: nixfiles

ctucx' nixfiles

commit cee5a917689670d8bcf8cffa4891c103cd7dcefe
parent 459a216c9b3c9ec93cde70a82a3577d954b2b666
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 12 Oct 2021 16:55:42 +0200

programs/waybar: fix style for hovering over workspaces
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/configurations/programs/waybar/style.css b/configurations/programs/waybar/style.css
@@ -22,10 +22,14 @@ window#waybar {
 }
 
 #workspaces button.focused {
-    background-color: rgba(255, 255, 255, 0.1);
+    background: rgba(255, 255, 255, 0.1);
     border-bottom: 2px solid #4aa96c;
 }
 
+#workspaces button:hover {
+    background: rgba(255, 255, 255, 0.06);
+}
+
 #clock {
     font-size: 16px;
     font-family: 'Noto Mono', monospace;