From 3435599939c137e63f0c6430b6b55ff3762c158a Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 3 Jan 2017 16:05:00 +0100 Subject: [PATCH] Allow for different color handle --- source/widgets/scrollbar.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/widgets/scrollbar.c b/source/widgets/scrollbar.c index b3127245..80eac0a4 100644 --- a/source/widgets/scrollbar.c +++ b/source/widgets/scrollbar.c @@ -118,8 +118,7 @@ static void scrollbar_draw ( widget *wid, cairo_t *draw ) // Never go out of bar. height = MAX ( 2, height ); // Cap length; - color_separator ( draw ); - rofi_theme_get_color ( sb->widget.class_name, sb->widget.name, NULL, "foreground", draw ); + rofi_theme_get_color ( sb->widget.class_name, sb->widget.name, "handle", "foreground", draw ); cairo_rectangle ( draw, widget_padding_get_left ( wid ),