mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 00:27:36 +00:00
Add username to theme output.
This commit is contained in:
parent
c49c47542c
commit
cb09512780
1 changed files with 1 additions and 0 deletions
|
@ -520,6 +520,7 @@ void print_xresources_theme ( void )
|
|||
}
|
||||
printf ( "! ------------------------------------------------------------------------------\n" );
|
||||
printf ( "! ROFI Color theme\n" );
|
||||
printf ( "! User: %s\n", g_get_user_name());
|
||||
printf ( "! ------------------------------------------------------------------------------\n" );
|
||||
const char * namePrefix = "rofi";
|
||||
unsigned int entries = sizeof ( xrmOptions ) / sizeof ( *xrmOptions );
|
||||
|
|
Loading…
Reference in a new issue