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
BIN
xmobar/icons/sound.xcf
Normal file
BIN
xmobar/icons/sound.xcf
Normal file
Binary file not shown.
21
xmobar/icons/sound/high.xpm
Normal file
21
xmobar/icons/sound/high.xpm
Normal file
|
@ -0,0 +1,21 @@
|
|||
/* XPM */
|
||||
static char * high_xpm[] = {
|
||||
"16 16 2 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" . . ",
|
||||
" .. . . ",
|
||||
" ... . . . ",
|
||||
" ..... . . . ",
|
||||
" ..... . . . ",
|
||||
" ..... . . . ",
|
||||
" ..... . . . ",
|
||||
" ... . . . ",
|
||||
" .. . . ",
|
||||
" . . ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
21
xmobar/icons/sound/low.xpm
Normal file
21
xmobar/icons/sound/low.xpm
Normal file
|
@ -0,0 +1,21 @@
|
|||
/* XPM */
|
||||
static char * low_xpm[] = {
|
||||
"16 16 2 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" . ",
|
||||
" .. ",
|
||||
" ... . ",
|
||||
" ..... . ",
|
||||
" ..... . ",
|
||||
" ..... . ",
|
||||
" ..... . ",
|
||||
" ... . ",
|
||||
" .. ",
|
||||
" . ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
21
xmobar/icons/sound/medium.xpm
Normal file
21
xmobar/icons/sound/medium.xpm
Normal file
|
@ -0,0 +1,21 @@
|
|||
/* XPM */
|
||||
static char * medium_xpm[] = {
|
||||
"16 16 2 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" . ",
|
||||
" .. . ",
|
||||
" ... . . ",
|
||||
" ..... . . ",
|
||||
" ..... . . ",
|
||||
" ..... . . ",
|
||||
" ..... . . ",
|
||||
" ... . . ",
|
||||
" .. . ",
|
||||
" . ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
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",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" . ",
|
||||
" .. ",
|
||||
" ... ",
|
||||
" ..... . . ",
|
||||
" ..... .. ",
|
||||
" ..... .. ",
|
||||
" ..... . . ",
|
||||
" ... ",
|
||||
" .. ",
|
||||
" . ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
21
xmobar/icons/sound/none.xpm
Normal file
21
xmobar/icons/sound/none.xpm
Normal file
|
@ -0,0 +1,21 @@
|
|||
/* XPM */
|
||||
static char * none_xpm[] = {
|
||||
"16 16 2 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" . ",
|
||||
" .. ",
|
||||
" ... ",
|
||||
" ..... ",
|
||||
" ..... ",
|
||||
" ..... ",
|
||||
" ..... ",
|
||||
" ... ",
|
||||
" .. ",
|
||||
" . ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
Loading…
Add table
Add a link
Reference in a new issue