Xfce Forum

Sub domains
 

You are not logged in.

#1 2020-03-15 04:16:50

NemKo
Member
Registered: 2020-03-09
Posts: 21

How to change Pulse-Audio Slider background

Hello,

I need help customizing the pulse-audio slider volume/mute background color on XFCE.
and also customizing menu background-color in Clipman-plugin.

https://imgur.com/8HtNgg5

adding lines below din't works it's outdated:

 #pulseaudio-button menu .linked button { 
background-color: #eda832 ; 
}

please reply below thanks.

Last edited by NemKo (2020-03-15 04:24:24)

Offline

#2 2020-03-15 04:19:14

NemKo
Member
Registered: 2020-03-09
Posts: 21

Re: How to change Pulse-Audio Slider background

It's background-color sry not color.

 #xfce4-pulseaudio-button menu .linked button { 
background-color: #eda832 ; 
}

 #xfce4-clipman-plugin-button menu .linked button { 
background-color: #eda832 ; 
}

Offline

#3 2020-03-15 13:03:25

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: How to change Pulse-Audio Slider background

For the pulseaudio plugin, try:

#pulseaudio-button menuitem:hover { background: #eda832 ; }

The clipman plugin is odd. It doesn't seem to expose that menu for themeing, so you have to approach it from a system-wide point of view. The following:

.background menuitem:hover { background: #eda832; }

...seems to work, but will impact all elements that define a ".background" class.


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

#4 2020-03-15 15:04:20

NemKo
Member
Registered: 2020-03-09
Posts: 21

Re: How to change Pulse-Audio Slider background

ToZ wrote:

For the pulseaudio plugin, try:

#pulseaudio-button menuitem:hover { background: #eda832 ; }

The clipman plugin is odd. It doesn't seem to expose that menu for themeing, so you have to approach it from a system-wide point of view. The following:

.background menuitem:hover { background: #eda832; }

...seems to work, but will impact all elements that define a ".background" class.

finally thanks! yes that's exactly what i needed, for all icons and hover background!

Offline

Board footer

Powered by FluxBB