diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-09-23 15:41:13 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-09-23 15:41:13 +0200 |
commit | 6fdc81881ceb8ec9ca36350d92f5d6b852d378a0 (patch) | |
tree | 63e4ef34aa2e76b59a34526b994bc248440444da /.config/polybar | |
parent | 59c534db84b90622f46e471ccf9b47b1e0757de4 (diff) |
larger font size in alacritty and polybar, new polybar font, vimrc, removed shadows on polybar in picom, alacritty default colours
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index a86d126..cf8a499 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -38,10 +38,9 @@ padding-right = 2 module-margin-left = 0 module-margin-right = 4 -;font-0 = SFNS Display:style=Bold:size=12;3 -font-0 = SFNS Display:style=Regular:size=13;3 -font-1 = Font Awesome 5 Free Regular:size=12;3 -font-2 = Font Awesome 5 Free Solid:size=12;3 +font-0 = FreeSans:style=Regular:size=15;3 +font-1 = Font Awesome 5 Free Regular:size=14;4.5 +font-2 = Font Awesome 5 Free Solid:size=14;4.5 modules-left = i3 modules-center = @@ -83,9 +82,9 @@ padding-right = 0 module-margin-left = 1 module-margin-right = 2 -font-0 = SFNS Display:style=Regular:size=13;3 -font-1 = Font Awesome 5 Free Regular:size=12;3 -font-2 = Font Awesome 5 Free Solid:size=12;3 +font-0 = FreeSans:style=Regular:size=15;3 +font-1 = Font Awesome 5 Free Regular:size=14;4.5 +font-2 = Font Awesome 5 Free Solid:size=14;4.5 modules-left = i3 modules-center = |