From 7da4bb31289673013999c0263f0475bb1b53e283 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 4 Jun 2023 22:52:14 -0700 Subject: [PATCH] Fixed broken icons --- modules/desktop/addons/waybar/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/desktop/addons/waybar/default.nix b/modules/desktop/addons/waybar/default.nix index 87a1d7a..b2be022 100644 --- a/modules/desktop/addons/waybar/default.nix +++ b/modules/desktop/addons/waybar/default.nix @@ -111,10 +111,10 @@ in { }; format = "{icon} {capacity}%"; tooltip-format = "{timeTo}, {capacity}%"; - format-charging = " {capacity}%"; + format-charging = "󰂄 {capacity}%"; format-plugged = " "; format-alt = "{time} {icon}"; - format-icons = ["" "" "" "" ""]; + format-icons = ["" "" "" "" ""]; }; memory = { @@ -123,7 +123,7 @@ in { backlight = { format = "{icon} {percent}%"; - format-icons = [" " " "]; + format-icons = ["󰃞` " "󰃚 "]; on-scroll-up = "light -A 1"; on-scroll-down = "light -U 1"; };