wok view lxde/stuff/lxde-logout @ rev 13944

xorg-xauth: add common path (thanks mojo)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 29 09:43:35 2013 +0100 (2013-01-29)
parents
children
line source
1 #!/bin/sh
2 #
3 # SliTaz LXDE Logout.
4 #
6 case "$1" in
7 *.png|*.jpg) banner="$1" ;;
8 --*|help|usage) echo "Usage: $(basename $0) [image]" && exit 0 ;;
9 *) banner="/usr/share/images/slitaz-banner.png" ;;
10 esac
12 lxsession-logout --banner "$banner" --side=top