summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lexer/theme-parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexer/theme-parser.y b/lexer/theme-parser.y
index 729101d9..ab9f4def 100644
--- a/lexer/theme-parser.y
+++ b/lexer/theme-parser.y
@@ -325,7 +325,7 @@ t_configuration_list:
%empty {
if ( rofi_configuration == NULL ) {
rofi_configuration = g_slice_new0 ( ThemeWidget );
- rofi_configuration->name = g_strdup ( "Configuration" );
+ rofi_configuration->name = g_strdup ( "Root" );
}
}
| t_configuration_list T_CONFIGURATION T_BOPEN t_config_property_list_optional T_BCLOSE {};