From 41de016bcfa07c8cec1a3a267cb7d41666f9ba9d Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 15 Aug 2024 15:15:58 +0100 Subject: [PATCH 1/5] Update font awesome font name --- config/packages/polybar/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/polybar/config.ini b/config/packages/polybar/config.ini index ba2c156..50c9b87 100644 --- a/config/packages/polybar/config.ini +++ b/config/packages/polybar/config.ini @@ -49,7 +49,7 @@ separator = | separator-foreground = ${colors.disabled} font-0 = Hack;2 -font-1 = Font Awesome +font-1 = Font Awesome 6 Free modules-left = xworkspaces xwindow modules-right = filesystem audiooutput pulseaudio xkeyboard memory cpu battery date From 100f924850915f4c53928ebe15079df187ceb625 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 15 Aug 2024 15:18:35 +0100 Subject: [PATCH 2/5] Update font awesome text to use ;2 at the end --- config/packages/polybar/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/polybar/config.ini b/config/packages/polybar/config.ini index 50c9b87..81b3d5f 100644 --- a/config/packages/polybar/config.ini +++ b/config/packages/polybar/config.ini @@ -49,7 +49,7 @@ separator = | separator-foreground = ${colors.disabled} font-0 = Hack;2 -font-1 = Font Awesome 6 Free +font-1 = Font Awesome 6 Free;2 modules-left = xworkspaces xwindow modules-right = filesystem audiooutput pulseaudio xkeyboard memory cpu battery date From e98e206548ab81f1842bc41deb4b94404cde969e Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 15 Aug 2024 15:23:05 +0100 Subject: [PATCH 3/5] Add font config --- config/packages/polybar/config.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/packages/polybar/config.ini b/config/packages/polybar/config.ini index 81b3d5f..6b8b1e5 100644 --- a/config/packages/polybar/config.ini +++ b/config/packages/polybar/config.ini @@ -49,7 +49,7 @@ separator = | separator-foreground = ${colors.disabled} font-0 = Hack;2 -font-1 = Font Awesome 6 Free;2 +font-1 = Font Awesome 6 Free Regular:style=Regular modules-left = xworkspaces xwindow modules-right = filesystem audiooutput pulseaudio xkeyboard memory cpu battery date @@ -169,16 +169,16 @@ adapter = ACAD format-charging = format-discharging = -label-charging =  %percentage% +label-charging = %{T2}%{T-} %percentage% label-discharging = %percentage% label-full = Fully charged label-low = BATTERY LOW -ramp-capacity-0 =  -ramp-capacity-1 =  -ramp-capacity-2 =  -ramp-capacity-3 =  -ramp-capacity-4 =  +ramp-capacity-0 = %{T2}%{T-} +ramp-capacity-1 = %{T2}%{T-} +ramp-capacity-2 = %{T2}%{T-} +ramp-capacity-3 = %{T2}%{T-} +ramp-capacity-4 = %{T2}%{T-} [module/date] type = internal/date From 9f22f3c25cb4cee46717f58629ac336d4ae129cf Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 15 Aug 2024 15:24:30 +0100 Subject: [PATCH 4/5] Update font --- config/packages/polybar/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/polybar/config.ini b/config/packages/polybar/config.ini index 6b8b1e5..b0376cd 100644 --- a/config/packages/polybar/config.ini +++ b/config/packages/polybar/config.ini @@ -49,7 +49,7 @@ separator = | separator-foreground = ${colors.disabled} font-0 = Hack;2 -font-1 = Font Awesome 6 Free Regular:style=Regular +font-1 = Font Awesome 6 Free:style=Regular;2 modules-left = xworkspaces xwindow modules-right = filesystem audiooutput pulseaudio xkeyboard memory cpu battery date From 613d216572d2e4e6262008e57bedde5bf66f710e Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 15 Aug 2024 15:29:18 +0100 Subject: [PATCH 5/5] Add solid font --- config/packages/polybar/config.ini | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/config/packages/polybar/config.ini b/config/packages/polybar/config.ini index b0376cd..b7f0fbd 100644 --- a/config/packages/polybar/config.ini +++ b/config/packages/polybar/config.ini @@ -50,6 +50,7 @@ separator-foreground = ${colors.disabled} font-0 = Hack;2 font-1 = Font Awesome 6 Free:style=Regular;2 +font-2 = Font Awesome 6 Free:style=Solid;2 modules-left = xworkspaces xwindow modules-right = filesystem audiooutput pulseaudio xkeyboard memory cpu battery date @@ -169,16 +170,16 @@ adapter = ACAD format-charging = format-discharging = -label-charging = %{T2}%{T-} %percentage% +label-charging = %{T3}%{T-} %percentage% label-discharging = %percentage% label-full = Fully charged label-low = BATTERY LOW -ramp-capacity-0 = %{T2}%{T-} -ramp-capacity-1 = %{T2}%{T-} -ramp-capacity-2 = %{T2}%{T-} -ramp-capacity-3 = %{T2}%{T-} -ramp-capacity-4 = %{T2}%{T-} +ramp-capacity-0 = %{T3}%{T-} +ramp-capacity-1 = %{T3}%{T-} +ramp-capacity-2 = %{T3}%{T-} +ramp-capacity-3 = %{T3}%{T-} +ramp-capacity-4 = %{T3}%{T-} [module/date] type = internal/date