Played with xmobar.

This commit is contained in:
Derek Taylor
2019-10-08 19:12:36 -05:00
parent ee16c4ac92
commit e29b832179
4 changed files with 100 additions and 0 deletions

View File

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