From 0ae912d9803e03e7fd1e1bb270ce60593d035823 Mon Sep 17 00:00:00 2001 From: steffen Date: Fri, 3 Apr 2026 14:28:13 +0200 Subject: [PATCH] waybar: fix workspaces button color and background --- modules/home/stylix/targets/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/stylix/targets/waybar.nix b/modules/home/stylix/targets/waybar.nix index a533515..2f51691 100644 --- a/modules/home/stylix/targets/waybar.nix +++ b/modules/home/stylix/targets/waybar.nix @@ -71,11 +71,11 @@ in #workspaces { color: ${colors.base05}; - background: ${colors.base00}; } #workspaces button { padding: ${halfgaps}px; + color: ${colors.base05}; } #workspaces button.active {