Updates to personal fluxbox configuration and styles.

This commit is contained in:
2024-06-11 09:30:42 -05:00
parent 5ede1870f1
commit dfe8337454
13 changed files with 531 additions and 32 deletions

View File

@ -0,0 +1,29 @@
/* XPM */
static char * iconbar_unfocused_xpm[] = {
"128 24 2 1",
" c #23323F",
". c #364552",
" ............................................................................................................................",
" ............................................................................................................................",
" ............................................................................................................................",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
" ............................................................................................................................ ",
"............................................................................................................................ ",
"............................................................................................................................ ",
"............................................................................................................................ "};