03e3a48f7b
- use existing openSUSE wallpaper image file - use FvwmBacker module for background instead of external program - do not depend on xli anymore - modified sources % system.fvwm2rc - added patches fix https://github.com/fvwmorg/fvwm/pull/100 + fvwm2-gcc14.patch OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=55
40 lines
1.9 KiB
C
40 lines
1.9 KiB
C
/* XPM */
|
|
static char * openSUSE1_xpm[] = {
|
|
"51 34 2 1",
|
|
" c None",
|
|
". c #084404",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ........ ",
|
|
" ................. .... ",
|
|
" .............................. ",
|
|
" ............................ . ",
|
|
" ............................. ..... ",
|
|
" ............................... . . . ",
|
|
" ................................ ... . ",
|
|
" .............................. ... ... ",
|
|
" ............................... ...... ",
|
|
" .................................. ",
|
|
" ..... ................................ ",
|
|
" .... ............................ ",
|
|
" .... ..... ................. ",
|
|
" ... ....... ..... ..... ",
|
|
" ... .. ... ... .... ",
|
|
" ... .. .. ... .... ",
|
|
" ... .... .. ... ... ",
|
|
" ... ... .. . . ",
|
|
" .... ... ",
|
|
" .......... ",
|
|
" ........ ",
|
|
" ... ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|