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 e605d83e..e4bd27f6 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" }, @@ -58,8 +58,8 @@ "idle_inhibitor": { "format": "{icon}", "format-icons": { - "activated": " ", - "deactivated": " " + "activated": "", + "deactivated": "" } }, @@ -167,7 +167,7 @@ border-radius: 50px; padding: 0px 5px; margin: 5px; - color: rgba(0, 0, 0, 1); + color: rgba(200, 200, 200, 0.5); background-color: #282828; }