Icons for RAM and system temperature
This commit is contained in:
parent
56e876712c
commit
72bd74b176
1 changed files with 3 additions and 3 deletions
|
@ -253,7 +253,7 @@ ramp-coreload-7-foreground = ${colors.foreground-alert}
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
interval = 2
|
interval = 2
|
||||||
format = "<label>"
|
format = "<label>"
|
||||||
label = "%{F#777}RAM%{F} %percentage_used:3%%%{O-20}"
|
label = "%{F#777}%{F}%percentage_used:3%%%{O-20}"
|
||||||
|
|
||||||
[module/temperature]
|
[module/temperature]
|
||||||
type = internal/temperature
|
type = internal/temperature
|
||||||
|
@ -261,8 +261,8 @@ thermal-zone = 0
|
||||||
warn-temperature = 80
|
warn-temperature = 80
|
||||||
|
|
||||||
;format = <ramp> <label>
|
;format = <ramp> <label>
|
||||||
format = %{F#777}temp%{F} <label>
|
format = %{F#888}%{F} <label>
|
||||||
format-warn = <label-warn>
|
format-warn = %{T3}%{T-} <label-warn>
|
||||||
format-warn-foreground = ${colors.foreground-alert}
|
format-warn-foreground = ${colors.foreground-alert}
|
||||||
|
|
||||||
label = %temperature%
|
label = %temperature%
|
||||||
|
|
Loading…
Reference in a new issue