I am trying to get notifications when i increase my volume, so i created a 
bash script and binded it together to the same key which i use to increase 
my volume but when i restart qtile and press the key, nothing happens. The 
notification doesn't show up and the volume does not increase or decrease.

config.py:
Key([], "XF86AudioMute", lazy.spawn("pactl set-sink-mute 0 toggle && 
/home/Odd/.config/qtile/dunst_volume_monitor.
Key([], "XF86AudioLowerVolume", lazy.spawn("pactl set-sink-volume 0 -10% && 
/home/Odd/.config/qtile/dunst_volume_monitor.
Key([], "XF86AudioRaiseVolume", lazy.spawn("pactl set-sink-volume 0 +10% && 
/home/Odd/.config/qtile/dunst_volume_monitor.sh")),

I tried running the script manually through the command line to see if 
there was any issue, and it worked gracefully.

Sorry if i am making any dumb mistakes here, i am new to linux and qtile. 

-- 
You received this message because you are subscribed to the Google Groups 
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qtile-dev/0eb50ec1-9124-4611-b4f6-64b297a0379cn%40googlegroups.com.

Reply via email to