diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-02 21:06:22 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-02 21:06:22 +0100 |
commit | a93d2f9a12919d780be88f57b63bba91c0c0bf98 (patch) | |
tree | 9baf305371c703f16bc0ebe617e9ff6e39fffbd7 /.config/polybar/config | |
parent | fe4b85f8fe479a11e53d8faaf2944a0695fbc9fd (diff) |
Polybar font, i3 misc, nvim omnisharp misc
Diffstat (limited to '.config/polybar/config')
-rw-r--r-- | .config/polybar/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index b3f8b09..3956758 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -38,7 +38,7 @@ padding-right = 2 module-margin-left = 0 module-margin-right = 4 -font-0 = FreeSans:style=Regular:size=15;3 +font-0 = Averia Libre:style=bold:size=14;4 font-1 = Font Awesome 5 Free Regular:size=14;4.5 font-2 = Font Awesome 5 Free Solid:size=14;4.5 @@ -82,7 +82,7 @@ padding-right = 0 module-margin-left = 1 module-margin-right = 2 -font-0 = FreeSans:style=Regular:size=15;3 +font-0 = Averia Libre:style=bold:size=14;4 font-1 = Font Awesome 5 Free Regular:size=14;4.5 font-2 = Font Awesome 5 Free Solid:size=14;4.5 @@ -162,7 +162,7 @@ type = internal/date interval = 5 date-alt = "" -date = " %a %b %d " +date = " %a, %b %d " time-alt = %H:%M time = %H:%M @@ -174,7 +174,7 @@ type = internal/date interval = 5 date = "" -date-alt = " %a %b %d " +date-alt = " %a, %b %d " time = %H:%M time-alt = %H:%M |