my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
525 B

3 years ago
  1. /* XPM */
  2. static char *top[] = {
  3. /* columns rows colors chars-per-pixel */
  4. "16 16 7 1",
  5. " c #000000",
  6. ". c #010101",
  7. "X c #040404",
  8. "o c #090909",
  9. "O c #0C0C0C",
  10. "+ c #777777",
  11. "@ c None",
  12. /* pixels */
  13. "@@@@@@@@@@@@@@@@",
  14. "@@@ @@@",
  15. "@@@ @@@",
  16. "@@@@@@@++@@@@@@@",
  17. "@@@@@@@ @@@@@@@",
  18. "@@@@@@O O@@@@@@",
  19. "@@@@@@ @@@@@@",
  20. "@@@@@X X@@@@@",
  21. "@@@@@ @@@@@",
  22. "@@@@ @@@@",
  23. "@@@O O@@@",
  24. "@@@@@@ @@@@@@",
  25. "@@@@@@ @@@@@@",
  26. "@@@@@@ @@@@@@",
  27. "@@@@@@@@@@@@@@@@",
  28. "@@@@@@@@@@@@@@@@"
  29. };