mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Made battery have visuals to easily decipher at a glance
This commit is contained in:
parent
583e16e7b1
commit
4be34b0c91
@ -66,15 +66,21 @@ battery = BAT0
|
||||
adapter = ADP1
|
||||
full-at = 98
|
||||
|
||||
format-charging = <label-charging>
|
||||
; orange denotes charging
|
||||
format-charging =%{u#ffa500}%{+u}<label-charging>
|
||||
label-charging = Batt: %percentage%%
|
||||
|
||||
format-discharging = <label-discharging>
|
||||
format-discharging = <ramp-capacity> <label-discharging>
|
||||
label-discharging = Batt: %percentage%%
|
||||
|
||||
; changes color for which third battery is in
|
||||
; red=0-33, yellow=34-66, green=67-100
|
||||
ramp-capacity-0 = %{u#ff0000}
|
||||
ramp-capacity-1 = %{u#ffea00}
|
||||
ramp-capacity-2 = %{u#20c723}
|
||||
|
||||
[module/cpu]
|
||||
type = internal/cpu
|
||||
; Seconds to sleep between updates
|
||||
interval = 0.5
|
||||
format = <label>
|
||||
format-prefix-foreground = ${colors.gray}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user