From 157f55da1d9fd908858c71f882153e70d720e8be Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 1 Apr 2025 09:41:10 +0200 Subject: [PATCH] Waybar: icons --- modules/hm/waybar.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/hm/waybar.nix b/modules/hm/waybar.nix index 4f292c5..0cbdf50 100644 --- a/modules/hm/waybar.nix +++ b/modules/hm/waybar.nix @@ -158,20 +158,20 @@ in "pulseaudio" = { # "scroll-step"= 1; # %; can be a float "format" = "{icon} {volume} {format_source}"; - "format-muted" = "{icon}  {format_source}"; - "format-bluetooth" = "{icon} {volume} {format_source}"; - "format-bluetooth-muted" = "{icon}  {format_source}"; + "format-muted" = " {format_source}"; + "format-bluetooth" = " {icon} {volume} {format_source}"; + "format-bluetooth-muted" = " {icon}  {format_source}"; "format-source" = " {volume}"; "format-source-muted" = " "; "format-icons" = { - "headphone" = "󰋋"; - "hands-free" = "󰋎"; - "headset" = "󰋎"; - "phone" = ""; - "phone-muted" = ""; - "portable" = ""; - "car" = ""; - "default" = [ "󰕿" "󰖀" "󰕾" ]; + "headphone" = "󰋋 "; + "hands-free" = "󰋎 "; + "headset" = "󰋎 "; + "phone" = " "; + "phone-muted" = " "; + "portable" = " "; + "car" = " "; + "default" = [ "󰕿" "󰖀" "󰕾 " ]; }; "on-click" = "${pkgs.pavucontrol}/bin/pavucontrol";