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
|
type = internal/cpu
|
||||||
interval = 2
|
interval = 2
|
||||||
;format-prefix = " "
|
;format-prefix = " "
|
||||||
format = <ramp-coreload>%{O-74}
|
format = <ramp-coreload>%{O-80}
|
||||||
format-foreground = ${colors.foreground-alt}
|
format-foreground = #555
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
format-underline = #f90000
|
format-underline = #f90000
|
||||||
;label = %percentage:2%%
|
;label = %percentage:2%%
|
||||||
|
@ -322,7 +322,7 @@ interval = 2
|
||||||
;format-prefix-foreground = ${colors.foreground-alt}
|
;format-prefix-foreground = ${colors.foreground-alt}
|
||||||
format-underline = #4bffdc
|
format-underline = #4bffdc
|
||||||
;label = "%gb_used%"
|
;label = "%gb_used%"
|
||||||
label = "%percentage_used%%"
|
label = "%percentage_used:3%%"
|
||||||
|
|
||||||
bar-used-indicator =
|
bar-used-indicator =
|
||||||
bar-used-width = 9
|
bar-used-width = 9
|
||||||
|
|
Loading…
Reference in a new issue