diff --git a/nixos/homes/kylekrein/waybar/default.nix b/nixos/homes/kylekrein/waybar/default.nix index afe4b1a..4933982 100644 --- a/nixos/homes/kylekrein/waybar/default.nix +++ b/nixos/homes/kylekrein/waybar/default.nix @@ -113,11 +113,11 @@ ${builtins.readFile ./waybarstyle.css}''; }; pulseaudio = { format = "{icon} {volume}% {format_source}"; - format-bluetooth = "{icon} {volume}%  {format_source}"; - format-bluetooth-muted = " {icon}  {format_source}"; + format-bluetooth = "{icon} {volume}% {format_source}"; + format-bluetooth-muted = "  {format_source}"; format-icons = { car = ""; - default = [ "" "" "" ]; + default = [ " " " " " " ]; handsfree = ""; headphones = ""; headset = "";