Improve RAM/CPU monitor
This commit is contained in:
parent
a188b0e930
commit
99926f69b1
1 changed files with 3 additions and 3 deletions
|
@ -291,8 +291,8 @@ card = intel_backlight
|
|||
type = internal/cpu
|
||||
interval = 2
|
||||
;format-prefix = " "
|
||||
format = <ramp-coreload>%{O-74}
|
||||
format-foreground = ${colors.foreground-alt}
|
||||
format = <ramp-coreload>%{O-80}
|
||||
format-foreground = #555
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline = #f90000
|
||||
;label = %percentage:2%%
|
||||
|
@ -322,7 +322,7 @@ interval = 2
|
|||
;format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline = #4bffdc
|
||||
;label = "%gb_used%"
|
||||
label = "%percentage_used%%"
|
||||
label = "%percentage_used:3%%"
|
||||
|
||||
bar-used-indicator =
|
||||
bar-used-width = 9
|
||||
|
|
Loading…
Reference in a new issue