1
0
Fork 0

sway: Fix bar config by setting “height”

This commit is contained in:
coderkun 2019-08-24 22:39:39 +02:00
parent 0229f8baa9
commit a18a801581

View file

@ -128,6 +128,7 @@ bindsym $mod+c mode "resize"
# Status Bar
bar {
position top
height 25
font pango:DejaVu Sans Mono 10
status_command i3blocks
}