dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit d71209b9c8517b30cccc26f0ce77f89b92f44f8c
parent 013fe8bd29f6788ac3a1e6e60c1355e55ee162f2
Author: Chris <chris@echoz.io>
Date:   Thu, 20 Nov 2025 12:17:03 +0100

fix(waybar): use right color for workspace buttons

Diffstat:
Mmodules/waybar/default.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/waybar/default.nix b/modules/waybar/default.nix @@ -117,12 +117,12 @@ #workspaces button:hover { background: inherit; - box-shadow: inset 0px 2px #${style.colors.lo.hex}; + box-shadow: inset 0px 2px #${style.colors.fg.hex}; text-shadow: inherit; } #workspaces button.active { - box-shadow: inset 0px 2px #${style.colors.bg.hex}; + box-shadow: inset 0px 2px #${style.colors.fg.hex}; } #workspaces button.empty {