Add icons from Nerd Font and better spacing to Polybar
This commit is contained in:
parent
ad041465d9
commit
cfdbf269b1
@ -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 = <animation-charging> <label-charging>
|
||||
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-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%
|
||||
|
Loading…
Reference in New Issue
Block a user