mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
qtile: change bar text from vol to volume
This commit is contained in:
parent
2394a0986f
commit
869944edc2
@ -296,7 +296,7 @@ def main_bar():
|
||||
],
|
||||
[
|
||||
widget.TextBox(
|
||||
text="Vol:",
|
||||
text="Volume:",
|
||||
mouse_callbacks={
|
||||
"Button1": lambda: qtile.cmd_spawn(
|
||||
"amixer -q -D pulse sset Master toggle"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user