Bump font awesome version to 6

- Arch package 'ttf-font-awesome' has been updated to use version 6 of
  fontawesome. To keep up with it, also bump the version of the font in
  xmonad so that users won't be forced to install it manually.
This commit is contained in:
ItsDrike 2022-02-10 11:11:31 +01:00
parent ddd84cb0f5
commit e87a2eb781
No known key found for this signature in database
GPG key ID: B014E761034AF742
3 changed files with 6 additions and 6 deletions

View file

@ -13,8 +13,8 @@ Config {
-- Additional fonts can be defined for emoji support
font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true",
additionalFonts = [
"xft:Font Awesome 5 Free Solid:pixelsize=12",
"xft:Font Awesome 5 Brands:pixelsize=12"
"xft:Font Awesome 6 Free Solid:pixelsize=12",
"xft:Font Awesome 6 Brands:pixelsize=12"
--"xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
],
bgColor = "#282c34",

View file

@ -13,8 +13,8 @@ Config {
-- Additional fonts can be defined for emoji support
font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true",
additionalFonts = [
"xft:Font Awesome 5 Free Solid:pixelsize=12",
"xft:Font Awesome 5 Brands:pixelsize=12"
"xft:Font Awesome 6 Free Solid:pixelsize=12",
"xft:Font Awesome 6 Brands:pixelsize=12"
--"xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
],
bgColor = "#282c34",

View file

@ -13,8 +13,8 @@ Config {
-- Additional fonts can be defined for emoji support
font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true",
additionalFonts = [
"xft:Font Awesome 5 Free Solid:pixelsize=12",
"xft:Font Awesome 5 Brands:pixelsize=12"
"xft:Font Awesome 6 Free Solid:pixelsize=12",
"xft:Font Awesome 6 Brands:pixelsize=12"
--"xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
],
bgColor = "#282c34",