leethater / popcat_volume

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

popcat_volume

Volume indicator inspired by volume-notification-dunst.

Demo

demo

How to use

  • ./volume.sh up
  • ./volume.sh down
  • ./volume.sh mute

For tiling window managers, you can add these lines to your config file :

bindsym XF86AudioRaiseVolume exec --no-startup-id **path_to_popcat**/volume.sh up
bindsym XF86AudioLowerVolume exec --no-startup-id **path_to_popcat**/volume.sh down
bindsym XF86AudioMute exec --no-startup-id **path_to_popcat**/volume.sh mute

About

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%