update swal

This commit is contained in:
speedie 2022-11-03 18:12:35 +01:00
parent 2e70e3b015
commit 6dd1b1ed4f

View file

@ -315,8 +315,13 @@ SWAL_EXPORT_SCRIPT_WAL()
rm -f $SWAL_EXPORTDIR/CurrentWallpaper ; ln -s "$SWAL_WALLPAPERDIR/$SWAL_SELWALLPAPER" $SWAL_EXPORTDIR/CurrentWallpaper
command -v wal > /dev/null && wal -nqi "$SWAL_WALLPAPERDIR/$SWAL_SELWALLPAPER"
command -v speedwm_run > /dev/null && speedwm_run -rnoloadcolors
command -v wal > /dev/null && wal -nqi "$SWAL_WALLPAPERDIR/$SWAL_SELWALLPAPER"
command -v speedwm_run > /dev/null && speedwm_run -rnoloadcolors
# run script
if [ -e "$SWAL_EXPORTDIR/postrun.sh" ]; then
$SWAL_EXPORTDIR/postrun.sh
fi
}
# Send notification