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 9e06256e..11ee2c26 100644 --- a/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix @@ -56,7 +56,7 @@ }, "idle_inhibitor": { - "format": "{icon}", + "format": "{icon} ", "format-icons": { "activated": "", "deactivated": "" @@ -118,8 +118,8 @@ }, "network": { - "format": "{ifname}", - "format-wifi": " ", + "format": "{ifname} ", + "format-wifi": "", "format-ethernet": " {ipaddr}", "format-disconnected": "", // An empty format will hide the module. "tooltip-format": "{ifname} via {gwaddr} ",