From cdd140884dac093965011b63af0960aa79a6fcc3 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 15 Nov 2023 17:45:15 +0900 Subject: [PATCH] Test --- .../common/desktops/hyprland/themes/gruvbox/waybar-conf.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} ",