bspwm: Remove polybar-specific styles

I used to not know much about shell scripting, but now that I do,
polybar-specific bspc commands can be handled through the launch.sh
shell script instead of directly from bspwmrc.

This lets us launch different bar styles with different bspc options, or
even set styles for no bar at all.
This commit is contained in:
Donovan Glover
2018-10-20 19:58:11 -04:00
parent 29d6a73d75
commit b6f1aeb619

View File

@ -15,11 +15,6 @@ sxhkd &
bspc monitor -d 1 2 3 4 5 6
# Overall look (top_padding from polybar)
bspc config top_padding 80
bspc config border_width 8
bspc config window_gap 20
bspc config split_ratio 0.50
# Use monocle mode by default on single window desktops.