scripts/daemons/battery-daemon
devaine 9b374bb70d
feat: added notifications & daemons + simplified naming
notifications are for `dunst` a notification handler for my setup
I added volume, charging, battery, time, and brightness notifications
2025-04-26 10:22:34 -05:00

5 lines
68 B
Bash

#!/bin/bash
while true; do
~/.scripts/notifs/battery
sleep 1
done