mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Move polybar to bottom
This commit is contained in:
parent
0b6a3fc4b1
commit
96ebd7508f
2 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ bspc monitor DP-0 -d 1 2 3 4 5 6 7 8 9 10
|
|||
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 5
|
||||
bspc config top_padding 32
|
||||
bspc config bottom_padding 0
|
||||
bspc config top_padding 0
|
||||
bspc config bottom_padding 32
|
||||
bspc config split_ratio 0.50
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
|
|
|
@ -13,7 +13,7 @@ monitor-fallback =
|
|||
monitor-strict = false
|
||||
enable-ipc = true
|
||||
override-redirect = true
|
||||
bottom = false
|
||||
bottom = true
|
||||
fixed-center = true
|
||||
width = 100%
|
||||
height = 32
|
||||
|
|
Loading…
Reference in a new issue