5

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.

Gaff
  • 18,569
  • 15
  • 57
  • 68
kostmo
  • 322
  • 4
  • 12

2 Answers2

4

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"
kostmo
  • 322
  • 4
  • 12
1

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

kostmo
  • 322
  • 4
  • 12