Mercurial > pidgin
view pixmaps/login_icon.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 | 2846a03bda67 |
children |
line wrap: on
line source
/* XPM */ static char * login_icon_xpm[] = { /* width height num_colors chars_per_pixel */ "12 12 14 1", /* colors */ " c None", ". c #ccccff", "X c #6699cc", "o c #336699", "O c #000099", "+ c #000066", "@ c #cccccc", "# c black", "$ c #999966", "% c #ffff66", "& c #cccc99", "* c #996666", "= c #999999", "- c #666699", /* pixels */ " .XoO", " OO+O+OOX.@+", " O#$%$#O .&+", " +#%%%#+ .@O", " O#$%*#O .&O", " O%%%%%O =@O", " +%%%%%+ #-+", " O$%%%$O $@O", " +#%%%#+ .&+", " O#%%%#O .@O", "OOO+O+OOX.&+", " XoO"};