From d002ac90cd9c0198ffd6c3bb0a09dcb23a88be93 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 19 Feb 2022 11:59:03 +0100 Subject: [PATCH] Config: Update font-awesome references to version 6 --- .config/polybar/config | 6 +++--- .config/rofi/config.rasi | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index fe3eee8..c36c5fe 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -50,9 +50,9 @@ dpi-y = ${font.dpi} ; https://github.com/polybar/polybar/wiki/Fonts font-0 = "DejaVu Sans:pixelsize=9;3" font-1 = "Source Han Sans JP Medium:pixelsize=9;3" -font-2 = "Font Awesome 5 Free:style=Regular:pixelsize=8;3" -font-3 = "Font Awesome 5 Free:style=Solid:pixelsize=8;3" -font-4 = "Font Awesome 5 Brands:pixelsize=8;3" +font-2 = "Font Awesome 6 Free:style=Regular:pixelsize=8;3" +font-3 = "Font Awesome 6 Free:style=Solid:pixelsize=8;3" +font-4 = "Font Awesome 6 Brands:pixelsize=8;3" modules-left = bspwm modules-center = title diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index da470cf..67d576c 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -9,7 +9,7 @@ configuration { display-drun: "run"; /* Layout */ - font: "DejaVu Sans Mono, Font Awesome 5 Free 12"; + font: "DejaVu Sans Mono, Font Awesome 6 Free 12"; /* Icons */ icon-theme: "Arc";