From 815e967f2cc0f17e3e09141785c281a3a09ec323 Mon Sep 17 00:00:00 2001 From: Mathis CHIRAT Date: Fri, 8 Nov 2024 14:28:14 +0100 Subject: [PATCH] =?UTF-8?q?Transf=C3=A9rer=20les=20fichiers=20vers=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixing chmod +x bug on start.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index d79f9f3..c3a4af4 100644 --- a/setup.sh +++ b/setup.sh @@ -77,7 +77,7 @@ WALLPAPER_FILE=$(cat ~/.config/Wallify/wallpaper.conf | grep WALLPAPER_FILE | cu gsettings set org.gnome.desktop.background picture-uri file://$WALLPAPER_FILE /home/UCA/machirat1/public/WallPaper/wallify -ni -fs -s -sp -st -b -nf -- mpv -wid WID --loop --no-audio $WALLPAPER_FILE & EOF - chmod +x start.sh + chmod +x /home/UCA/$USER/.config/Wallify/start.sh echo "+ Creating autostart file" cat > ~/.config/autostart/wallify.sh.desktop <