Page 20 of 32

Re: Conky Showoff thread

Posted: Sat Feb 06, 2016 7:56 pm
by mzsade
Those inxi options are so awesome! Why haven't i come across those before, never mind, i am a freakin' dinosaur, that's why. Thank you Sector11, you are a veritable fountain of knowledge. :D

Re: Conky Showoff thread

Posted: Sat Feb 06, 2016 8:35 pm
by Sector11
mzsade wrote:Those inxi options are so awesome! Why haven't i come across those before, never mind, i am a freakin' dinosaur, that's why. Thank you Sector11, you are a veritable fountain of knowledge. :D
hehehehe over 60,000 apps in the repos - you can't be expected to know them all!

Besides, your not a dinosaur until you can join an Over the Hill Gang.
Any Over the Hill Gang, not just that one.

You know you're old when your son asks:
Hey dad, did grampa let you use the family dinosaur to pick up mom on dates?
True story .. I wanted to {cough cough} ... well, never mind.

Re: Conky Showoff thread

Posted: Sun Feb 07, 2016 11:01 pm
by mzsade
dump.png
I was looking for a way to grab an image from a webpage and display it in conky and after trying out a lot of wget and curl scripts that didn't work i stumbled on cutycapt. This is outrageous but i just couldn't resist! :lol:

Code: Select all

conky.text = [[
${execi 20 cutycapt --url=http://www.timeanddate.com/weather/india/mumbai --out=mweather.png}
${image ~/mweather.png -n -f 60}
]]
This is just for demonstration, of course i am not going to continue using it, i prefer my ugly labor of love.

Re: Conky Showoff thread

Posted: Mon Feb 08, 2016 7:15 am
by Sector11
mzsade wrote:This is just for demonstration, of course i am not going to continue using it, i prefer my ugly labor of love.
There is nothing ugly about a labour of love. Beauty is in the eye of the conky creator. :lol: :lol: :lol:

That's a pretty neat application of "cutycapt" though. :)
Must play with it. Thanks

Re: Conky Showoff thread

Posted: Mon Feb 08, 2016 9:41 am
by mzsade
Sector11 wrote: Must play with it. Thanks
My pleasure, try it with the imagemagick <convert yourimage.png -crop wxh+someoffset+anotheroffset output.png> option in the cutycapt command line to get it exactly as you want. I gave it up after a few attempts, it was too tedious. :)

Re: Conky Showoff thread

Posted: Mon Feb 08, 2016 10:29 am
by Sector11
mzsade wrote:I gave it up after a few attempts, it was too tedious. :)
I found it "stole" usable desktop space for my right-click OpenBox menu - even after my test conky was killed:

I can centre|right click on all my conkys to:
1. get at OpenBox
2. move them (ALT+left click)
3. resize them (ALT+right click)
Just by using:

Code: Select all

own_window normal
So until I figure out why it's stealing that area of my desktop, it will be just trying things in a terminal.

Yea, definitely resizing to the size desired is a big plus.
Remember our conversation via Habitual about images and sizing vs CPU usage. :wink:

Re: Conky Showoff thread

Posted: Mon Feb 08, 2016 10:35 am
by mzsade
Oh yes! That's only for the extravagant hobbyist and the artist. But no harm in trying it out just to check it out. :)

Here's my settings, i adjusted the gap_x and the minimum_height, minimum_width variables to get the conky window i posted before using cutycap.

Code: Select all

conky.config = {
    alignment = 'top_right',
    background = false,
    cpu_avg_samples = 4,
    top_cpu_separate = false,
    default_color = '#E2E2E2',
    draw_borders = false,
    border_width = 4,
    border_inner_margin = 3,
    use_xft = true,
    font = 'DejaVu Sans Mono:bold:size=11',
    gap_x = 387,
    gap_y = 10,
    net_avg_samples = 2,
    no_buffers = true,
    double_buffer = true,
    out_to_console = false,
    out_to_stderr = false,
    extra_newline = false,
    minimum_height = 520,
    minimum_width = 800,	
    own_window = true,
    own_window_type = 'normal',
    own_window_hints = 'undecorated,below,sticky,skip_taskbar',
    own_window_class = 'Conky',
    own_window_transparent = true,
    override_utf8_locale = true,
    stippled_borders = 0,
    update_interval = 10,
    uppercase = false,
    use_spacer = 'none',
    hddtemp_host,
    hddtemp_port,
    hddtemp_refresh,
    temperature_unit = celsius,
}

Re: Conky Showoff thread

Posted: Mon Feb 08, 2016 12:02 pm
by Sector11
mzsade wrote:Oh yes! That's only for the extravagant hobbyist and the artist. But no harm in trying it out just to check it out. :)
OH, I agree. Testing is a great bit of fun. It's what I have a permanent test conky
I'm still playing .. :roll:

Regarding these...

Code: Select all

    minimum_height = 520,
    minimum_width = 800,	

    hddtemp_host,
    hddtemp_port,
    hddtemp_refresh,
Two question and a request.

1. Does conky v1.10 really have a "minimum_height" or is it like v1.9 "minimum_size" = height (width)
- - if it does I owe someone an apology.

2. same with hddtemp_refresh, that exists in v1.10?
- - doesn't exist in v1.90

Request:
Not the best method but could you post a text file of the conky v1.10 man page?
Thanks.

Re: Conky Showoff thread

Posted: Mon Feb 08, 2016 2:35 pm
by mzsade
I tried, the man page is just too big, cannot be accomodated in the forum..i can confirm this, hddtemp just as in the previous version, all you have to do is permit it to run at startup during configuration.

Re: Conky Showoff thread

Posted: Mon Feb 08, 2016 2:39 pm
by mzsade
I tried, the man page is just too big, cannot be accomodated in the forum..but i can confirm this, hddtemp works just as in the previous version, all you have to do is permit it to run at startup during initial configuration, administrative privileges for it are not essential.
Edit: System froze while making this post and i see now that i've repeated it, would the moderator (@xenopeek) be so kind as to remove the clutter.. :)

Re: Conky Showoff thread

Posted: Mon Feb 08, 2016 3:02 pm
by Sector11
Thank you for trying ... I was just asking about the "hddtemp_refresh" command in v1.10. It doesn't exist in v1.9

As for setting it up (in case others are reading) I have my little cheatsheet:

Code: Select all

To recongigure hddtemp
sudo dpkg-reconfigure hddtemp
Answers: No, 0, Yes, OK, OK
at least that works with Debian Stable.
Then in conky:

Code: Select all

${hddtemp /dev/sda}°
I'll have to log into one of my other installs ... and install conky v1.10 I guess.

Re: Conky Showoff thread

Posted: Mon Feb 08, 2016 3:13 pm
by mzsade
When it comes to hddtemp, the same conky with the appropriate changes in notation works for both my LMDE and Debian Sid partitions..i've had problems with other aspects (mentioned in an unanswered previous post) but none with it....
Edit: Nothing like a few well placed Tuxes to make your stark conky cheerful. :D

Re: Conky Showoff thread

Posted: Mon Feb 08, 2016 4:35 pm
by Sector11
@ mzsade

You need a better Tux than that. :wink:

Check out this neat TUX ... Stycil Tux (by cheese) :arrow: I have the .svg and the two .png's

Then there's: Image

Re: Conky Showoff thread

Posted: Mon Feb 08, 2016 9:27 pm
by mzsade
Thanks, makes all the difference. :D Mine was from the Tux gallery, looked a bit tacky with that white outline.
scrot.png
How does that stencil work? I mean on a computer, can you fill it out as easily on Gimp or something..?

Re: Conky Showoff thread

Posted: Mon Feb 08, 2016 10:07 pm
by Sector11
mzsade wrote:How does that stencil work? I mean on a computer, can you fill it out as easily on Gimp or something..?
Yup, looks NICE! ...
Do anything you want with them. :)
Image

Re: Conky Showoff thread

Posted: Thu Feb 11, 2016 8:32 am
by mzsade
Thanks for the Tuxes, they scale well, made my wallpaper with them. :D
http://i.imgur.com/Q22Fx8N.png

Re: Conky Showoff thread

Posted: Thu Feb 11, 2016 10:52 am
by Sector11
Nice. :) ... and you're welcome.

Re: Conky Showoff thread

Posted: Wed Mar 23, 2016 6:32 pm
by grzegorzdabrowka
Image


GrzegorzDabrowka[at]gmail.com
code on the website http://htmelek.republika.pl/
conky code: http://htmelek.republika.pl/download/.conkyrc
conf is closed, thx

Re: Conky Showoff thread

Posted: Sat Apr 30, 2016 11:57 pm
by jsocoinac
Good stuff in here!

Here's mine.
screenshot-area-2016-05-01-045220.png
Code available upon request.

Re: Conky Showoff thread

Posted: Sun May 01, 2016 3:47 pm
by Sector11
jsocoinac wrote:Good stuff in here!

Here's mine. screenshot-area-2016-05-01-045220.png

Code available upon request.
Yes please ... there are a couple of things in there that look interesting.

Musical note and mute I'm guessing uses ${mixer} in some way ... stars look cool too.