How To: Refresh your status bar in response to a hotkey - Desktop Customization & Workflow

Users browsing this thread: 1 Guest(s)
s0kx
Members
This is great. I'm not as smart as mort, but I've tried to combat this same problem using fifos. Something like:
Code:
tail -n1 -F FIFO | while read vol; do
    echo "Volume: $vol"
done
Then setup your hotkeys so that they also echo the volume to the fifo.

Can't be worse than checking the volume every second right??


Messages In This Thread
RE: How To: Refresh your status bar in response to a hotkey - by s0kx - 14-08-2020, 02:44 AM