From 65dab08340c91aed15df251bc4129d98a647eaa6 Mon Sep 17 00:00:00 2001 From: Anima <18208134+animafps@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:09:51 +1300 Subject: [PATCH] fontawesome glyfs on polybar --- .config/polybar/config.ini | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 40623eb..4b016a3 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -18,10 +18,13 @@ padding-right = 1 module-margin = 1 -#separator = | +separator = | #separator-foreground = ${colors.disabled} font-0 = monospace;2 +font-1 = "Font Awesome 6 Free Regular:Style=Regular" +font-3= "Font Awesome 6 Free Solid:style=Solid:size=12;2" +font-2 = "Font Awesome 6 Brands Regular:style=Regular modules-left = i3 modules-center = date @@ -102,14 +105,14 @@ label-indicator-margin = 1 [module/memory] type = internal/memory interval = 2 -format-prefix = "RAM " -format-prefix-foreground = ${colors.primary} +format-prefix = " " +#format-prefix-foreground = ${colors.primary} label = %percentage_used:2%% [module/cpu] type = internal/cpu interval = 2 -format-prefix = "CPU " +format-prefix = " " #format-prefix-foreground = ${colors.primary} label = %percentage:2%%