- Added Fluxbox configuration

This commit is contained in:
Damien Broqua 2017-04-03 22:18:24 +02:00
parent 888f9f2dee
commit d22866075c
21 changed files with 854 additions and 0 deletions

View file

@ -0,0 +1,34 @@
/* XPM */
static char * stickk_unfocus_xpm[] = {
"19 19 12 1",
" c None",
". c #DEDEDE",
"+ c #BFBFBF",
"@ c #BDBDBD",
"# c #BBBBBB",
"$ c #B8B8B8",
"% c #D8D8D8",
"& c #B6B6B6",
"* c #B4B4B4",
"= c #B2B2B2",
"- c #B0B0B0",
"; c #C0C0C0",
"...................",
"...................",
"...................",
"...................",
"...................",
"........+++........",
"........@@@........",
"........###........",
"........$$$........",
".......%&&&%.......",
".......*****.......",
".........=.........",
".........-.........",
".........;.........",
"...................",
"...................",
"...................",
"...................",
"..................."};