From 4097699d97ef63fa077994645d268f12b94611b6 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 15 Nov 2023 17:10:52 +0900 Subject: [PATCH] Test --- .../hyprland/themes/gruvbox/waybar-conf.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix b/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix index b5d5074b..a4bd8fc6 100644 --- a/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix @@ -39,7 +39,7 @@ ], "custom/wlogout": { - "format": " ", + "format": "", "on-click": "wlogout" }, @@ -50,16 +50,16 @@ "return-type": "json", "interval": 5, "format-icons": { - "Running": "󰌆 ", - "Stopped": "󰌊 ", + "Running": "󰌆", + "Stopped": "󰌊", } }, "idle_inhibitor": { "format": "{icon}", "format-icons": { - "activated": " ", - "deactivated": " " + "activated": "", + "deactivated": "" } }, @@ -167,13 +167,14 @@ border-radius: 50px; padding: 0px 5px; margin: 5px; - color: rgba(200, 200, 200, 1); + color: rgba(200, 200, 200, 0.5); background-color: #282828; } #workspaces button.active { padding: 0px 15px; background-color: #a89984; + color: rgba(0, 0, 0, 0.5); } #workspaces button:hover,