From: paperbenni Date: Wed, 7 Oct 2020 14:10:27 +0000 (+0200) Subject: add option to disable instantwallpaper X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c85a0a90d0dcd328b3a072025e5b9b8ce2927e04;p=instantos%2FinstantOS.git add option to disable instantwallpaper --- diff --git a/autostart.sh b/autostart.sh index 506489e..59c5e51 100755 --- a/autostart.sh +++ b/autostart.sh @@ -122,7 +122,9 @@ if ! pgrep dunst; then fi onlinetrigger() { - instantwallpaper & + if ! iconf -i nowallpaper; then + instantwallpaper & + fi } # set up oh-my-zsh config if not existing already