mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
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:
parent
ddd84cb0f5
commit
e87a2eb781
|
@ -13,8 +13,8 @@ Config {
|
||||||
-- Additional fonts can be defined for emoji support
|
-- Additional fonts can be defined for emoji support
|
||||||
font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true",
|
font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true",
|
||||||
additionalFonts = [
|
additionalFonts = [
|
||||||
"xft:Font Awesome 5 Free Solid:pixelsize=12",
|
"xft:Font Awesome 6 Free Solid:pixelsize=12",
|
||||||
"xft:Font Awesome 5 Brands:pixelsize=12"
|
"xft:Font Awesome 6 Brands:pixelsize=12"
|
||||||
--"xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
|
--"xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
|
||||||
],
|
],
|
||||||
bgColor = "#282c34",
|
bgColor = "#282c34",
|
||||||
|
|
|
@ -13,8 +13,8 @@ Config {
|
||||||
-- Additional fonts can be defined for emoji support
|
-- Additional fonts can be defined for emoji support
|
||||||
font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true",
|
font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true",
|
||||||
additionalFonts = [
|
additionalFonts = [
|
||||||
"xft:Font Awesome 5 Free Solid:pixelsize=12",
|
"xft:Font Awesome 6 Free Solid:pixelsize=12",
|
||||||
"xft:Font Awesome 5 Brands:pixelsize=12"
|
"xft:Font Awesome 6 Brands:pixelsize=12"
|
||||||
--"xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
|
--"xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
|
||||||
],
|
],
|
||||||
bgColor = "#282c34",
|
bgColor = "#282c34",
|
||||||
|
|
|
@ -13,8 +13,8 @@ Config {
|
||||||
-- Additional fonts can be defined for emoji support
|
-- Additional fonts can be defined for emoji support
|
||||||
font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true",
|
font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true",
|
||||||
additionalFonts = [
|
additionalFonts = [
|
||||||
"xft:Font Awesome 5 Free Solid:pixelsize=12",
|
"xft:Font Awesome 6 Free Solid:pixelsize=12",
|
||||||
"xft:Font Awesome 5 Brands:pixelsize=12"
|
"xft:Font Awesome 6 Brands:pixelsize=12"
|
||||||
--"xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
|
--"xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
|
||||||
],
|
],
|
||||||
bgColor = "#282c34",
|
bgColor = "#282c34",
|
||||||
|
|
Loading…
Reference in a new issue