tipx:irix:backgrounds
Differences
This shows you the differences between two versions of the page.
| tipx:irix:backgrounds [2026/09/15 16:26] – created mattieu | tipx:irix:backgrounds [2026/09/15 19:23] (current) – removed root | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Populate backgrounds with cool images ====== | ||
| - | Here is a script, courtesy of Nekonoko from feu Nekochan. | ||
| - | On IRIX 6.5.22+ you can also put jpg and png in your $BGDIR.\\ | ||
| - | Rerun it when you add new pictures to your directory. | ||
| - | |||
| - | < | ||
| - | #!/bin/sh | ||
| - | BGDIR=$HOME/ | ||
| - | cp / | ||
| - | chmod 644 .backgrounds | ||
| - | cd ${BGDIR} | ||
| - | for x in *.jpg *.xpm *.png *.bmp; do | ||
| - | case ${x} in | ||
| - | ' | ||
| - | *) | ||
| - | NAME=`echo ${x} | tr ' | ||
| - | echo "" | ||
| - | echo " | ||
| - | echo " | ||
| - | ;; | ||
| - | esac | ||
| - | done | ||
| - | |||
| - | </ | ||
| - | |||
| - | ~~NOTOC~~ | ||
