Add username to theme output.

This commit is contained in:
Dave Davenport 2015-12-29 12:57:07 +01:00
parent c49c47542c
commit cb09512780
1 changed files with 1 additions and 0 deletions

View File

@ -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 );