1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

polybar, fontconfig: Update to Font Awesome 6

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2021-11-30 22:12:04 +00:00
parent 0116be881a
commit 7e5b329e74
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<edit name="family" mode="prepend" binding="strong">
<string>Noto Sans</string>
<string>Noto Color Emoji</string>
<string>FontAwesome 5 Pro Light</string>
<string>FontAwesome 6 Pro Light</string>
</edit>
<edit name="hintstyle" mode="assign"><const>hintnone</const></edit>
@ -18,7 +18,7 @@
<edit name="family" mode="prepend" binding="strong">
<string>Noto Serif</string>
<string>Noto Color Emoji</string>
<string>FontAwesome 5 Pro Light</string>
<string>FontAwesome 6 Pro Light</string>
</edit>
</match>
@ -27,7 +27,7 @@
<edit name="family" mode="prepend" binding="strong">
<string>Source Code Pro</string>
<string>Noto Color Emoji</string>
<string>FontAwesome 5 Pro Light</string>
<string>FontAwesome 6 Pro Light</string>
</edit>
</match>

View File

@ -28,7 +28,7 @@ bottom = true
radius = 0
font-0 = sans:pixelsize=9;2pt
font-1 = FontAwesome5ProLight:pixelsize=10;2pt
font-1 = FontAwesome6ProLight:pixelsize=10;2pt
foreground = ${colours.text}
background = ${colours.background}