diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-10-06 10:22:53 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-10-06 20:04:09 +0200 |
commit | 5fa25fdac5c759789469afc7c52eb8ec41d79b5f (patch) | |
tree | a68e17317cf1953a50546b83871acd21aaf803d9 /.config/polybar/config.ini | |
parent | 56d30cce6708b079bc6075c4438fdbea288c134d (diff) |
Use same font-sizes and scaling as 'main' branch
Diffstat (limited to '.config/polybar/config.ini')
-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 |