From 0875217932d157ab712d91fd2fec2abdb3c1a824 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 16 Nov 2024 12:06:44 +0100 Subject: [PATCH] fix colors for the workspace modules Former-commit-id: 619b0d3724f6f6e1aba4689a52b2e3557891e008 --- home/system/hyprpanel/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/system/hyprpanel/default.nix b/home/system/hyprpanel/default.nix index d4e6dca..4544aef 100644 --- a/home/system/hyprpanel/default.nix +++ b/home/system/hyprpanel/default.nix @@ -111,7 +111,8 @@ in { "theme.bar.buttons.workspaces.hover": "${accent-alt}", "theme.bar.buttons.workspaces.active": "${accent}", - "theme.bar.buttons.workspaces.available": "${background}", + "theme.bar.buttons.workspaces.available": "${accent-alt}", + "theme.bar.buttons.workspaces.occupied": "${accent}", "theme.bar.margin_top": "${ if position == "top" then toString (gaps-in * 2) else "0"