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.

37 lines
877 B

3 years ago
  1. /* XPM */
  2. static char *top[] = {
  3. /* columns rows colors chars-per-pixel */
  4. "24 24 7 1",
  5. " c #000000",
  6. ". c #010101",
  7. "X c #030303",
  8. "o c #060606",
  9. "O c #0A0A0A",
  10. "+ c #6F6F6F",
  11. "@ c None",
  12. /* pixels */
  13. "@@@@@@@@@@@@@@@@@@@@@@@@",
  14. "@@@@@@@@@@@@@@@@@@@@@@@@",
  15. "@@@@@@@@@@@@@@@@@@@@@@@@",
  16. "@@@@@@@@@@@@@@@@@@@@@@@@",
  17. "@@@@@@ @@@@@@",
  18. "@@@@@@ @@@@@@",
  19. "@@@@@@@@@@@++@@@@@@@@@@@",
  20. "@@@@@@@@@@@ @@@@@@@@@@@",
  21. "@@@@@@@@@@O o@@@@@@@@@@",
  22. "@@@@@@@@@@ @@@@@@@@@@",
  23. "@@@@@@@@@ @@@@@@@@@",
  24. "@@@@@@@@o o@@@@@@@@",
  25. "@@@@@@@@ @@@@@@@@",
  26. "@@@@@@@ @@@@@@@",
  27. "@@@@@@Oo ooO@@@@@@",
  28. "@@@@@@@@@ @@@@@@@@@",
  29. "@@@@@@@@@ @@@@@@@@@",
  30. "@@@@@@@@@ @@@@@@@@@",
  31. "@@@@@@@@@ @@@@@@@@@",
  32. "@@@@@@@@@@@@@@@@@@@@@@@@",
  33. "@@@@@@@@@@@@@@@@@@@@@@@@",
  34. "@@@@@@@@@@@@@@@@@@@@@@@@",
  35. "@@@@@@@@@@@@@@@@@@@@@@@@",
  36. "@@@@@@@@@@@@@@@@@@@@@@@@"
  37. };