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 a1c7143a..45f61e0f 100644 --- a/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix @@ -50,8 +50,8 @@ "return-type": "json", "interval": 5, "format-icons": { - "Running": "󰌆", - "Stopped": "󰌊", + "Running": "󰌆 ", + "Stopped": "󰌊 ", } }, @@ -118,7 +118,7 @@ "network": { "format": "{ifname}", - "format-wifi": " {essid}", + "format-wifi": " ", "format-ethernet": " {ipaddr}", "format-disconnected": "", // An empty format will hide the module. "tooltip-format": "{ifname} via {gwaddr} ",