Xfce Forum

Sub domains
 

You are not logged in.

#1 2024-01-02 17:11:49

yump
Member
Registered: 2024-01-02
Posts: 3

[SOLVED] Increasing pulseaudio-plugin slider length

Hi, is there any way to increase the default slider length of xfce4-pulseaudio-plugin? According to xfce panel theming docs I have to edit  "#pulseaudio-button menu" id in gtk.css but I dont know which property will increase the sliders length.

I want the slider's length to be this long by default :
Pulseaudio plugin screenshot

Last edited by yump (2024-01-02 18:04:15)

Offline

#2 2024-01-02 17:57:15

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,032

Re: [SOLVED] Increasing pulseaudio-plugin slider length

Hello and welcome.

You can set a minimum width for the scale widget (the sliders) via:

#pulseaudio-button window scale { min-width: 300px;}

...change "300" to suit.


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

#3 2024-01-02 18:03:25

yump
Member
Registered: 2024-01-02
Posts: 3

Re: [SOLVED] Increasing pulseaudio-plugin slider length

ToZ wrote:

Hello and welcome.

You can set a minimum width for the scale widget (the sliders) via:

#pulseaudio-button window scale { min-width: 300px;}

...change "300" to suit.

Thanks! It worked

Last edited by yump (2024-01-02 18:04:34)

Offline

Board footer

Powered by FluxBB