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(
|
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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user