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