xmobar - add quodlibet info/toggle and sound icon
This commit is contained in:
parent
7bf50613a3
commit
ce22e48484
9 changed files with 134 additions and 1 deletions
21
xmobar/icons/sound/mute.xpm
Normal file
21
xmobar/icons/sound/mute.xpm
Normal file
|
@ -0,0 +1,21 @@
|
|||
/* XPM */
|
||||
static char * mute_xpm[] = {
|
||||
"16 16 2 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" . ",
|
||||
" .. ",
|
||||
" ... ",
|
||||
" ..... . . ",
|
||||
" ..... .. ",
|
||||
" ..... .. ",
|
||||
" ..... . . ",
|
||||
" ... ",
|
||||
" .. ",
|
||||
" . ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
Loading…
Add table
Add a link
Reference in a new issue