My mute notification for Fluxbox and volumeicon
I use fluxbox, with volumeicon-alsa, and notification-daemon. I could use the bog-standard notifications that volumeicon provides, but the little icons in the notification are really small. So I wrote my own.
In ~/.fluxbox/keys
, I react to the volume mute button:
#121 :Exec amixer sset Master,0 toggle 121 :Exec /usr/local/bin/audio-toggle.sh
Instead of just toggling the mute with fluxbox, I call my special script at /usr/local/bin/audio-toggle.sh
.
I wanted the size 64 icons so I could see them! Also, I wanted the black icons because my default theme in notification-daemon is apparently the nice, boring gray that hides white icons.
Comments