mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-08 17:24:21 +02:00
polybar: add a warning when RAM is full
This commit is contained in:
parent
4fe1733db9
commit
754cbcc020
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ label = %{T2}%{T-} %percentage: 2%%
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
interval = 5
|
interval = 5
|
||||||
label = %percentage_used: 2%%
|
label = %percentage_used: 2%%
|
||||||
|
warn-percentage = 90
|
||||||
|
format-warn = <label>
|
||||||
|
format-warn-foreground = ${colors.warning}
|
||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue