mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 03:40:57 +01:00
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:
parent
29d6a73d75
commit
b6f1aeb619
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user