dev: automated commit - 2025-08-16 22:19:32

This commit is contained in:
Mariano Z. 2025-08-16 22:19:32 -03:00
parent e7b1106123
commit 77a15abcf4
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
9 changed files with 95 additions and 12 deletions

View file

@ -9,7 +9,7 @@ set_wallpaper_sway() {
if [ "$(hostname)" == "main" ]; then
swaymsg -t get_outputs -r | jq -r ".[].name" | parallel 'swaybg -o {} -i $(find ~/Pictures/* -type f | shuf -n 1) &'
elif [ "$(hostname)" == "fw" ]; then
swaybg -m fill -i "/home/forbi/Pictures/hwtioswoamne1.jpeg"
swaybg -m fill -i "/home/mzunino/Pictures/hwtioswoamne1.jpeg"
fi
}