diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/volumeicon/volumeicon | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/volumeicon/volumeicon b/.config/volumeicon/volumeicon new file mode 100644 index 0000000..f7049d5 --- /dev/null +++ b/.config/volumeicon/volumeicon @@ -0,0 +1,26 @@ +[Alsa] +card=default +channel=Master + +[Notification] +show_notification=true +notification_type=1 + +[StatusIcon] +stepsize=5 +onclick=/usr/bin/pavucontrol +theme=Default +use_panel_specific_icons=false +lmb_slider=false +mmb_mute=false +use_horizontal_slider=true +show_sound_level=true +use_transparent_background=true + +[Hotkeys] +up_enabled=false +down_enabled=false +mute_enabled=true +up=<Alt>Right +down=<Alt>Left +mute=XF86AudioMute |
