Rick Hammer
--
Randy Zack Leave my nose alone, please.
ra...@acucobol.com
> I'm just starting to learn emacs, having recently compiled version
> 19.28.1. What happened to the "kitchen sink" icon? When I start
> Emacs with "emacs -i" I get the GNU gnu when I iconify the window.
> Stuck with the GNU gnu?
> Rick Hammer
Save the file below as `kitchen-sink.xpm' and tell your window manager
to use that as an icon for Emacs processes. E.g., if you use FVWM you
would add
Style "emacs" Icon kitchen-sink.xpm
to your .fvwmrc file.
Hans
------------------------------------+-----------------------------------------
Hans Chalupsky | True Zen: Listening to the
| sound of a cow eating
ha...@cs.buffalo.edu | a live donkey.
------------------------------------+-----------------------------------------
/* ------------------- kitchen-sink.xpm ------------------- */
/* XPM */
/*
*
* Colored version of the Emacs kitchen sink icon as an xpm file.
* Most beautiful coloring by Hans Chalupsky <ha...@cs.buffalo.edu>.
*
*/
static char * kitchen_sink[] = {
/* width height ncolors chars_per_pixel */
"48 48 6 1",
/* colors */
" s None c None",
"@ c black",
"w c LightSlateBlue", /* the water 132 112 255 */
". c NavajoWhite", /* the sink 255 222 173 */
"` c gray", /* the faucet 190 190 190 */
"' c RosyBrown", /* the drain pipe 188 143 143 */
/* pixels */
" ",
" @@@@@@@ @@ ",
" @@ @@ ",
" @@@@@@@@@@@@@@@ ",
" @@`````````````@ ",
" @``@@@@@@@@@@@`@ ",
" @`@ @`@ ",
" @@@@@ @`@ ",
" @`@ ",
" ww @`@ ",
" wwww @`@ ",
" ww @`@ ",
" @`@ ",
" w w @`@ ",
" ww ww @`@ ",
" ww @`@ ",
" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@`@@",
" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@```",
" w @@@................................@@@@@",
" ww @@.........@@@@...................@@ ",
" ww @@........@.......................@@ ",
" @@........@......@@@..@..@........@@ ",
" @@........@..@@@.@..@.@..@........@@ ",
" ww @@........@....@.@..@.@..@........@@ ",
" ww @@........@....@.@..@.@.@@........@@ ",
" w @@.........@@@@..@..@..@.@........@@ ",
" @@................................@@ ",
" w @@................................@@ ",
" ww @@..@@@@@.........................@@ ",
" ww @@..@.............................@@ ",
" @@..@.....@@@.@@...@@....@@...@@..@@ ",
" @@..@@@@..@..@..@.@..@..@..@.@....@@ ",
" ww @@..@.....@..@..@.@..@..@.....@@..@@ ",
" www @@..@.....@..@..@.@..@..@..@....@.@@ ",
" w @@..@@@@@.@..@..@..@@.@..@@...@@..@@ ",
" @@@..............................@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ",
" w @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ",
" www @@'@@ ",
" ww @'@ @@@@@ ",
" @'@ @'''''@ ",
" @'@ @''@@@''@ ",
" @''@ @'@ @'@ ",
" w @'@ @''@ @'@ ",
" www @''@@''@ @'@ ",
" ww @''''@ @'@ ",
" @@@@ @'@ ",
" @'@ "};
/* ------------------- end of kitchen-sink.xpm ------------------- */