change waybar config
This commit is contained in:
parent
805f47f3c4
commit
cb2921f4a4
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue