Added volume control, and slight change to icon

This commit is contained in:
David Thurstenson 2016-03-24 09:19:46 -05:00
parent b96085babd
commit 351f952c3d
2 changed files with 6 additions and 1 deletions

View File

@ -172,3 +172,8 @@ new_float none
# Sreen brightness controls
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
# Alsa Volume controls
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 5%+ #increase sound volume
bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 5%- #decrease sound volume
bindsym XF86AudioMute exec --no-startup-id amixer set Master toggle # mute sound

View File

@ -76,6 +76,6 @@ disk "/" {
}
volume master {
format = "🔈 %volume"
format = "🔈%volume"
format_muted = "🔇"
}