mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 19:28:34 +02:00
polybar: fix vertical offset
I think it is DPI-independent, let's see how it looks on low-DPI screen later.
This commit is contained in:
parent
c4ad67d387
commit
81d55a79cb
1 changed files with 4 additions and 4 deletions
|
@ -26,10 +26,10 @@ padding-right = 1
|
|||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
font-0 = Iosevka:style=Regular:size=10;2
|
||||
font-1 = Font Awesome 6 Pro:style=Solid:size=10;2
|
||||
font-2 = Font Awesome 6 Brands:style=Regular:size=10;2
|
||||
font-3 = Weather Icons:style=Regular:size=10;2
|
||||
font-0 = Iosevka:style=Regular:size=10;4
|
||||
font-1 = Font Awesome 6 Pro:style=Solid:size=10;4
|
||||
font-2 = Font Awesome 6 Brands:style=Regular:size=10;4
|
||||
font-3 = Weather Icons:style=Regular:size=10;4
|
||||
|
||||
modules-left = i3
|
||||
modules-center = date weather
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue