diff --git a/scripts/speedwm-swal b/scripts/speedwm-swal index 492e148..a1c9b7f 100755 --- a/scripts/speedwm-swal +++ b/scripts/speedwm-swal @@ -340,9 +340,9 @@ SWAL_EXPORT_SCRIPT_WAL() # Send notification SWAL_SENDNOTIFICATION() { if [ "$SWAL_SELWAL" = "" ]; then - command -v notify-send > /dev/null && notify-send " $SWAL_SELWALLPAPER set as wallpaper in $(echo $SWAL_TYPE | sed "s|--||g") mode." + command -v notify-send > /dev/null && notify-send " $SWAL_SELWALLPAPER set as wallpaper in $(echo $SWAL_TYPE | sed "s|--||g") mode." else - command -v notify-send > /dev/null && notify-send " $SWAL_SELWAL set as wallpaper in $(echo $SWAL_TYPE | sed "s|--||g") mode." + command -v notify-send > /dev/null && notify-send " $SWAL_SELWAL set as wallpaper in $(echo $SWAL_TYPE | sed "s|--||g") mode." fi exit 0