mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Separator style
This commit is contained in:
parent
390cd49cf4
commit
86f63af7a8
1 changed files with 3 additions and 0 deletions
|
@ -526,5 +526,8 @@ void print_xresources_theme ( void )
|
|||
if ( strncmp ( xrmOptions[i].name, "color-", 6 ) == 0 ) {
|
||||
xresource_dump_entry ( namePrefix, &xrmOptions[i] );
|
||||
}
|
||||
else if ( strcmp ( xrmOptions[i].name, "separator-style" ) == 0 ) {
|
||||
xresource_dump_entry ( namePrefix, &xrmOptions[i] );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue