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 497914bd..53231098 100644 --- a/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix @@ -68,6 +68,7 @@ "format-paused": "{status_icon} {dynamic}", "player-icons": { "default": "▶" }, "status-icons": { "paused": "⏸" }, + "max-length": 20, }, "hyprland/workspaces": { @@ -118,7 +119,7 @@ "network": { "format": "{ifname}", - "format-wifi": "", + "format-wifi": " ", "format-ethernet": " {ipaddr}", "format-disconnected": "", // An empty format will hide the module. "tooltip-format": "{ifname} via {gwaddr} ",