From 3cad689fed65ce02a56439b1ba064f96d9082272 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 29 Apr 2019 15:24:27 -0700 Subject: Fix fonts in polybar Icons are now actually show in the bar --- polybar/.config/polybar/config | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index c5a083f..34ace99 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -31,7 +31,7 @@ module-margin-left = 1 module-margin-right = 2 font-0 = fixed:pixelsize=10;1 -font-1 = unifont:fontformat=truetype:size=8:antialias=false;0 +font-1 = Font Awesome 5 Free:style=Solid:pixelsize=10;0 font-2 = siji:pixelsize=10;1 modules-left = xwindow @@ -68,7 +68,7 @@ module-margin-left = 1 module-margin-right = 2 font-0 = fixed:pixelsize=10;1 -font-1 = unifont:fontformat=truetype:sze=8:antialias=false;0 +font-1 = Font Awesome 5 Free:style=Solid:pixelsize=10;0 font-2 = siji:pixelsize=10;1 modules-left = xwindow @@ -113,11 +113,11 @@ label = %date% %time% [module/pulseaudio] type = internal/pulseaudio -format-volume = -label-volume = VOL %percentage%% +format-volume = +label-volume = %percentage%% label-volume-foreground = ${root.foreground} -label-muted = 🔇 muted +label-muted =  label-muted-foreground = #66 bar-volume-width = 10 @@ -137,6 +137,10 @@ bar-volume-empty = ─ bar-volume-empty-font = 2 bar-volume-empty-foreground = ${colors.foreground-alt} +ramp-volume-0 =  +ramp-volume-1 =  +ramp-volume-2 =  + [module/battery] type = internal/battery battery = BAT0 @@ -149,18 +153,23 @@ format-charging-underline = #ffb52a format-discharging = format-discharging-underline = ${self.format-charging-underline} -format-full-prefix = " " +format-full-prefix = " " format-full-prefix-foreground = ${colors.foreground-alt} format-full-underline = ${self.format-charging-underline} +format-full-prefix-font = 2 -ramp-capacity-0 =  -ramp-capacity-1 =  -ramp-capacity-2 =  +ramp-capacity-0 =  +ramp-capacity-1 =  +ramp-capacity-2 =  +ramp-capacity-3 =  +ramp-capacity-4 =  ramp-capacity-foreground = ${colors.foreground-alt} -animation-charging-0 =  -animation-charging-1 =  -animation-charging-2 =  +animation-charging-0 =  +animation-charging-1 =  +animation-charging-2 =  +animation-charging-3 =  +animation-charging-4 =  animation-charging-foreground = ${colors.foreground-alt} animation-charging-framerate = 750 @@ -178,9 +187,9 @@ label = %temperature-c% label-warn = %temperature-c% label-warn-foreground = ${colors.secondary} -ramp-0 =  -ramp-1 =  -ramp-2 =  +ramp-0 =  +ramp-1 =  +ramp-2 =  ramp-foreground = ${colors.foreground-alt} [settings] -- cgit v1.2.3-54-g00ecf