docs: add disk.warnThreshold to readme and hm-module
This commit is contained in:
parent
4b5272c124
commit
8177b5e2a2
2 changed files with 12 additions and 2 deletions
|
|
@ -122,7 +122,8 @@ programs.nova-shell.modules = {
|
|||
battery.warning = 30; # % for warning notification
|
||||
battery.critical = 10; # % for critical blink + notification
|
||||
cpu.interval = 2000; # polling interval in ms
|
||||
disk.interval = 60000; # polling interval in ms
|
||||
disk.interval = 60000; # polling interval in ms
|
||||
disk.warnThreshold = 85; # % usage to trigger warning color
|
||||
notifications.timeout = 3000; # popup auto-dismiss in ms
|
||||
notifications.maxPopups = 4; # max simultaneous popups (0 to disable)
|
||||
notifications.maxVisible = 10; # scrollable history limit in center
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue