11-08-2016, 09:45 PM
@TC,
Don't know if this helps.
There is an environment variable set named $USER.
In the ~/.conky/widget, there is a line, towards the bottom of the file:
${color}Logged in as: ${alignr}${color}${user_names}
I edited the line as follows (alteration in red);
${color}Logged in as: ${alignr}${color}$USER
It now displays my username, and opening an XFCE4-terminal does not add the name again.
It seems to have fixed that problem, but maybe others can advise if this will have any adverse effect ?
HTH,
Phil
Don't know if this helps.
There is an environment variable set named $USER.
In the ~/.conky/widget, there is a line, towards the bottom of the file:
${color}Logged in as: ${alignr}${color}${user_names}
I edited the line as follows (alteration in red);
${color}Logged in as: ${alignr}${color}$USER
It now displays my username, and opening an XFCE4-terminal does not add the name again.
It seems to have fixed that problem, but maybe others can advise if this will have any adverse effect ?
HTH,
Phil