dev: automated commit - 2025-09-22 16:46:12

This commit is contained in:
Mariano Z. 2025-09-22 16:46:12 -03:00
parent 7bf9a172ac
commit c9829cac0f
27 changed files with 156 additions and 181 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/mzunino/Pictures/hwtioswoamne1.jpeg"
swaybg -m fill -i "$HOME/Pictures/hwtioswoamne1.jpeg"
fi
}