Which conkyrc should we use in antiX-14?

Keep current conkyrc
1
6%
Use graph conkyrc with blue graphs
8
50%
Use graph conkyrc with gray graphs
2
13%
None of the above
5
31%
 
Total votes: 16
 
Posts: 1,308
BitJam
Joined: 31 Aug 2009
#1
I've made a new conkyrc file which I like better than the default one shipping with antiX. I tried to keep it similar to the rather Spartan design of the current default but I've made the text more legible and I added graphs for CPU usage, disk usage, and network traffic (on eth0 and wlan0).

I tried to mimic the look of gkrellm which is usually one of the first things I install on a new system. With this conkyrc, I don't feel I have to install gkrellm right away. These conkyrc files have a section to show the three top processes (of cpu usage) but it is commented out because it increases the cpu usage of conky.

I like to keep a close eye on how the resources on my system are being used. Graphs give me a lot more information than numbers only. Without the graphs I feel like I am almost flying blind.

I've attached a screen shot of what conky looks like with the new rc files and I've also attached a ,zip file that contains the rc files in case anyone wants to play with them.
Antoine de Saint-Exupery wrote:A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#2
I dig that blue graph. With the currently default black wallpaper, it will standout nice.
Posts: 667
jdmeaux1952
Joined: 01 Nov 2013
#3
Like D.O. says, the blue stands out better.
Posts: 765
rust collector
Joined: 27 Dec 2011
#4
Imo, just the % is fine.
I can see how people like"stuff" in their conkys, so those look ok to me.
But it is not really something I care too much about, so I will not vote on this one.
I think it would be nice to keep the old one around, maybe as a .conkyrc.old or something?
Posts: 1,308
BitJam
Joined: 31 Aug 2009
#5
The blue graphs are even better against the dark-red background of sleek-antiX.png.
Posts: 325
male
Joined: 04 Nov 2011
#6
Have voted for blue.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#7
My edit





Edited this on my Dell Touchscreen Laptop which runs Linux-Lite 32bit. Hence the Linux Lite kernel showing in conky display.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#8
A Conky Wallpaper for a new Conkyrc or Old Conkyrc. Up to you guys as far as I care. You know me. I can't leave stock settings alone.

Image
Posts: 850
fatmac
Joined: 26 Jul 2012
#9
Personally, I don't worry what the default conky looks like - if I don't like it, I'll change it or turn it off.
(Voted to keep it as it is.)
Posts: 1,308
BitJam
Joined: 31 Aug 2009
#10
I've added the following line to the bottom of conkyrc:

Code: Select all

Batt: ${execi 10 acpi -b | cut -d"" -f3,4 | sed 's/,$//' 2>/dev/null}
It reports the battery status using"acpi -b". I tried using the battery built-ins but they didn't work.

On my laptop the"acpi -b" command produces output like:

Code: Select all

Battery 0: Discharging, 100%, 04:35:22 remaining
The cut and sed commands reduce this to:

Code: Select all

 Discharging, 100%
On my desktop I just get an error message sent to stderr:

Code: Select all

No support for device type: power_supply
The redirect to /dev/null keeps this from showing up in conky.
Posts: 1,445
skidoo
Joined: 09 Feb 2012
#11
I'm holding out for a poll option labeled" surprise me !"
Posts: 94
james c
Joined: 23 Apr 2014
#12
I voted"none of the above" since I generally use my own conky config anyway. Developers choice.
Posts: 347
Silent Observer
Joined: 08 Aug 2013
#13
I voted for the gray graph -- I prefer to keep my conky display low-key; the only color in the ones I currently use is in the battery bar on my laptop (yellow at 50%, orange at 25%, red at IIRC 10%). Reduces the distraction factor. I also like to keep it minimal, since the antiX machine I look at most is the Pentium II 300 MHz (needs all the help it can get), but it's easy enough to comment out the network graphs (not really needed; if I'm concerned about it, I can pop up the wicd info window).