Mercurial > pidgin
annotate pixmaps/smile8.xpm @ 769:c075cf268129
[gaim-migrate @ 779]
I'm Only Sleeping
by the Beatles
when i wake up early in the morning
lift my head, i'm still yawning
when i'm in the middle of a dream
stay in bed, float upstream
(chorus)
please don't wake me,
no don't shake me,
leave me where i am,
i'm only sleeping
everybody seems to think i'm lazy
i don't mind. i think they're crazy
running everywhere at such a speed
until they find there's no need
(chorus)
(chorus)
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 25 Aug 2000 22:03:29 +0000 |
parents | 230b022108f4 |
children | 213da352c0a8 |
rev | line source |
---|---|
500 | 1 /* XPM */ |
2 static char * smile8_xpm[] = { | |
3 "19 19 6 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #CCCC00", | |
7 "@ c #FFFF00", | |
8 "# c #FFFFFF", | |
9 "$ c #999933", | |
10 " ....... ", | |
11 " ..+@@@@@+.. ", | |
12 " .+@@@@@@@@@+. ", | |
13 " .@@@@@@@@@@@@@. ", | |
14 " .+@...@@@@@...@+. ", | |
15 " .@.###.@@@.###.@. ", | |
16 ".+.##.##.@.##.##.+.", | |
17 ".@.##.##.@.##.##.@.", | |
18 ".@@.###.@@@.###.@@.", | |
19 ".@@@...@@@@@...@@@.", | |
20 ".@@@@@@@@@@@@@@@@@.", | |
21 ".@@@.@@@@@@@@@.@@@.", | |
22 ".+@..@@@@@@@@@..@+.", | |
23 " .@@@.$@@@@@$.@@@. ", | |
24 " .+@@@.......@@@+. ", | |
25 " .@@@@.$$$.@@@@. ", | |
26 " .+@@@...@@@+. ", | |
27 " ..+@@@@@+.. ", | |
28 " ....... "}; |