From e87a2eb7819cf912f953dd2a4c07161533435489 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 10 Feb 2022 11:11:31 +0100 Subject: [PATCH] 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. --- home/.config/xmobar/xmobarrc.hs | 4 ++-- home/.config/xmobar/xmobarrc0 | 4 ++-- home/.config/xmobar/xmobarrc1 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home/.config/xmobar/xmobarrc.hs b/home/.config/xmobar/xmobarrc.hs index 85f6d93..df40406 100644 --- a/home/.config/xmobar/xmobarrc.hs +++ b/home/.config/xmobar/xmobarrc.hs @@ -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", diff --git a/home/.config/xmobar/xmobarrc0 b/home/.config/xmobar/xmobarrc0 index 85f6d93..df40406 100644 --- a/home/.config/xmobar/xmobarrc0 +++ b/home/.config/xmobar/xmobarrc0 @@ -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", diff --git a/home/.config/xmobar/xmobarrc1 b/home/.config/xmobar/xmobarrc1 index 21bb706..0cda671 100644 --- a/home/.config/xmobar/xmobarrc1 +++ b/home/.config/xmobar/xmobarrc1 @@ -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",