Quote (jaapz @ Nov. 02 2007,10:01) |
but i already said that i cant get dfm working with jpg's and png's so i try to use xsri but how can i get these tools back for the wallpaper and the icons |
Code Sample |
... case $DESKTOP in fluxbox ) fluxter -w &>/dev/null & xsri --scale-width=100 --scale-height=100 a_picture.jpg exec fluxbox 2>/dev/null ;; jwm )... |
Code Sample |
if [ "$ICONS" == "dfm" ]; then /usr/bin/dfm & else xsri --scale-width=100 --scale-height=100 /ur/image.png fi |