Thursday, April 25, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 9823  / 1 Year ago, tue, march 21, 2023, 9:40:16

I'm using Gnome 64-bit edition with the classic desktop and I don't have overlay scrollbars installed. My question is, how can I make the scrollbars wider? They're too thin for me to hit as quickly or accurately as I'd like. Is there a setting I can change in the theme files or d/gconf somewhere? Thanks for your help!


More From » gnome

 Answers
2

This gets about half of them:



Add the following lines to ~/.gtkrc-2.0



style "scroll"
{
GtkScrollbar::slider-width = 40
}

class "*" style "scroll"


It works for firefox, kicad, and several others.



And this seems to get the other half:



For the rest (the gtk3 stuff, I guess), I copied the theme I was using from /usr/share/themes into ~/.themes and gave it a new name, "MyTheme". Then in ~/.themes/MyTheme/gtk-3.0, I found the css file containing "-GtkScrollbar-slider-width:" and changed the value there. I used the gnome tweak tool to select my new theme. Now my sliders are all 40 pixels wide!


[#41045] Wednesday, March 22, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
disdry

Total Points: 133
Total Questions: 128
Total Answers: 109

Location: Greenland
Member since Fri, Jul 31, 2020
4 Years ago
disdry questions
Tue, Apr 11, 23, 11:37, 1 Year ago
Thu, Oct 13, 22, 19:09, 2 Years ago
Fri, Oct 28, 22, 15:06, 2 Years ago
Sat, Feb 25, 23, 11:33, 1 Year ago
;