STATUSBAR complete

This commit is contained in:
Luke Smith 2019-11-23 18:09:08 -05:00
parent 3420eae3ca
commit efccd7cbb7
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252
2 changed files with 6 additions and 6 deletions

View file

@ -95,18 +95,18 @@ super + {_,shift +} bracketleft
mpc seek -{10,120} mpc seek -{10,120}
# Increase volume # Increase volume
super + {equal,plus} super + {equal,plus}
amixer sset Master {5,15}%+; pkill -RTMIN+10 dwmblocks amixer sset Master {5,15}%+; pkill -RTMIN+10 $STATUSBAR
# Decrease volume # Decrease volume
super {_,shift +} + minus super {_,shift +} + minus
amixer sset Master {5,15}%-; pkill -RTMIN+10 dwmblocks amixer sset Master {5,15}%-; pkill -RTMIN+10 $STATUSBAR
super + shift + m super + shift + m
amixer sset Master toggle; pkill -RTMIN+10 dwmblocks amixer sset Master toggle; pkill -RTMIN+10 $STATUSBAR
# Audiokeys # Audiokeys
XF86AudioMute XF86AudioMute
amixer sset Master toggle; pkill -RTMIN+10 dwmblocks amixer sset Master toggle; pkill -RTMIN+10 $STATUSBAR
XF86Audio{Raise,Lower}Volume XF86Audio{Raise,Lower}Volume
amixer sset Master 5%{+,-}; pkill -RTMIN+10 dwmblocks amixer sset Master 5%{+,-}; pkill -RTMIN+10 $STATUSBAR
XF86Audio{Next,Prev} XF86Audio{Next,Prev}
mpc {next,prev} mpc {next,prev}
XF86Audio{Pause,Play,Stop} XF86Audio{Pause,Play,Stop}

View file

@ -6,7 +6,7 @@
remaps & # run the remaps script, switching caps/esc and more; check it for more info remaps & # run the remaps script, switching caps/esc and more; check it for more info
setbg & # set the background with the `setbg` script setbg & # set the background with the `setbg` script
xcompmgr & # xcompmgr for transparency xcompmgr & # xcompmgr for transparency
dwmblocks & # script for updating the status bar $STATUSBAR & # script for updating the status bar
dunst & # dunst for notifications dunst & # dunst for notifications
sxhkd & # Bind keys with sxhkd sxhkd & # Bind keys with sxhkd
xset r rate 300 50 & # Speed xrate up xset r rate 300 50 & # Speed xrate up