diff options
Diffstat (limited to '.config/waybar/config.jsonc')
-rw-r--r-- | .config/waybar/config.jsonc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 50483aa..0ac556d 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -250,23 +250,23 @@ "wireplumber#sink" : { "tooltip": false, "cursor": false, - "format": "{icon}{volume}%", - "format-muted": "🔇", - "format-icons": ["🔈", "🔉", "🔊"], + "format": "{icon} {volume}%", + "format-muted": " ", + "format-icons": ["", "", ""], "signal": 10, "interval": 30, "on-click": "$TERMINAL -e pulsemixer", "on-click-middle": "wpctl set-mute @DEFAULT_SINK@ toggle", "on-scroll-up": "wpctl set-volume @DEFAULT_SINK@ 1%+", "on-scroll-down": "wpctl set-volume @DEFAULT_SINK@ 1%-", - "on-click-right": "notify-send \"🔊 Volume module\" \"\\- Shows volume 🔊, 🔇 if muted.\n- Middle click to mute.\n- Scroll to change.\"" + "on-click-right": "notify-send \" Volume module\" \"\\- Shows volume , if muted.\n- Middle click to mute.\n- Scroll to change.\"" }, "wireplumber#source" : { "node-type": "Audio/Source", "tooltip": false, "cursor": false, - "format": "🎙️{volume}%", + "format": " {volume}%", "format-muted": "", "signal": 23, "interval": 30, @@ -274,7 +274,7 @@ "on-click-middle": "wpctl set-mute @DEFAULT_SOURCE@ toggle", "on-scroll-up": "wpctl set-volume @DEFAULT_SOURCE@ 1%+", "on-scroll-down": "wpctl set-volume @DEFAULT_SOURCE@ 1%-", - "on-click-right": "notify-send \"🎙️ Microphone volume module\" \"\\- Shows volume 🎙️, if muted.\n- Middle click to mute.\n- Scroll to change.\"" + "on-click-right": "notify-send \" Microphone volume module\" \"\\- Shows volume , if muted.\n- Middle click to mute.\n- Scroll to change.\"" }, "custom/mouse" : { |