mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
plugins/wallpaper: fix indentation
This commit is contained in:
parent
e7abf87c54
commit
83c4c880cc
|
@ -27,10 +27,10 @@ if [ -n "$1" ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# If you want a system notification, uncomment the next 3 lines.
|
# If you want a system notification, uncomment the next 3 lines.
|
||||||
# notify-send -a "nnn" "Wallpaper changed!"
|
# notify-send -a "nnn" "Wallpaper changed!"
|
||||||
# else
|
# else
|
||||||
# notify-send -a "nnn" "No image selected"
|
# notify-send -a "nnn" "No image selected"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue