move the bar to the bottom
This commit is contained in:
parent
0e3d4e24f3
commit
d3066a855a
2 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@ bspc monitor -d web dev irc media game
|
||||||
|
|
||||||
bspc config border_width 3
|
bspc config border_width 3
|
||||||
bspc config window_gap 15
|
bspc config window_gap 15
|
||||||
bspc config top_padding 50
|
#bspc config top_padding 50
|
||||||
|
|
||||||
bspc config split_ratio 0.52
|
bspc config split_ratio 0.52
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
|
|
|
@ -42,7 +42,8 @@ line-size = 0pt
|
||||||
;border-size = 4pt
|
;border-size = 4pt
|
||||||
;border-color = ${colors.background}
|
;border-color = ${colors.background}
|
||||||
|
|
||||||
border-top-size = 10pt
|
;border-top-size = 10pt
|
||||||
|
border-bottom-size = 10pt
|
||||||
border-left-size = 13pt
|
border-left-size = 13pt
|
||||||
border-right-size = 13pt
|
border-right-size = 13pt
|
||||||
border-color = #00000000
|
border-color = #00000000
|
||||||
|
|
Loading…
Reference in a new issue