Topic: volume-notify
here's a small script to inform you about the volume
[modified june 8th]

download link: http://ticcaso.fileave.com/volume-notify.tar.gz
what's in the .tar.gz?
the ali-vol script and the icons folder
the icons folder contains 202 images, each reflecting the current state
just replace whatever you're interested in changing in the elements list
what will you need?
- notification-daemon
- libnotify-bin
why would you need this?
well i never knew at what percentage i was when voluming up and down and i often found myself checking the mixer so i thought i'd make a small script to make my life a bit easier ![]()
place it where ever you like just remember to change the icon variable in the script to reflect the changes
i called mine ali-vol
how to call it?
<keybind key="XF86AudioRaiseVolume">
<action name="Execute">
<command>*script-name* up</command>
</action>
</keybind>
<keybind key="XF86AudioLowerVolume">
<action name="Execute">
<command>*script-name* down</command>
</action>
</keybind>
<keybind key="XF86AudioMute">
<action name="Execute">
<command>*script-name* toggle</command>
</action>
</keybind>/*
the reason why i said you need notification-daemon is because notify-osd doesn't support notify timeout
*/
Last edited by ali (2011-06-08 12:01:06)
