summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-29 12:57:07 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-29 12:57:07 +0100
commitcb095127801519c661eea5addb8b64a56148958c (patch)
treebdb2b9680ce6e20b6fc537b41e141ce75a2fda95 /source/xrmoptions.c
parentc49c47542c0c901d30184f4adb2977a7cd06af34 (diff)
Add username to theme output.
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index bc7c7b9d..ecb06fb5 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -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 );