Played with xmobar.

This commit is contained in:
Derek Taylor
2019-10-08 17:52:43 -05:00
parent dd38998030
commit d27bf1731c

View File

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