From cfdbf269b164fbbfdcfd6f46dcb1de5c1941a65c Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Mon, 18 May 2020 19:37:03 -0400 Subject: [PATCH] Add icons from Nerd Font and better spacing to Polybar --- polybar/.config/polybar/config | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 6e63733..43bc3b3 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -10,10 +10,11 @@ alert = ${xrdb:color3:#222} width = 100% height = 27 padding = 1 +module-margin = 1 background = ${colors.background} foreground = ${colors.foreground} font-0 = IBMPlexMono-Regular;2 -font-1 = FontAwesome:size=16;3 +font-1 = Hack Nerd Font:size=16;3 modules-right = battery date @@ -31,22 +32,22 @@ full-at = 98 format-charging = format-discharging = -label-full =  %percentage%% +label-full =  %percentage%% -ramp-capacity-0 =  +ramp-capacity-0 =  ramp-capacity-0-foreground = ${colors.alert} -ramp-capacity-1 =  +ramp-capacity-1 =  ramp-capacity-1-foreground = ${colors.secondary} -ramp-capacity-2 =  -ramp-capacity-3 =  -ramp-capacity-4 =  +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-3 =  -animation-charging-4 =  +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 @@ -55,9 +56,9 @@ type = internal/date interval = 5 date = -date-alt = " %Y-%m-%d" +date-alt = " %Y-%m-%d" -time = %H:%M +time = " %H:%M" time-alt = %H:%M:%S label = %date% %time%