Moved .xmonad into .config/xmonad

This commit is contained in:
Arijit Kumar Haldar
2022-07-17 19:06:53 +05:30
parent 6b29c9e941
commit 60baa8f42d
29 changed files with 29 additions and 1 deletions

View File

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