From 390d01582a8d79a0206fec0036d76ec2330bca41 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 21 Feb 2023 20:50:25 +0100 Subject: [PATCH] waybar: fmt pulseaudio section --- .config/waybar/config | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 2c9a308..5e3e5e2 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -114,27 +114,27 @@ "format-icons": ["", ""] }, "pulseaudio": { - "format": "{icon}{volume}% {format_source}", - "format-bluetooth": "{volume}% {icon} {format_source}", - "format-bluetooth-muted": " {icon} {format_source}", - // "format-muted": "✖ {format_source}", - "format-muted": " {format_source}", - "format-source": "{volume}%", - "format-source-muted": "", - "format-icons": { - "speaker": "💻", - "headphone": "", - "hands-free": "", - "headset": "", - "phone": "", - "portable": "", - "car": "", - "default": ["", "", ""] - }, - "scroll-step": 1, - "on-click": "pavucontrol", - "on-click-right": "blueman-manager", - "tooltip": false + "format": "{icon}{volume}% {format_source}", + "format-bluetooth": "{volume}% {icon} {format_source}", + "format-bluetooth-muted": " {icon} {format_source}", + // "format-muted": "✖ {format_source}", + "format-muted": " {format_source}", + "format-source": "{volume}%", + "format-source-muted": "", + "format-icons": { + "speaker": "💻", + "headphone": "", + "hands-free": "", + "headset": "", + "phone": "", + "portable": "", + "car": "", + "default": ["", "", ""] + }, + "scroll-step": 1, + "on-click": "pavucontrol", + "on-click-right": "blueman-manager", + "tooltip": false }, "custom/storage": { "format": "{percentage}%",