As it seems threads (in this section?) get auto-locked - I suppose after a certain time - I'll make a new one.
Continued from https://www.kubuntuforums.net/showth...r-Conky-Thread
I've made a few small improvements to my conky since then.
It now looks like this:
I realise nobody here seems to be much interested in conky. But then some may be... I really can't believe people could want to "fly blind" on Linux, which offers so many monitoring possibilities.
I couldn't use a computer without my conky. Any new system I try, the first thing I do is install it, else I have no idea what's going on - and I hate it.
KSysGuard? Absurd ;-)
Anyway. Let me explain the changes.
Keep in mind that the idea here is "cram the most amount of useful information into the least possible space".
- The CPU: bit. Totally useless, except I use two "mirrored" systems at the moment and sometimes get confused sometimes as to which I'm on :-)
- I've added a "cumulative load" entry to the CPU part.
- I use http://ipv4.icanhazip.com/ and http://ipv6.icanhazip.com/ for the different protocols to avoid confusion.
- The Load Avg: bit. The if-then-else juggling I was using here , I luckily got rid of by using cat /proc/loadavg instead of uptime . It has no time format glitches.
- I've added "total download" and upload to the network section.
- Made some slight modifications to the RAM one. It's clearer.
- I only have one partition in use on this machine, so the separate entries, though clever ;-) are not used. But you can take a hint from the "root" far-right label on how they were used.
- The wireless mouse and keyboard battery state entries are - probably - useless. But I'm not sure yet how much :-)
- The "Time to Xplanet" bit... hard to explain, but if anyone would like to know how I worked it out...
Continued from https://www.kubuntuforums.net/showth...r-Conky-Thread
I've made a few small improvements to my conky since then.
It now looks like this:
I realise nobody here seems to be much interested in conky. But then some may be... I really can't believe people could want to "fly blind" on Linux, which offers so many monitoring possibilities.
I couldn't use a computer without my conky. Any new system I try, the first thing I do is install it, else I have no idea what's going on - and I hate it.
KSysGuard? Absurd ;-)
Anyway. Let me explain the changes.
Keep in mind that the idea here is "cram the most amount of useful information into the least possible space".
- The CPU: bit. Totally useless, except I use two "mirrored" systems at the moment and sometimes get confused sometimes as to which I'm on :-)
- I've added a "cumulative load" entry to the CPU part.
- I use http://ipv4.icanhazip.com/ and http://ipv6.icanhazip.com/ for the different protocols to avoid confusion.
- The Load Avg: bit. The if-then-else juggling I was using here , I luckily got rid of by using cat /proc/loadavg instead of uptime . It has no time format glitches.
- I've added "total download" and upload to the network section.
- Made some slight modifications to the RAM one. It's clearer.
- I only have one partition in use on this machine, so the separate entries, though clever ;-) are not used. But you can take a hint from the "root" far-right label on how they were used.
- The wireless mouse and keyboard battery state entries are - probably - useless. But I'm not sure yet how much :-)
- The "Time to Xplanet" bit... hard to explain, but if anyone would like to know how I worked it out...
Comment