XDG compliant xmonad

This commit is contained in:
Dominic Adamson
2021-03-20 08:23:30 -06:00
parent a9a1da0f0c
commit c587e3a020
17 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",
" ",
" ",
" ",
" ........ ",
" .. .. ",
" .. . .. ",
" .. . .. ",
" . . . ",
" . . . ",
" . . . ",
" . ...... . ",
" . . ",
" . . ",
" .. .. ",
" .. .. ",
" .. .. ",
" ........ ",
" ",
" ",
" "};