From de78b132e338aae1fa808ce27c140c606e6ee4c5 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sat, 10 Jun 2023 23:54:52 +0200 Subject: [PATCH] Fix minor waybar workspaces widget hover color issue --- config/waybar/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/waybar/style.css b/config/waybar/style.css index bf7888b4..09f3551b 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -1,3 +1,4 @@ +/*TODO: Set this through nixos module programatically*/ /*@import url("colors/three-bears.css");*/ @import url("colors/foggy-lake.css"); @@ -20,6 +21,10 @@ window#waybar { color: @base; } +#workspaces button:hover { + color: @pink; +} + /*Tux Icon*/ #custom-launcher { font-size: 18px;