mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
add system config file to -v output
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@982 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
c08db2aba5
commit
723771f304
@ -81,6 +81,7 @@ static void print_version()
|
||||
|
||||
printf(
|
||||
"\nCompiled in features:\n\n"
|
||||
"system config file: %s\n\n"
|
||||
#ifdef X11
|
||||
" X11:\n"
|
||||
# ifdef HAVE_XDAMAGE
|
||||
@ -120,6 +121,7 @@ static void print_version()
|
||||
#ifdef HAVE_IWLIB
|
||||
" * wireless\n"
|
||||
#endif
|
||||
"",SYSTEM_CONFIG_FILE
|
||||
);
|
||||
|
||||
exit(0);
|
||||
|
Loading…
Reference in New Issue
Block a user