wok-current diff lxde/stuff/lxde-logout @ rev 19411
pcmanfm: scale wallpaper proportionally to the whole screen
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Sep 24 14:08:29 2016 +0300 (2016-09-24) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxde/stuff/lxde-logout Sat Sep 24 14:08:29 2016 +0300 1.3 @@ -0,0 +1,12 @@ 1.4 +#!/bin/sh 1.5 +# 1.6 +# SliTaz LXDE Logout. 1.7 +# 1.8 + 1.9 +case "$1" in 1.10 + *.png|*.jpg) banner="$1" ;; 1.11 + --*|help|usage) echo "Usage: $(basename $0) [image]" && exit 0 ;; 1.12 + *) banner="/usr/share/images/slitaz-banner.png" ;; 1.13 +esac 1.14 + 1.15 +lxsession-logout --banner "$banner" --side=top