summaryrefslogtreecommitdiffstats
path: root/source/widgets/separator.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/widgets/separator.c')
-rw-r--r--source/widgets/separator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/widgets/separator.c b/source/widgets/separator.c
index 295ba95f..c04cecec 100644
--- a/source/widgets/separator.c
+++ b/source/widgets/separator.c
@@ -88,7 +88,7 @@ separator *separator_create ( const char *name, separator_type type, short sw )
// Enabled by default
sb->widget.enabled = TRUE;
- const char *line_style = rofi_theme_get_string ( "@scrollbar", sb->widget.name, NULL, "line-style", "solid");
+ const char *line_style = rofi_theme_get_string ( "@separator", sb->widget.name, NULL, "line-style", "solid");
separator_set_line_style_from_string ( sb, line_style );
return sb;
}