From 28afd43bb7931b68e08c9b9bbbb313cdc4410ac5 Mon Sep 17 00:00:00 2001 From: kiana-S Date: Fri, 23 Sep 2022 23:43:34 -0400 Subject: [PATCH] Fix spacing of icons in waybar --- common/home-manager/wayland/waybar.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/home-manager/wayland/waybar.nix b/common/home-manager/wayland/waybar.nix index a793fac..a302c31 100644 --- a/common/home-manager/wayland/waybar.nix +++ b/common/home-manager/wayland/waybar.nix @@ -116,16 +116,16 @@ modules-right: "pulseaudio" = { scroll-step = 1; smooth-scrolling-threshold = 2.0; - format = "${spanfa}{icon}{volume}%"; - format-bluetooth = " {icon} {volume}%"; - format-bluetooth-muted = "  0%"; - format-muted = " {volume}%"; + format = "${spanfa}{icon} {volume}%"; + format-bluetooth = " ${spanfa}{icon} {volume}%"; + format-bluetooth-muted = "${spanfa}  0%"; + format-muted = "${spanfa} {volume}%"; format-icons.headphone = ""; format-icons.phone = ""; format-icons.portable = ""; format-icons.car = ""; - format-icons.default = [ "" "" " " ]; + format-icons.default = [ "" "" "" ]; on-click = "pamixer -t"; };