add: brightness hotkey and icon

This commit is contained in:
Tobias Reisinger 2020-02-14 12:59:23 +01:00
parent be3233d8b8
commit 62ae988ae0
2 changed files with 25 additions and 13 deletions
.config/sxhkd

View file

@ -43,6 +43,11 @@ XF86AudioLowerVolume
#XF86AudioMute
# mpc toggleoutput
XF86MonBrightnessUp
xbacklight -inc 5
XF86MonBrightnessDown
[ $(xbacklight -get | cut -d'.' -f 1) -ge 10 ] && xbacklight -dec 5
#
# bspwm hotkeys
#