A bash script that monitors resources usage, temperature, battery and sends a system notification when specified thresholds are crossed.
- Linux System
- libnotify
- libsensors
- Clone the repository
git clone https://github.com/vsreddyh/warner-bash
- Change Directory and run
cd warner-bash chmod u+x warner.sh warner.sh - To assign the keyword warner to warner.sh. Run this command
sudo cp ./warner.sh /usr/local/bin/warner
- To add it to autostart on i3 paste this in .config/i3/config
exec --no-startup-id warner start &
-
-maxTemp: Changes maximum temperature threshold -
-maxCpu: Changes maximum CPU usage threshold -
-maxRam: Changes maximum RAM usage threshold -
-maxBat: Changes maximum battery threshold -
-miBat: Changes minimum battery threshold -
-show: shows current config
Your contributions are always welcome! Please have a look at the contribution guidelines first. 🎉
The MIT License (MIT) 2025 - VsreddyH. Please have a look at the LICENSE.md for more details.




