mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05: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 ( "! ------------------------------------------------------------------------------\n" );
|
||||||
printf ( "! ROFI Color theme\n" );
|
printf ( "! ROFI Color theme\n" );
|
||||||
|
printf ( "! User: %s\n", g_get_user_name());
|
||||||
printf ( "! ------------------------------------------------------------------------------\n" );
|
printf ( "! ------------------------------------------------------------------------------\n" );
|
||||||
const char * namePrefix = "rofi";
|
const char * namePrefix = "rofi";
|
||||||
unsigned int entries = sizeof ( xrmOptions ) / sizeof ( *xrmOptions );
|
unsigned int entries = sizeof ( xrmOptions ) / sizeof ( *xrmOptions );
|
||||||
|
|
Loading…
Reference in a new issue