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 11ee2c26..34135d20 100644 --- a/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix @@ -58,8 +58,8 @@ "idle_inhibitor": { "format": "{icon} ", "format-icons": { - "activated": "", - "deactivated": "" + "activated": " ", + "deactivated": " " } }, @@ -68,7 +68,7 @@ "format-paused": "{status_icon} {dynamic}", "player-icons": { "default": "▶" }, "status-icons": { "paused": "⏸" }, - "max-length": 20, + "max-length": 30, }, "hyprland/workspaces": { @@ -107,19 +107,19 @@ "format-bluetooth-muted": " ", "format-muted": "󰝟 {format_source}", "format-source": " ", - "format-source-muted": " ", + "format-source-muted": "  ", "format-icons": { - "headphone": "", - "headset": "", - "default": ["󰕿", "󰖀", "󰕾"] + "headphone": " ", + "headset": " ", + "default": ["󰕿 ", "󰖀 ", "󰕾 "] }, "tooltip": false, "on-click": "kitty -e pulsemixer", }, "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} ",