Linux Lite Forums

Software - Support => Other => Topic started by: LarryB1607 on August 12, 2021, 03:00:34 PM

Title: Scroll bar arrows
Post by: LarryB1607 on August 12, 2021, 03:00:34 PM
I cannot seem to find anything that works.  I would like to add the arrows to the top and bottom of the right side scrollbar.  I have tried several additions to the .config/GTK-3.0/gtk.css file but none of the suggested entries has done anything.  Any way to do this?  Thanks

example:
$ head ~/.config/gtk-3.0/gtk.css
*{
-GtkScrollbar-has-backward-stepper: 1;
-GtkScrollbar-has-forward-stepper: 1;
-GtkScrollbar-has-secondary-backward-stepper: 1;
Title: Re: Scroll bar arrows
Post by: trinidad on August 12, 2021, 04:00:33 PM
I'm not sure, but I doubt it. Hasn't been around in Debian since forever. If it still exists it would probably be GTK2 and maybe Cinnamon.You could possibly write code for it, but then you would have to work with XFCE window manager. Check Mint forums.

TC
Title: Re: Scroll bar arrows
Post by: LarryB1607 on August 13, 2021, 02:45:45 PM
I have seen something in the Mint forums, but Mint was in the code and I did not know what to replace it with.  Not really able to write code so that suggestion while appreciated will not help.
Title: Re: Scroll bar arrows
Post by: trinidad on August 13, 2021, 03:44:49 PM
Mint is in the code because Cinnamon is a Mint DE, even though there are versions for other systems.

TC