Add font config
This commit is contained in:
parent
100f924850
commit
e98e206548
1 changed files with 7 additions and 7 deletions
|
@ -49,7 +49,7 @@ separator = |
|
||||||
separator-foreground = ${colors.disabled}
|
separator-foreground = ${colors.disabled}
|
||||||
|
|
||||||
font-0 = Hack;2
|
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-left = xworkspaces xwindow
|
||||||
modules-right = filesystem audiooutput pulseaudio xkeyboard memory cpu battery date
|
modules-right = filesystem audiooutput pulseaudio xkeyboard memory cpu battery date
|
||||||
|
@ -169,16 +169,16 @@ adapter = ACAD
|
||||||
format-charging = <ramp-capacity> <label-charging>
|
format-charging = <ramp-capacity> <label-charging>
|
||||||
format-discharging = <ramp-capacity> <label-discharging>
|
format-discharging = <ramp-capacity> <label-discharging>
|
||||||
|
|
||||||
label-charging = %percentage%
|
label-charging = %{T2}%{T-} %percentage%
|
||||||
label-discharging = %percentage%
|
label-discharging = %percentage%
|
||||||
label-full = Fully charged
|
label-full = Fully charged
|
||||||
label-low = BATTERY LOW
|
label-low = BATTERY LOW
|
||||||
|
|
||||||
ramp-capacity-0 =
|
ramp-capacity-0 = %{T2}%{T-}
|
||||||
ramp-capacity-1 =
|
ramp-capacity-1 = %{T2}%{T-}
|
||||||
ramp-capacity-2 =
|
ramp-capacity-2 = %{T2}%{T-}
|
||||||
ramp-capacity-3 =
|
ramp-capacity-3 = %{T2}%{T-}
|
||||||
ramp-capacity-4 =
|
ramp-capacity-4 = %{T2}%{T-}
|
||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
|
|
Loading…
Reference in a new issue