X-Git-Url: https://git.draconx.ca/gitweb/fvwmconf.git/blobdiff_plain/dc39ff1e216d0f6d65baa9f4b1ec8af673f4f4fd..c589febab53264c1c442d0c4ac14916324dbb9de:/common/wallpaper diff --git a/common/wallpaper b/common/wallpaper index acd270f..07e40cd 100644 --- a/common/wallpaper +++ b/common/wallpaper @@ -4,7 +4,7 @@ SetEnv BGFILE "$[FVWM_USERDIR]/.state/wallpaper$[screen].png" SetEnv BGROOT "$[HOME]/wallpaper" CopyMenuStyle * MenuWallpaper -MenuStyle MenuWallpaper ItemFormat "%.2|%5.5c%2.3>%1|" +MenuStyle MenuWallpaper ItemFormat "%.2|%5.5c%-16.3>%1|" DestroyMenu MenuWallpaper AddToMenu MenuWallpaper @@ -22,5 +22,13 @@ AddToFunc SetWallpaper + I Exec exec ln -sf "$0" "$[BGFILE]" + I Exec exec $[SETROOT] "$[BGFILE]" -AddToFunc InitFunction - + I Exec exec $[SETROOT] "$[BGFILE]" +DestroyFunc SetInitialWallpaper +AddToFunc SetInitialWallpaper + + I Exec if [ -f "$[BGFILE]" ]; then \ + $[SETROOT] "$[BGFILE]"; \ + else \ + $[SETROOT] "$($[FVWM_USERDIR]/scripts/randombg.pl $[BGROOT])"; \ + fi + +AddToFunc InitFunction I SetInitialWallpaper +AddToFunc SessionInitFunction I SetInitialWallpaper