docs: add disk.warnThreshold to readme and hm-module

This commit is contained in:
Damocles 2026-04-22 20:08:37 +02:00
parent 4b5272c124
commit 8177b5e2a2
2 changed files with 12 additions and 2 deletions

View file

@ -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