436d0abf80aa48553f8894a78c0fe82c5187b99e
Adds a disk monitor script that warns via notify-send (swaync) when disk usage exceeds 85% (warning) or 92% (critical), and shows a color-coded indicator in the waybar. Changes: - waybar/scripts/disk-monitor.sh — monitoring script with 3 modes: * daemon: background check every 5 min, sends desktop notifications * waybar: one-shot JSON for waybar custom module * check: single check for manual use - hyprland.conf — exec-once for daemon mode (runs on login) - config.jsonc — added custom/disk-monitor to modules-right - modules.json — custom module definition (60s refresh, color-coded) - style.css — normal/warning/critical styles with blink animation Usage: Normal: shows 💾 / 45% (green) Warning: 🟡 / 85% (orange) Critical: 🔴 / 92% (red, blinking)
Description
Languages
Emacs Lisp
57.8%
Lua
33.4%
CSS
3.8%
Vim Script
2.6%
Shell
1.5%
Other
0.9%