diff options
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config.ini | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index f0d7a1b..cd105a4 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -20,9 +20,9 @@ visible-bg = #182858 [bar/bar1] monitor = ${env:MONITOR:} width = 100% -height = 30 +height = 28 fixed-center = true -bottom = false +bottom = true background = ${colors.bg} foreground = ${colors.fg} @@ -32,17 +32,17 @@ module-margin-right = 2 padding-left = 2 padding-right = 2 -font-0 = Averia Libre:style=bold:size=16;5 -font-1 = WeatherIcons:size=14;5 -font-2 = Font Awesome 5 Free Regular:size=14;4 -font-3 = Font Awesome 5 Free Solid:size=14;4 -font-4 = MaterialIcons:size=18;7 +font-0 = Averia Libre:style=bold:size=15;4 +font-1 = WeatherIcons:size=14;6 +font-2 = Font Awesome 5 Free Solid:size=14;4 +font-3 = Font Awesome 5 Free Regular:size=14;4 +font-4 = MaterialIcons:size=16;7 modules-left = i3 xwindow modules-center = modules-right = weather updates-pacman-aurhelper xkeyboard pulseaudio battery date -tray-maxsize = 22 +tray-maxsize = 25 tray-position = none cursor-click = pointer |