about summary refs log tree commit diff
path: root/home/wm
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-16 19:16:15 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-16 19:16:15 -0700
commit35cf51654709bbd55741964129b258bf3fd78bec (patch)
treebce6b08fd77a0ca105dad22d6f6cc13d36e45770 /home/wm
parentzsh: manage tmux and start sway (diff)
downloadworld-35cf51654709bbd55741964129b258bf3fd78bec.tar.gz
swaybar: clean up description for bluetooth
Diffstat (limited to 'home/wm')
-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";