How do I change the width of scrollbars in Gnome?

The option to configure this is not in the "Appearance" application in the Preferences menu.

link|improve this question

50% accept rate
feedback

2 Answers

sudo apt-get install gnome-color-chooser

Then launch: System → Preferences → GNOME Color Chooser. Under the "Specific" tab, you can change the scroll bar width. Then Click Apply.

Screenshot of GNOME Color Chooser

link|improve this answer
feedback
up vote 1 down vote accepted

In the file ~/.gtkrc-2.0, add the following lines:

style "wide-scrollbar-style"
{
  GtkScrollbar::slider_width = 24
}
widget_class "*Scrollbar" style "wide-scrollbar-style"
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.