From aa575cb067256cd01b5a996cf5db125f0c0e0c01 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Fri, 9 Jun 2023 17:39:40 -0700 Subject: [PATCH] Updated icon ordering and spacing --- modules/desktop/addons/waybar/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/desktop/addons/waybar/default.nix b/modules/desktop/addons/waybar/default.nix index b2be022..e8dedce 100644 --- a/modules/desktop/addons/waybar/default.nix +++ b/modules/desktop/addons/waybar/default.nix @@ -72,12 +72,12 @@ in { temperature = { critical-threshold = 80; - format = "{temperatureC}°C {icon}"; + format = "{icon}{temperatureC}°C"; format-icons = [" " " " " "]; }; cpu = { - format = "{usage}%  "; + format = " {usage}%"; tooltip = false; }; @@ -114,22 +114,22 @@ in { format-charging = "󰂄 {capacity}%"; format-plugged = " "; format-alt = "{time} {icon}"; - format-icons = ["" "" "" "" ""]; + format-icons = [" " " " " " " " " "]; }; memory = { - format = "{}%  "; + format = " {}%"; }; backlight = { format = "{icon} {percent}%"; - format-icons = ["󰃞` " "󰃚 "]; + format-icons = ["󰃞`" "󰃚"]; on-scroll-up = "light -A 1"; on-scroll-down = "light -U 1"; }; network = { - format-wifi = " "; + format-wifi = " "; format-ethernet = "{ifname}: {ipaddr}/{cidr} 󰈀 "; format-linked = "{ifname} (No IP)  "; format-disconnected = "睊 ";