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