Draw attention to full battery, loader should be unplugged
This commit is contained in:
parent
4e13e22dee
commit
f4d78b7ce8
1 changed files with 7 additions and 7 deletions
|
@ -48,7 +48,7 @@ font-4 = "Fira Mono:size=7;0"
|
|||
; Specialised icons
|
||||
font-5 = "Weather Icons:size=10;1"
|
||||
font-6 = "Bar Material Supplements:pixelsize=14;1"
|
||||
font-7 = "Bar Material Supplements:pixelsize=19;4"
|
||||
font-7 = "Bar Material Supplements:pixelsize=19;3"
|
||||
; MPD song position
|
||||
font-8 = "Fira Mono:size=7;-1"
|
||||
|
||||
|
@ -368,7 +368,7 @@ bar-volume-empty-foreground = ${colors.foreground-alt}
|
|||
type = internal/battery
|
||||
battery = BAT0
|
||||
adapter = AC
|
||||
full-at = 98
|
||||
full-at = 95
|
||||
interval = 5
|
||||
|
||||
format-charging = %{T7}%{F555}%{O-18}%{FED9}<ramp-capacity>%{O-17}%{F000}%{F}%{T-}%{O2}<label-charging>
|
||||
|
@ -378,15 +378,15 @@ format-discharging = %{F555}%{O-18}%{F}<ramp-capacity>%{O2}<label-discharging
|
|||
label-discharging = %percentage%%
|
||||
|
||||
format-full-prefix = ""
|
||||
format-full-prefix-foreground = ${colors.foreground-alt}
|
||||
format-full-prefix-foreground = ${colors.foreground-alert}
|
||||
|
||||
; <5
|
||||
ramp-capacity-0 = %{FF55}
|
||||
ramp-capacity-0 = %{F#F55}
|
||||
; 5
|
||||
ramp-capacity-1 = %{FF55}
|
||||
ramp-capacity-1 = %{F#F55}
|
||||
; 10
|
||||
ramp-capacity-2 = %{FF55}
|
||||
ramp-capacity-3 = %{FF55}
|
||||
ramp-capacity-2 = %{F#F55}
|
||||
ramp-capacity-3 = %{F#F55}
|
||||
; 20
|
||||
ramp-capacity-4 =
|
||||
ramp-capacity-5 =
|
||||
|
|
Loading…
Reference in a new issue