hyprland workspace: shutdown script

This commit is contained in:
Ferit Yiğit BALABAN 2023-05-25 07:33:39 +03:00
parent b8214d27c6
commit 7790da1e6b
Signed by: fyb
GPG Key ID: E21FEB2C244CB7EB

6
poweroff.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
dt=$(date -Iseconds)
unison=$($HOME/scripts/unison_sync.sh)
rm "$HOME/.cache/cliphist/db"
echo "[$dt] INFO: navi, powering off" >> navi.log
poweroff