sway: Fix bar config by setting “height”
This commit is contained in:
parent
0229f8baa9
commit
a18a801581
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ bindsym $mod+c mode "resize"
|
||||||
# Status Bar
|
# Status Bar
|
||||||
bar {
|
bar {
|
||||||
position top
|
position top
|
||||||
|
height 25
|
||||||
font pango:DejaVu Sans Mono 10
|
font pango:DejaVu Sans Mono 10
|
||||||
status_command i3blocks
|
status_command i3blocks
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue