You are not logged in.
Pages: 1
How to change the panel icon(s) of xfce4-mixer?
Version is 4.11.0. Alsa user here, so I'll probably stick with it for some more time.
Offline
From https://git.xfce.org/apps/xfce4-mixer/t … tton.c#n76:
/* Icons for different volume levels */
static const char *icons[] = {
"audio-volume-muted",
"audio-volume-low",
"audio-volume-medium",
"audio-volume-high",
NULL
};
Those are the icons being used. Look for them in your icon theme's directories and replace the files with your own. Location can/will vary from theme to theme.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Cool thanks! Again I assume there is no way to use a style property instead?
Offline
Not that I am aware of, no.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.008 seconds, 8 queries executed - Memory usage: 523.63 KiB (Peak: 524.48 KiB) ]