From f2799ccb5bb3a7ec7ed9c4a04d1f55aff772ab10 Mon Sep 17 00:00:00 2001 From: "Adrian Gunnar Lauterer (aider)" Date: Sun, 25 May 2025 21:39:14 +0200 Subject: [PATCH] fix: update workspace button color opacity to 1 in waybar.nix --- home/gunalx/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/gunalx/waybar.nix b/home/gunalx/waybar.nix index 3814b8b..c67f812 100644 --- a/home/gunalx/waybar.nix +++ b/home/gunalx/waybar.nix @@ -232,7 +232,7 @@ in #sway-workspaces button,#niri-workspaces button { padding: 0 6px; background: transparent; - color: ${toRGBA palette.base05 "0.9"}; + color: ${toRGBA palette.base05 "1"}; border: none; border-radius: 6px; }