GtkScrollbar::trough-side-det

GtkScrollbar::trough-side-details = 1

If you set that for your scrollbar widgets, you can then theme the trough. Beware as this messes up rounded scrollbars.

Below is my scrollbar config section:

style "scrollbar" {
GtkScrollbar::trough-side-details = 1
GtkRange::trough-border = 0
GtkRange::trough-under-steppers = 0 bg[SELECTED] = "#111"
bg[SELECTED] = @selected_bg_color
bg[SELECTED] = shade(1.20, @bg_color) bg[NORMAL] = shade(0.80, @bg_color)
bg[PRELIGHT] = shade(1.20, @bg_color)
bg[ACTIVE] = shade(0.80, @bg_color) fg[INSENSITIVE] = shade(0.85, @bg_color)
fg[NORMAL] = shade(0.50, @bg_color)
fg[PRELIGHT] = shade(1.50, @bg_color)
fg[ACTIVE] = shade(0.85, @bg_color)

engine "murrine" {
roundness = 0
contrast = 0.5
}
}

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Allowed HTML tags: <a> <b> <strong> <i> <em> <u> <br />

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions. Registered users are trusted and don't require this verification.
1 + 1 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.