waybox/styles/arch/pixmaps/frame.xpm
2020-05-04 01:24:31 +08:00

28 lines
645 B
C

/* XPM */
static char *frame[] = {
/* columns rows colors chars-per-pixel */
"21 21 1 1",
" c #23155F",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};