Dynamically resize xmobar for trayer

This commit is contained in:
ItsDrike 2021-07-15 02:58:43 +02:00
parent d83382e570
commit a88bea6ba2
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
6 changed files with 91 additions and 13 deletions

View file

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