change waybar config

This commit is contained in:
Simon Rieger 2023-07-01 14:09:23 +02:00
parent 805f47f3c4
commit cb2921f4a4

View file

@ -182,7 +182,7 @@
"on-click-right": "wezterm start nmtui" "on-click-right": "wezterm start nmtui"
}, },
"pulseaudio": { "pulseaudio": {
// "scroll-step": 1, // %, can be a float "scroll-step": 5, // %, can be a float
"format": "{volume}% {icon} {format_source}", "format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}", "format-bluetooth-muted": " {icon} {format_source}",
@ -202,6 +202,7 @@
"" ""
] ]
}, },
"max-volume": 200,
"on-click": "pavucontrol-qt", "on-click": "pavucontrol-qt",
"on-click-right": "pactl set-source-mute @DEFAULT_SOURCE@ toggle" "on-click-right": "pactl set-source-mute @DEFAULT_SOURCE@ toggle"
}, },