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

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