qtile: change bar text from vol to volume

This commit is contained in:
Guilherme Rugai Freire 2021-10-31 17:37:49 -03:00
parent 2394a0986f
commit 869944edc2
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -296,7 +296,7 @@ def main_bar():
], ],
[ [
widget.TextBox( widget.TextBox(
text="Vol:", text="Volume:",
mouse_callbacks={ mouse_callbacks={
"Button1": lambda: qtile.cmd_spawn( "Button1": lambda: qtile.cmd_spawn(
"amixer -q -D pulse sset Master toggle" "amixer -q -D pulse sset Master toggle"