bspwm, polybar, sxhkd: Growing into it

This commit is contained in:
2018-01-17 22:23:37 -06:00
parent 607d1f19fb
commit fa9bf7a437
3 changed files with 14 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ xset s off
## SERVICES AND DAEMONS
sxhkd & # Simple hotkey daemon
feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 &
if [[ $(pgrep polybar) ]]; then
killall polybar
fi
polybar -r alpha & # Simple bar
## bspwm GENERAL CONFIGURATION