You are not logged in.
hi there,
i am using xfce4 with arch linux on a 4k desktop and i use the xfce4-timer-plugin quite often.
It is really difficult for me to hit the very very small stripe of the "xfce4-timer-plugin" on the panel:
https://imgur.com/a/00aZ0V8
I have found this to change the color but not the width or size of the stripe in the file "/home/USER/.config/gtk-3.0/gtk.css"
#xfce4-timer-plugin-2 progress { background-color: blue; }
#xfce4-timer-plugin-2 trough { background-color: white; }
Is there a way to increase the width of this way too small stripe?
Last edited by h.wurst (2024-01-11 07:58:21)
Offline
Try using padding:
#xfce4-timer-plugin-2 progress { padding: 2px; }
#xfce4-timer-plugin-2 trough { padding: 4px; }
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 very much, it is much easier now to use the timer
I use this config now, which looks good for my eyes:
#xfce4-timer-plugin-2 progress { background-color: blue; }
#xfce4-timer-plugin-2 trough { background-color: white; }
#xfce4-timer-plugin-2 progress { padding: 0px; }
#xfce4-timer-plugin-2 trough { padding: 10px; }
Are there any more options (beside the "padding") i can try to configure the style of this object?
Or a wiki/documentation where i can read the options for the file in "/home/USER/.config/gtk-3.0/gtk.css"?
Last edited by h.wurst (2024-01-10 16:19:10)
Offline
Are there any more options (beside the "padding") i can try to configure the style of this object?
Or a wiki/documentation where i can read the options for the file in "/home/USER/.config/gtk-3.0/gtk.css"?
I just posted some recent info on GTK CSS resources in another thread. In addition, specific to the progressbar element, the GTK3 progressbar page lists what other css classes are available for use.
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
Offline
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 534.73 KiB (Peak: 535.58 KiB) ]