Initial commit

This commit is contained in:
2025-11-28 16:44:06 -08:00
commit c673a0bda5
27 changed files with 1563 additions and 0 deletions

13
config/run-swaybg.sh Executable file
View File

@ -0,0 +1,13 @@
#!/usr/bin/env zsh
local WALLPAPERS_DIR="${HOME}/pics/wallpapers/"
case "${HOST}" in
*-desktop)
exec swaybg -o DP-1 -m fill -i "${WALLPAPERS_DIR}/fapta.png" \
-o DP-3 -m fill -i "${WALLPAPERS_DIR}/Veko and Friend.png"
;;
*-portable)
exec swaybg -m fill -o '*' -i "${WALLPAPERS_DIR}/Girls Last Tour 2.jpg"
;;
esac

View File

@ -0,0 +1,3 @@
lock 'swayidle-lock-screen -e -f ~/pics/wallpapers/veko-and-other-friend.png'
before-sleep 'swayidle-lock-screen -e -f ~/pics/wallpapers/veko-and-other-friend.png'
timeout 300 'swayidle-lock-screen -e -f ~/pics/wallpapers/veko-and-other-friend.png'

View File

@ -0,0 +1,3 @@
lock 'swayidle-lock-screen -f ~/pics/screensavers/girls-last-tour.png'
before-sleep 'swayidle-lock-screen -f ~/pics/screensavers/girls-last-tour.png'
timeout 300 'swayidle-lock-screen -f ~/pics/screensavers/girls-last-tour.png'