From 73740eb85ad7a07ff3dfaef53d469436210c7ea5 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 15 Nov 2023 17:46:42 +0900 Subject: [PATCH] Test --- .../desktops/hyprland/themes/gruvbox/waybar-conf.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 53231098..9e06256e 100644 --- a/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/gruvbox/waybar-conf.nix @@ -44,14 +44,14 @@ }, "custom/tailscale": { - "format": "{icon}", + "format": "{icon} ", "exec": "$HOME/.config/waybar/scripts/tailscale.sh", "exec-if": "pgrep tailscaled", "return-type": "json", "interval": 5, "format-icons": { - "Running": "󰌆 ", - "Stopped": "󰌊 ", + "Running": "󰌆", + "Stopped": "󰌊", } }, @@ -137,7 +137,7 @@ "warning": 35, "critical": 20 }, - "format": "{icon} {capacity}%", + "format": "{icon} {capacity}%", "format-charging": "󰂄 {capacity}%", "format-plugged": " {capacity}%", "format-icons": ["", "", "", "", ""]