RandomChar
Version 1 (Yann BIZEUL, 07/08/2009 09:30 PM)
| 1 | 1 | Jke used GeekTool a really clever way to output random symbol character on his desktop, really nice effect : |
|
|---|---|---|---|
| 2 | 1 | ||
| 3 | 1 | [http://jakefowler.com/movies/Geektool.mov] |
|
| 4 | 1 | ||
| 5 | 1 | So here is a quick way to do it : |
|
| 6 | 1 | ||
| 7 | 1 | * Create a shell geeklet |
|
| 8 | 1 | * Use this command : |
|
| 9 | 1 | {{{echo "\x`echo \"obase=16;$((61*$RANDOM/32767+65))\"|bc`"}}} |
|
| 10 | 1 | * Set some fancy font |
|
| 11 | 1 | ||
| 12 | 1 | Here is a gset you can quickly try : |