Conky generic questions

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
MurphCID
Level 15
Level 15
Posts: 5908
Joined: Fri Sep 25, 2015 10:29 pm
Location: Near San Antonio, Texas

Conky generic questions

Post by MurphCID »

These have probably been beaten to death, so forgive me but I have a couple of questions:

1) What is the general system impact of a Conky on the system? 500 mb Ram? 1 gb RAM?
2) I have tried to install and configure Conky before, but I never seem to be able to "break the code" in terms of getting what I want (pretty much what MX linux has out of the box, but with different colors). The menu is obscure to me, so I am uncertain as to the installation method.
3) Does Conky cause any conflicts with say HTOP or other monitoring software that might be running?
4) Is there a good Conky configuration guide out there that is newbie friendly, and has lots of hand holding?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
ShadowSkill
Level 1
Level 1
Posts: 22
Joined: Mon Nov 15, 2021 11:53 am

Re: Conky generic questions

Post by ShadowSkill »

1. Depends on how many widgets and how complicated each widgets are, but I'm running 5 widgets with a total of just 50ish MiB (looking in System Monitor)
2. For me, I just call a startup script which contains what widgets to use. There is a conky-manager app iirc, but I don't personally use it.
3. I'm not a Linux expert, but I don't think I experienced any monitoring conflicts so far.
4. I don't know any guides like that, but you can take a look at my custom conky theme. I think some of the widgets are quite simple so it'll be easy to know the structure of the .conf files (I break the widgets into smaller ones for readability and easier maintenance). https://github.com/snatrio/Enlighten


Cheers.
User avatar
zcot
Level 9
Level 9
Posts: 2832
Joined: Wed Oct 19, 2016 6:08 pm

Re: Conky generic questions

Post by zcot »

There was a thread where I ended up typing out quite a bit of stuff. Just scanning quickly here's 2 posts in it.

The basic setup, and I would suggest installing the conky-manager2 to make it easy on yourself: viewtopic.php?p=1716679#p1716679

and the thread goes on quite a bit but here's another notable post, and I think I described the dirty details of installing the MX configs package at some point: viewtopic.php?p=1799119#p1799119

do that initial setup and then do these terminal commands:

Code: Select all

mkdir ~/.conky
cd .conky

#create text document from man page about configuration settings:
man -P "less -p 'CONFIGURATION SETTINGS'" conky > conky-CONFIGURATION-SETTINGS

#create text document from man page about objects and variables:
man -P "less -p 'OBJECTS/VARIABLES'" conky > conky-OBJECTS-VARIABLES
-now you have the config settings and variables reference in an easy text file there. That makes for easy reference when you need to check something, or you get bored and want to overload more stuff into a config. :D
User avatar
AndyMH
Level 21
Level 21
Posts: 13711
Joined: Fri Mar 04, 2016 5:23 pm
Location: Wiltshire

Re: Conky generic questions

Post by AndyMH »

There is a conky showoff thread:
viewtopic.php?f=212&t=30209
Have a look through it. I think the best way is to find one that is close to what you want and then modify it. It's what I did. Lots of resources on the web, e.g. a list of all variables:
http://conky.sourceforge.net/variables.html
Thinkcentre M720Q - LM21.3 cinnamon, 4 x T430 - LM21.3 cinnamon, Homebrew desktop i5-8400+GTX1080 Cinnamon 19.0
User avatar
MurphCID
Level 15
Level 15
Posts: 5908
Joined: Fri Sep 25, 2015 10:29 pm
Location: Near San Antonio, Texas

Re: Conky generic questions

Post by MurphCID »

I'll give it a shot this weekend, I had to uninstall MX Linux on the old Darter Pro, after constant hard lockups requiring a power button push to shut down since I could not even bring up a terminal. Back to Mint on that older machine. Perhaps something to do with Coreboot and SystemD? I did manage to modify their Conky using the enclosed tools in MX Linux. Somewhat of a success. I like the minimal form here, just a clock, date, and small CPU/RAM/Etc showing, nothing obtrusive.
User avatar
zcot
Level 9
Level 9
Posts: 2832
Joined: Wed Oct 19, 2016 6:08 pm

Re: Conky generic questions

Post by zcot »

You can install that MX Conky tool if you like. They're also using the forked conky-manager2 mentioned above. I'm not sure what tool you are referring to but you could install either one easily, or I guess both, with the .deb(at the current moment they are behind a couple of small version changes on the conky-manager2, but 1 important one to me "Open in Terminal").
User avatar
Koentje
Level 7
Level 7
Posts: 1575
Joined: Tue Jan 04, 2022 6:23 pm
Location: Netherlands

Re: Conky generic questions

Post by Koentje »

I have about 36 conky scripts running with some additional bash and lua scripts that works with them. And about 10 that are started once in a while from bash scripts. One of these scripts is a conkyusage script that calculates how much cpu% and ram they consume. So i can see if one of the scripts goes bonkers! ;)
The 36 running scrips use about 18mb and around 6% cpu. This is including all the libraries they use!

On a i5 6-core with 32gb ram, it's a drop in a pool.. ;)
Locked

Return to “Compiz, Conky, Docks & Widgets”