mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 17:28:01 +00:00
[polybar] Add antialiasing to fonts
This commit is contained in:
parent
090c297076
commit
06d97d6bcf
@ -59,13 +59,13 @@ fixed-center = true
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
font-0 = "Droid Sans Mono:size=16;1"
|
||||
font-0 = "Droid Sans Mono:size=16:antialias=true;1"
|
||||
; https://fontawesome.com/cheatsheet/free
|
||||
font-1 = "FontAwesome:size=16;2"
|
||||
font-2 = "Material Icons:size=16;1"
|
||||
font-3 = NotoSans-Regular:size=18:weight=bold;2
|
||||
font-4 = NotoSans-Regular:size=18:weight=bold;-7
|
||||
font-5 = "FontAwesome:size=21;2"
|
||||
font-1 = "FontAwesome:size=16:antialias=true;2"
|
||||
font-2 = "Material Icons:size=16:antialias=true;1"
|
||||
font-3 = NotoSans-Regular:size=18:weight=bold:antialias=true;2
|
||||
font-4 = NotoSans-Regular:size=18:weight=bold:antialias=true;-7
|
||||
font-5 = "FontAwesome:size=21:antialias=true;2"
|
||||
|
||||
modules-left = taskslabel taskbar1 taskbar2 taskbar3 taskbar4 taskbar5 taskbar6 taskbar7 taskbar8 taskbar9 taskbar10
|
||||
modules-center = custom_date
|
||||
|
Loading…
Reference in New Issue
Block a user