Do you use a conky - Y or N and Why?

Message
Author
AA BB
Posts: 322
Joined: Mon Nov 11, 2019 10:49 pm

Re: Do you use a conky - Y or N and Why?

#31 Post by AA BB »

manyroads:

OK I got you download...but how do you use it...Does I have to compile it in Lua first ?? or ??

User avatar
Jerry3904
Administrator
Posts: 23059
Joined: Wed Jul 19, 2006 6:13 am

Re: Do you use a conky - Y or N and Why?

#32 Post by Jerry3904 »

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

User avatar
manyroads
Posts: 2657
Joined: Sat Jun 30, 2018 6:33 pm

Re: Do you use a conky - Y or N and Why?

#33 Post by manyroads »

AA BB wrote: Mon Dec 16, 2019 10:10 am manyroads:

OK I got you download...but how do you use it...Does I have to compile it in Lua first ?? or ??
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
in a terminal window to see most of the correct values, in order to tune conky to match your setup (get the same values).

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

User avatar
Jerry3904
Administrator
Posts: 23059
Joined: Wed Jul 19, 2006 6:13 am

Re: Do you use a conky - Y or N and Why?

#34 Post by Jerry3904 »

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

User avatar
radonrose
Posts: 182
Joined: Thu Dec 12, 2019 6:59 am

Re: Do you use a conky - Y or N and Why?

#35 Post by radonrose »

8bit wrote: Tue Oct 29, 2019 11:14 am My screens are covered with windows so I never see it anyway.
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.
Αν δε βρίσκεις αυτό που ψάχνεις στα Ελληνικά, στείλε μου μήνυμα. Ίσως μπορώ να βοηθήσω.

User avatar
manyroads
Posts: 2657
Joined: Sat Jun 30, 2018 6:33 pm

Re: Do you use a conky - Y or N and Why?

#36 Post by manyroads »

Jerry3904 wrote: Mon Dec 16, 2019 11:28 am So is that conky different from the 4 of yours already in the MX basic set ?
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.
bspwm-Screenshot.png
hlwm-Screenshot.png
XFCE-Screenshot.png
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

User avatar
figueroa
Posts: 1097
Joined: Thu Dec 20, 2018 11:20 pm

Re: Do you use a conky - Y or N and Why?

#37 Post by figueroa »

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:

Code: Select all

${color light blue} /dev/sdg R $color${diskio_read /dev/sdg} ${color light blue} W $color${diskio_write /dev/sdg}
Andy Figueroa
Using Unix from 1984; GNU/Linux from 1993

User avatar
woodyb12
Posts: 83
Joined: Sun Jun 23, 2019 4:23 am

Re: Do you use a conky - Y or N and Why?

#38 Post by woodyb12 »

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.

AA BB
Posts: 322
Joined: Mon Nov 11, 2019 10:49 pm

Re: Do you use a conky - Y or N and Why?

#39 Post by AA BB »

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

User avatar
manyroads
Posts: 2657
Joined: Sat Jun 30, 2018 6:33 pm

Re: Do you use a conky - Y or N and Why?

#40 Post by manyroads »

AA BB wrote: Tue Dec 17, 2019 5:46 pm 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
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

Post Reply

Return to “XFCE Desktop Environment”