diff --git a/lock.sh b/lock.sh index db3026b..4ebd471 100755 --- a/lock.sh +++ b/lock.sh @@ -3,4 +3,4 @@ # Ferit Yiğit BALABAN , 2023 # playerctl pause -swaylock -efklu -i "mounts/31_shoka/pictures/landscape/024.jpg" +swaylock -efklu -i "$HOME/.config/navi/img_lockscreen" \ No newline at end of file diff --git a/poweroff.sh b/poweroff.sh index 6a64b8d..deeca16 100755 --- a/poweroff.sh +++ b/poweroff.sh @@ -2,6 +2,6 @@ dt=$(date -Iseconds) # unison=$($HOME/scripts/unison_sync.sh) rm "$HOME/.cache/cliphist/db" -python "$HOME/scripts/resync_vault.py" +#python "$HOME/scripts/resync_vault.py" echo "[$dt] INFO: navi, powering off" >> navi.log poweroff diff --git a/reboot.sh b/reboot.sh index 75ef602..968e531 100644 --- a/reboot.sh +++ b/reboot.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash dt=$(date +'%d/%m/%y-%H.%M.%S') rm "$HOME/.cache/cliphist/db" -python "$HOME/scripts/resync_vault.py" +#python "$HOME/scripts/resync_vault.py" echo "[$dt] navi restarting..." >> $HOME/navi.log $HOME/scripts/modeset.py --shutdown reboot diff --git a/sleep.sh b/sleep.sh new file mode 100644 index 0000000..7db3b46 --- /dev/null +++ b/sleep.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# +# +# +# +playerctl pause +systemctl suspend