From 8aa026f038b1456a53ba8f711a29ae76468b3b88 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 11 Apr 2024 12:17:53 -0400 Subject: [PATCH] waybar: improved tray spacing and battery icons --- homeManagerModules/guiApps/waybar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeManagerModules/guiApps/waybar/default.nix b/homeManagerModules/guiApps/waybar/default.nix index 7f94aa29..75a814a4 100644 --- a/homeManagerModules/guiApps/waybar/default.nix +++ b/homeManagerModules/guiApps/waybar/default.nix @@ -71,7 +71,7 @@ "battery" = { "states" = {"critical" = 20;}; "format" = "{icon}"; - "format-icons" = ["󰁺" "󰁼" "󰁿" "󰂁" "󰁹"]; + "format-icons" = ["󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹"]; "tooltip-format" = '' {capacity}%: {timeTo}. Using {power} watts.''; @@ -121,7 +121,7 @@ "tooltip-format-disconnected" = "Disconnected"; "on-click" = "${pkgs.alacritty}/bin/alacritty --class nmtui -e ${pkgs.networkmanager}/bin/nmtui"; }; - "tray" = {"spacing" = 10;}; + "tray" = {"spacing" = 15;}; "custom/logout" = { "on-click" = "${pkgs.wlogout}/bin/wlogout"; "format" = "󰗽";