Added volume control, and slight change to icon
This commit is contained in:
parent
b96085babd
commit
351f952c3d
|
@ -172,3 +172,8 @@ new_float none
|
||||||
# Sreen brightness controls
|
# Sreen brightness controls
|
||||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
|
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
|
||||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease 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
|
||||||
|
|
|
@ -76,6 +76,6 @@ disk "/" {
|
||||||
}
|
}
|
||||||
|
|
||||||
volume master {
|
volume master {
|
||||||
format = "🔈 %volume"
|
format = "🔈%volume"
|
||||||
format_muted = "🔇"
|
format_muted = "🔇"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue