Do you use a conky - Y or N and Why?
Re: Do you use a conky - Y or N and Why?
manyroads:
OK I got you download...but how do you use it...Does I have to compile it in Lua first ?? or ??
OK I got you download...but how do you use it...Does I have to compile it in Lua first ?? or ??
Re: Do you use a conky - Y or N and Why?
Many of Manyroads's conkies are in the default set: just open Conky Manager and select the one you want.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: Do you use a conky - Y or N and Why?
Place the conky code in your .conky (in its own directory) folder and run it using conky-manager. That is probably the easiest way, assuming you are using xfce and conky-manager :lipsrsealed: You will need to modify the device names to match those on your device. Conky-manager will help with some of the basic but not fans, batteries, etc. There are threads here to help you sort those out.
You can run
Code: Select all
sensors
Have fun.
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Re: Do you use a conky - Y or N and Why?
So is that conky different from the 4 of yours already in the MX basic set ?
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: Do you use a conky - Y or N and Why?
Exactly this!
I played around with Conky when I first migrated to MX (didn't know about it before), but I want information to either be always visible, or stay inside a window. I play around with genmon at the time, see what panel "plug-ins" can be made that way.
AND1s, tuna, blast processing.
Αν δε βρίσκεις αυτό που ψάχνεις στα Ελληνικά, στείλε μου μήνυμα. Ίσως μπορώ να βοηθήσω.
Αν δε βρίσκεις αυτό που ψάχνεις στα Ελληνικά, στείλε μου μήνυμα. Ίσως μπορώ να βοηθήσω.
Re: Do you use a conky - Y or N and Why?
Yes it is Jerry. By all means feel free to use it. It offers more detail and is more compact than my earlier efforts. It, also, adjusts to accomodate different desktop environments (label & user ID-wise). I'll post another image or two here in a few minutes so it is more obvious.
Edit: Here are images for my three Desktops.
You do not have the required permissions to view the files attached to this post.
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Re: Do you use a conky - Y or N and Why?
Yes. It's a handy system check when I first log in. During the day it's usually covered with windows, but when I chose to see it I either move some windows over or page the desktop to a clean desktop. I don't spend a lot of time staring at it.
Most newer USB flash drives don't have an LED, though that's a factor that I consider. In conky, the user can set Disk I/O read and write for the USB device and that will not only show activity, but speed. In other words, it's not just eye candy. Here is the code that I use for that:
Most newer USB flash drives don't have an LED, though that's a factor that I consider. In conky, the user can set Disk I/O read and write for the USB device and that will not only show activity, but speed. In other words, it's not just eye candy. Here is the code that I use for that:
Code: Select all
${color light blue} /dev/sdg R $color${diskio_read /dev/sdg} ${color light blue} W $color${diskio_write /dev/sdg}
Re: Do you use a conky - Y or N and Why?
Yep! Because I install and use a lot of VMs to learn how to do different stuff; and I can keep track of resource usage as I fire-up more VMs.
Re: Do you use a conky - Y or N and Why?
manyroads: I got your Dec 16 conky download up and running... it captures all the info I need in a conky...many thanks for making it available
Re: Do you use a conky - Y or N and Why?
You are welcome. Enjoy.
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken