From 2f3acd34548a42c100465edf0f2cd0e12cf61196 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sat, 19 Jul 2025 20:45:35 +0200 Subject: [PATCH] Waybar audio fix --- nixos/homes/kylekrein/waybar/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = "";