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
78b21f4b15
commit
a0149c2327
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 border_width 2
|
||||||
bspc config window_gap 5
|
bspc config window_gap 5
|
||||||
bspc config top_padding 32
|
bspc config top_padding 0
|
||||||
bspc config bottom_padding 0
|
bspc config bottom_padding 32
|
||||||
bspc config split_ratio 0.50
|
bspc config split_ratio 0.50
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
bspc config gapless_monocle true
|
bspc config gapless_monocle true
|
||||||
|
|
|
@ -12,7 +12,7 @@ monitor-fallback =
|
||||||
monitor-strict = false
|
monitor-strict = false
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
override-redirect = true
|
override-redirect = true
|
||||||
bottom = false
|
bottom = true
|
||||||
fixed-center = true
|
fixed-center = true
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 32
|
height = 32
|
||||||
|
|
Loading…
Reference in a new issue