LukeSmithxyz / dwmblocks

My status bar: my build of the modular dwmblocks
GNU General Public License v2.0
430 stars 368 forks source link

fluctuating volume on display (not actually changing volume) #86

Closed Pranjalmet closed 3 years ago

Pranjalmet commented 3 years ago

hey I'm using

{ 0, XF86XK_AudioMute, spawn, SHCMD("pamixer -t; kill -34 pid | dwmblocks") }, { 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pamixer --allow-boost -i 5; kill -34 pid | dwmblocks") }, { 0, XF86XK_AudioLowerVolume, spawn, SHCMD("pamixer --allow-boost -d 5; kill -34 pid | dwmblocks") },

using kill -44 $(pidof dwmblocks) as in readme was giving me kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] maybe it's a bad syntax Using ARCH