mirror of
https://github.com/wizbright/waybox.git
synced 2026-04-07 08:21:25 -04:00
renders some blackbox themes
This commit is contained in:
parent
93811898f0
commit
dbd2a51b42
168 changed files with 16082 additions and 2 deletions
28
styles/arch/pixmaps/frame.xpm
Normal file
28
styles/arch/pixmaps/frame.xpm
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/* XPM */
|
||||
static char *frame[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"21 21 1 1",
|
||||
" c #23155F",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue