mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-12 14:01:22 +02:00
polybar: or some gauge?
This commit is contained in:
parent
d799652438
commit
260cfc64e4
1 changed files with 9 additions and 4 deletions
|
@ -92,10 +92,15 @@ enable-scroll = true
|
||||||
[module/cpu]
|
[module/cpu]
|
||||||
type = internal/cpu
|
type = internal/cpu
|
||||||
interval = 2
|
interval = 2
|
||||||
label = %percentage: 2%%
|
format = <ramp-load> <label>
|
||||||
warn-percentage = 20
|
label = %percentage: 2%%
|
||||||
format-warn = <label-warn>
|
ramp-load-0 =
|
||||||
label-warn = %percentage: 2%%
|
ramp-load-1 =
|
||||||
|
ramp-load-2 =
|
||||||
|
ramp-load-3 =
|
||||||
|
ramp-load-4 =
|
||||||
|
ramp-load-5 =
|
||||||
|
ramp-load-6 =
|
||||||
|
|
||||||
[module/memory]
|
[module/memory]
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue