mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-10 17:06:37 -04:00
Allow for different color handle
This commit is contained in:
parent
b60ca07f1f
commit
3435599939
1 changed files with 1 additions and 2 deletions
|
@ -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 ),
|
||||
|
|
Loading…
Add table
Reference in a new issue