From d09eb6ddf23549ecff6698d61210418fb382c542 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 26 Oct 2023 20:09:08 +0300 Subject: qtile: Update volume widget to use pamixer --- .config/qtile/config.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config/qtile') diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 337b0ea..11ab876 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -13,6 +13,10 @@ from colors import dracula # "feh --bg-scale ~/wallpapers/wtf.jpeg", # "setxkbmap us -option ctrl:swapcaps"] + +# autostart_path = os.path.expanduser('~/.config/autostart/autostart.sh') +# subprocess.run([autostart_path]) + # for command in autostart_commands: # subprocess.run(command) @@ -160,6 +164,8 @@ def init_widgets_list(): foreground=dracula['orange'], font="JetBrains Mono", margin=10, + get_volume_command="pamixer --get-volume-human", + volume_app = "pamixer" ), # widget.Mpris2( # fontsize= 16, -- cgit v1.2.3