workspaces

This commit is contained in:
ackman678
2025-11-21 15:51:46 -05:00
parent 623fa0f06f
commit 7d1f145bf8
3 changed files with 128 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ if [ $PERCENT -le "23" ]; then
notify-send --urgency=critical "Low battery $PERCENT%"
fi
if [ $PERCENT -le "3" ]; then
if [ $PERCENT -le "7" ]; then
echo "powering down..."
systemctl suspend
fi