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,36 @@
/* XPM */
static char * unfocus1_xpm[] = {
"19 19 14 1",
" c None",
". c #DEDEDE",
"+ c #DCDCDC",
"@ c #D5D5D5",
"# c #D3D3D3",
"$ c #C9C9C9",
"% c #C8C8C8",
"& c #D2D2D2",
"* c #D4D4D4",
"= c #DBDBDB",
"- c #D6D6D6",
"; c #DDDDDD",
"> c #CACACA",
", c #D7D7D7",
"...................",
"...................",
"...................",
"...................",
".......+@#@+.......",
"......#$$%$$#......",
".....&$%%%%%$*.....",
"....+$%%%%%%%%=....",
"....@%%%%%%%%$-....",
"....#%%%%%%%%%*....",
"....-$%%%%%%%$-....",
"....;$%%%%%%%$+....",
".....*$%%%%%%@.....",
"......@$$$>$-......",
".......;,@,;.......",
"...................",
"...................",
"...................",
"..................."};