Initial commit
This commit is contained in:
13
config/run-swaybg.sh
Executable file
13
config/run-swaybg.sh
Executable 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
|
||||
Reference in New Issue
Block a user