Updated all for my Lenovo x201 with i3 WM

This commit is contained in:
Damien Broqua 2020-04-24 17:15:48 +02:00
parent 0931f9d30b
commit 6a6fd2f2da
50 changed files with 4165 additions and 1 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",
"...................",
"...................",
"...................",
"...................",
"...................",
"........+++........",
"........@@@........",
"........###........",
"........$$$........",
".......%&&&%.......",
".......*****.......",
".........=.........",
".........-.........",
".........;.........",
"...................",
"...................",
"...................",
"...................",
"..................."};