The code automatically returns the distro name as follows:
EndeavourOS rolling
But I have to MANUALLY insert KDE version and user name.
HOW TO automatically show KDE (any desktop) name and version, and user info in conky?
I did not find any info in the Internet.
Maybe somebody will help me?
THANKS!
This command returns:
plasmashell 6.1.5
Too long a text. Iād like to get KDE 6.1.5
Is it possible to print āKDEā instead of āplasmashellā?
Iāve already updated, I need to automate my conky, to show KDE version automatically. The word plasmashell is too long. Is it possible to get the word KDE 6.1.5?
So, after some experiments, I used the following code:
${goto 80}User:${alignr}${exec echo $USER@$HOSTNAME}
It returns username@hostname
myname@eos
QUESTIONS:
Do more elegant ways to display the same exist?
Is it possible to show any EOS āPretty Nameā lilke Cassini, Endeavour, etc.
For example āEndeavourOS Cassiniā?
Is it possible to print KDE instead of plasmashell as āplasmashell --versionā output?