From f9d7eaf6743e89ef1be7b4bf7d02bf101d6b7763 Mon Sep 17 00:00:00 2001 From: Phantop Date: Tue, 1 Sep 2020 21:14:11 -0400 Subject: [PATCH] Awall: correctly set wallpaper image --- .local/bin/awall | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/bin/awall b/.local/bin/awall index 2263bfa..bcab078 100755 --- a/.local/bin/awall +++ b/.local/bin/awall @@ -8,6 +8,7 @@ mpv --profile=wallpaper ~/Pictures/.wallp & disown if [[ "$#" -ge 1 ]]; then ffmpeg -i ~/Pictures/Awall/$@* -vframes 1 -y ~/Pictures/Awall/wall.png wallp ~/Pictures/Awall/wall.png + gsettings set org.gnome.desktop.background picture-uri "file://~/Pictures/Awall/wall.png" else sleep 5 fi