You are not logged in.
Pages: 1
Hello!
Can I doing change foreground color of Xfce PulseAudio Panel Plugin?
Now showing
http://i91.fastpic.ru/big/2017/0308/32/ … 201932.png
Also interesting, can change icon?
Offline
Hello and welcome.
Assuming you are using Xfce 4.12, you can use a snippet like this in your ~/.config/gtk-3.0/gtk.css file:
To use the non-symbolic icon:
#pulseaudio-XX* {
-gtk-icon-style: regular;
}
To colour the symbolic icon:
#pulseaudio-XX* {
color: #ff0000;
}
To get your specific value of "pulseaudio-XX", go to the panel proerties and find the pulseaudio plugin on the items tab. Hover your mouse over the entry and you will see the widget name. It will be "pulseuadio-<something>". That is what you would use in the snippets above. So on my system:
pulseaudio-16* {
-gtk-icon-style: regular;
}
...works.
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
Thank you! Works
http://i.imgur.com/ChAOFlq.png
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 523.45 KiB (Peak: 530.98 KiB) ]