Moving Xmonad to config folder breaks things. It needs to be in HOME.

This commit is contained in:
Derek Taylor
2021-03-20 17:37:12 -05:00
parent 1e3f179f6d
commit 032b7bb15f
16 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
/* XPM */
static char * calendar_clock_icon_20_xpm[] = {
"20 20 2 1",
" c None",
". c #EFF0F1",
" ",
" ",
" ",
" ........ ",
" .. .. ",
" .. . .. ",
" .. . .. ",
" . . . ",
" . . . ",
" . . . ",
" . ...... . ",
" . . ",
" . . ",
" .. .. ",
" .. .. ",
" .. .. ",
" ........ ",
" ",
" ",
" "};

25
.xmonad/xpm/cpu_20.xpm Normal file
View File

@@ -0,0 +1,25 @@
/* XPM */
static char * cpu_20_xpm[] = {
"20 20 2 1",
" c None",
". c #EFF0F1",
" ",
" ",
" ",
" ",
" ................ ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" ................ ",
" .............. ",
" .. ",
" ........ ",
" ",
" ",
" ",
" "};

View File

@@ -0,0 +1,25 @@
/* XPM */
static char * harddisk_icon_20_xpm[] = {
"20 20 2 1",
" c None",
". c #EFF0F1",
" ",
" ",
" ",
" ............ ",
" .. .. ",
" . . ",
" . . ",
" . . ",
" .. .. ",
" .. .. ",
" . . ",
" . . ",
" . . ",
" .. .. ",
" ............ ",
" . ... . ",
" ............ ",
" ............ ",
" ",
" "};

View File

@@ -0,0 +1,25 @@
/* XPM */
static char * haskell_20_xpm[] = {
"20 20 2 1",
" c None",
". c #FFFFFF",
" ",
" ",
" ",
".... .... ",
" .... ... ",
" ... .... ",
" .... .... ",
" .... ... ........",
" ... .... .......",
" .... .... ",
" .... .... ",
" ... ...... .....",
" .... ....... ....",
" .... .... ... ",
" ... .... .... ",
" .... ... .... ",
".... .... ... ",
" ",
" ",
" "};

View File

@@ -0,0 +1,25 @@
/* XPM */
static char * memory_icon_20_xpm[] = {
"20 20 2 1",
" c None",
". c #EFF0F1",
" ",
" ",
" ",
" ........... ",
" . . ",
" . . . ",
" . . . . . ",
" . .. . .. . ",
" . .. . .. . ",
" . .. . .. . ",
" . . ",
" . . ",
" .. . ",
" . . ",
" . . ",
" . . ",
" ............ ",
" ............ ",
" ",
" "};

View File

@@ -0,0 +1,25 @@
/* XPM */
static char * net_down_20_xpm[] = {
"20 20 2 1",
" c None",
". c #EFF0F1",
" ",
" ",
" . ",
" . ",
" . ",
" . ",
" . ",
" . ",
" . ",
" .. . . ",
" . . .. ",
" .. . . ",
" . ... ",
" .... ",
" ... ",
" .. ",
" . ",
" ",
" ",
" "};

25
.xmonad/xpm/net_up_20.xpm Normal file
View File

@@ -0,0 +1,25 @@
/* XPM */
static char * net_up_20_xpm[] = {
"20 20 2 1",
" c None",
". c #EFF0F1",
" ",
" ",
" ",
" . ",
" .. ",
" ... ",
" .... ",
" . ... ",
" .. . . ",
" . . .. ",
" .. . . ",
" . ",
" . ",
" . ",
" . ",
" . ",
" . ",
" . ",
" ",
" "};