Add start icon
This commit is contained in:
parent
2896911271
commit
11fb3218fa
1 changed files with 29 additions and 0 deletions
29
roles/home-gui/files/icewm/themes/acp-dark/taskbar/start.xpm
Normal file
29
roles/home-gui/files/icewm/themes/acp-dark/taskbar/start.xpm
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * start_xpm[] = {
|
||||||
|
"51 19 6 1",
|
||||||
|
/*" c #C3C3C3",*/
|
||||||
|
" c None",
|
||||||
|
". c #000000",
|
||||||
|
"+ c #FF0000",
|
||||||
|
"@ c #00FF00",
|
||||||
|
"# c #0000FF",
|
||||||
|
"$ c #FFFF00",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" .... ",
|
||||||
|
" ........ ",
|
||||||
|
" . ...+..@... .... ",
|
||||||
|
" . . ....++..@@.. .. .. .. .. ",
|
||||||
|
" ......++..@@.. .. .. .. ",
|
||||||
|
" + ..+....@.. .. ... .... ... ... ",
|
||||||
|
" + + ++.......... .... .. .. .. .. ",
|
||||||
|
" ++++...#..$... .. .. ..... .. .. ",
|
||||||
|
" # ..##..$$.. .. .. .. .. .. .. ",
|
||||||
|
" # # ##..##..$$.. .. .. .. .. .. .. .. ",
|
||||||
|
" ####..#....$.. .... .. ..... .. .. ",
|
||||||
|
" . .......... ",
|
||||||
|
" . . ..... ... ",
|
||||||
|
" ..... . ",
|
||||||
|
" ",
|
||||||
|
" "};
|
Loading…
Reference in a new issue