You are not logged in.
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 :
Last edited by yump (2024-01-02 18:04:15)
Offline
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
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
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 522.55 KiB (Peak: 529.34 KiB) ]