about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--home/wm/waybar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/wm/waybar/default.nix b/home/wm/waybar/default.nix
index 928d7d2..c1bf601 100644
--- a/home/wm/waybar/default.nix
+++ b/home/wm/waybar/default.nix
@@ -31,7 +31,7 @@ in {
           };
           pulseaudio = {
             format = "vol:{volume}%";
-            format-bluetooth = "bt:{volume}% {icon} ({format_source})";
+            format-bluetooth = "bt:{volume}%";
             format-bluetooth-muted = "bt:{volume}%";
             format-muted = "vol:{volume}%";
             on-click = "pavucontrol";