Add icons from Nerd Font and better spacing to Polybar

This commit is contained in:
Jeremy Dormitzer 2020-05-18 19:37:03 -04:00
parent ad041465d9
commit cfdbf269b1

View File

@ -10,10 +10,11 @@ alert = ${xrdb:color3:#222}
width = 100% width = 100%
height = 27 height = 27
padding = 1 padding = 1
module-margin = 1
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}
font-0 = IBMPlexMono-Regular;2 font-0 = IBMPlexMono-Regular;2
font-1 = FontAwesome:size=16;3 font-1 = Hack Nerd Font:size=16;3
modules-right = battery date modules-right = battery date
@ -31,22 +32,22 @@ full-at = 98
format-charging = <animation-charging> <label-charging> format-charging = <animation-charging> <label-charging>
format-discharging = <ramp-capacity> <label-discharging> format-discharging = <ramp-capacity> <label-discharging>
label-full = %percentage%% label-full = %percentage%%
ramp-capacity-0 = ramp-capacity-0 =
ramp-capacity-0-foreground = ${colors.alert} ramp-capacity-0-foreground = ${colors.alert}
ramp-capacity-1 = ramp-capacity-1 =
ramp-capacity-1-foreground = ${colors.secondary} ramp-capacity-1-foreground = ${colors.secondary}
ramp-capacity-2 = ramp-capacity-2 =
ramp-capacity-3 = ramp-capacity-3 =
ramp-capacity-4 = ramp-capacity-4 =
ramp-capacity-foreground = ${colors.foreground-alt} ramp-capacity-foreground = ${colors.foreground-alt}
animation-charging-0 = animation-charging-0 =
animation-charging-1 = animation-charging-1 =
animation-charging-2 = animation-charging-2 =
animation-charging-3 = animation-charging-3 =
animation-charging-4 = animation-charging-4 =
animation-charging-foreground = ${colors.foreground-alt} animation-charging-foreground = ${colors.foreground-alt}
animation-charging-framerate = 750 animation-charging-framerate = 750
@ -55,9 +56,9 @@ type = internal/date
interval = 5 interval = 5
date = date =
date-alt = " %Y-%m-%d" date-alt = " %Y-%m-%d"
time = %H:%M time = " %H:%M"
time-alt = %H:%M:%S time-alt = %H:%M:%S
label = %date% %time% label = %date% %time%