SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1451 2012-05-23 19:46:47

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 7,419
Website

Re: The New Monster Conky Thread

Tunafish wrote:

Here's another idea (for use on colored backgrounds):

HA!!  I had that up at Conky PitStop before you had it here!

You're slow Tuna! lol lol
ie: updated - I like the alt version as well.

Offline

Be excellent to each other!

#1452 2012-05-23 20:28:32

Tunafish
#! Die Hard
From: the Netherlands
Registered: 2010-03-07
Posts: 1,201

Re: The New Monster Conky Thread

Sector11 wrote:
Tunafish wrote:

Here's another idea (for use on colored backgrounds):

HA!!  I had that up at Conky PitStop before you had it here!

You're slow Tuna! lol lol

Different timezone... should fix it... sudo dpkg-reconfigure tzdata...
Still two hours ahead of universal time... what's yours?  have to find out.... hmm


sed 's/stress/relaxation/g'
Privacy & Security on #!

Offline

#1453 2012-05-23 20:34:01

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 7,419
Website

Re: The New Monster Conky Thread

Tunafish wrote:

Different timezone... should fix it... sudo dpkg-reconfigure tzdata...
Still two hours ahead of universal time... what's yours?  have to find out.... hmm

  17:34:42 ~
         $ sudo dpkg-reconfigure tzdata
[sudo] password for sector11: 

Current default time zone: 'America/Argentina/Buenos_Aires'
Local time is now:      Wed May 23 17:34:59 ART 2012.
Universal Time is now:  Wed May 23 20:34:59 UTC 2012.


  17:34:59 ~
         $ 

big_smile

Last edited by Sector11 (2012-05-23 20:35:41)

Offline

#1454 2012-05-24 00:16:03

ElderV.LaCoste
#! Die Hard
From: Equarico
Registered: 2010-07-15
Posts: 781

Re: The New Monster Conky Thread

How difficult would it be to make a clock like this?

http://xniikk.deviantart.com/#/d50wqi1


Proceed with confidence!
http://eldervlacoste.deviantart.com/

Offline

#1455 2012-05-24 00:17:51

mrpeachy
20% cooler
From: The Everfree Forest
Registered: 2009-11-08
Posts: 2,735

Re: The New Monster Conky Thread

ElderV.LaCoste wrote:

How difficult would it be to make a clock like this?

http://xniikk.deviantart.com/#/d50wqi1

easy, in fact ive made several clocks like that one (via lua of course)

i posted a clock tutorial in my lua howto thread that could be easily adapted to look like that

Last edited by mrpeachy (2012-05-24 00:19:38)

Offline

#1456 2012-05-24 00:51:59

gutterslob
#! Resident Bum
Registered: 2009-11-03
Posts: 2,636

Re: The New Monster Conky Thread

Tunafish wrote:

screenshot-23-05-12-172013.php

This is real sexy, though I'd prebably align it on the extreme left. That way the bars wold look like they bleeding into the screen. Fine work, sushi-man!!


Point & Squirt

Offline

#1457 2012-05-24 03:48:31

lwfitz
#! Die Hard
From: Monrovia, CA
Registered: 2012-01-19
Posts: 824
Website

Re: The New Monster Conky Thread

For some odd reason all of a sudden I have a shadow behind my lettering but it only seems to be on the left conky so Im sure Im doing something wrong.


tZHZ4aw




# Create own window instead of using desktop (required in nautilus)
Background yes
own_window yes
own_window_class override
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# fiddle with window
use_spacer yes
use_xft yes

# Update interval in seconds
update_interval 3

# Minimum size of text area
minimum_size 355 500
maximum_width 410

override_utf8_locale yes

# Draw shades?
draw_shades yes

# Text stuff
draw_outline yes # amplifies text if yes
draw_borders no
#font
xftfont Arial:size=9
uppercase no # set to yes if you want all text to be in uppercase

# Stippled borders?
stippled_borders 3

# border margins
border_margin 3

# border width
border_width 3

default_color FFFFFF

own_window_colour brown
own_window_transparent yes

# Text alignment, other possible values are commented
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
gap_x 10
gap_y 10

imlib_cache_size 0
# stuff after 'TEXT' will be formatted on screen

TEXT
${font Ubuntu liGHT:size=18}${alignc}${cpubar cpu0 0,115} WEATHER ${cpubar cpu0 0,115}${font}${texeci 500 bash $HOME/.Accuweather_Conky_USA_Images/acc_usa_images}
${image $HOME/.Accuweather_Conky_USA_Images/cc.png -p 0,70 -s 180x108}
${font Ubuntu:size=10}${execpi 600 sed -n '3p' $HOME/.Accuweather_Conky_USA_Images/curr_cond}${font}
${goto 200}TEMP:${alignr}${execpi 600 sed -n '4p' $HOME/.Accuweather_Conky_USA_Images/curr_cond}°F (${execpi 600 sed -n '5p' $HOME/.Accuweather_Conky_USA_Images/curr_cond}°F)
${goto 200}WIND:${alignr}${execpi 600 sed -n '6p' $HOME/.Accuweather_Conky_USA_Images/curr_cond} ${execpi 600 sed -n '14p' $HOME/.Accuweather_Conky_USA_Images/curr_cond}
${goto 200}HUM:${alignr}${execpi 600 sed -n '7p' $HOME/.Accuweather_Conky_USA_Images/curr_cond}
${goto 200}PRESS:${alignr}${execpi 600 sed -n '8p' $HOME/.Accuweather_Conky_USA_Images/curr_cond}
${goto 200}CLOUD COVER:${alignr}${execpi 600 sed -n '9p' $HOME/.Accuweather_Conky_USA_Images/curr_cond}
${goto 200}UV INDEX:${alignr 10}${execpi 600 sed -n '10p' $HOME/.Accuweather_Conky_USA_Images/curr_cond}
${goto 200}DEW POINT:r${alignr}${execpi 600 sed -n '11p' $HOME/.Accuweather_Conky_USA_Images/curr_cond}
${goto 200}AM. OF PRECIP.(1hr):${alignr}${execpi 600 sed -n '12p' $HOME/.Accuweather_Conky_USA_Images/curr_cond}
${goto 200}VISIB.:${alignr}${execpi 600 sed -n '13p' $HOME/.Accuweather_Conky_USA_Images/curr_cond}
${goto 200}SUNRISE:${alignr}${execpi 600 sed -n '15p' $HOME/.Accuweather_Conky_USA_Images/curr_cond}
${goto 200}SUNSET:${alignr}${execpi 600 sed -n '16p' $HOME/.Accuweather_Conky_USA_Images/curr_cond}
${hr 1}
${goto 50}${font Ubuntu:size=10}TODAY$font${goto 230}${font Ubuntu:size=10}TONIGHT$font${image $HOME/.Accuweather_Conky_USA_Images/today.png -p 0,230 -s 120x72}${image $HOME/.Accuweather_Conky_USA_Images/tonight.png -p 190,230 -s 120x72}





${font Ubuntu:size=8}${execpi 600 sed -n '1p' $HOME/.Accuweather_Conky_USA_Images/messages_curr} ${goto 195}${execpi 600 sed -n '3p' $HOME/.Accuweather_Conky_USA_Images/messages_curr}$font
${font Ubuntu:size=8}${execpi 600 sed -n '2p' $HOME/.Accuweather_Conky_USA_Images/messages_curr}${goto 195}${execpi 600 sed -n '4p' $HOME/.Accuweather_Conky_USA_Images/messages_curr}$font
TEMP:${execpi 600 sed -n '28p' $HOME/.Accuweather_Conky_USA_Images/tod_ton}°F${goto 195}TEMP:${execpi 600 sed -n '32p' $HOME/.Accuweather_Conky_USA_Images/tod_ton}°F
FEELS LIKE:${execpi 600 sed -n '29p' $HOME/.Accuweather_Conky_USA_Images/tod_ton}°F${goto 195}FEELS LIKE:${execpi 600 sed -n '33p' $HOME/.Accuweather_Conky_USA_Images/tod_ton}°F
${hr 1}
${font Ubuntu:size=9}${goto 18}${execpi 600 sed -n '6p' $HOME/.Accuweather_Conky_USA_Images/tod_ton}${goto 144}${execpi 600 sed -n '11p' $HOME/.Accuweather_Conky_USA_Images/tod_ton}${goto 250}${execpi 600 sed -n '16p' $HOME/.Accuweather_Conky_USA_Images/tod_ton}${font}
${image $HOME/.Accuweather_Conky_USA_Images/7.png -p 0,390 -s 90x54}
${font Ubuntu:size=8}${goto 90}H:${execpi 600 sed -n '9p' $HOME/.Accuweather_Conky_USA_Images/tod_ton}°F${goto 205}H:${execpi 600 sed -n '14p' $HOME/.Accuweather_Conky_USA_Images/tod_ton}°F${goto 325}H:${execpi 600 sed -n '19p' $HOME/.Accuweather_Conky_USA_Images/tod_ton}°F
${font Ubuntu:size=8}${goto 90}L:${execpi 600 sed -n '10p' $HOME/.Accuweather_Conky_USA_Images/tod_ton}°F${goto 205}L:${execpi 600 sed -n '15p' $HOME/.Accuweather_Conky_USA_Images/tod_ton}°F${goto 325}L:${execpi 600 sed -n '20p' $HOME/.Accuweather_Conky_USA_Images/tod_ton}°F


${execpi 600 sed -n '2p' $HOME/.Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '4p' $HOME/.Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '6p' $HOME/.Accuweather_Conky_USA_Images/messages}
${image $HOME/.Accuweather_Conky_USA_Images/12.png -p 115,390 -s 90x54}${image $HOME/.Accuweather_Conky_USA_Images/17.png -p 230,390 -s 90x54}
#${font Ubuntu:size=15}You have ${color3}${texeci 60 perl ~/.conky/gmail.pl n} ${color}new gmail(s).
${font Ubuntu:size=20}Unread Emails - ${execi 60 perl ~/.conky/gmail.pl n}
${font Ubuntu:size=10}${execi 60 perl ~/.conky/gmail.pl s}
${goto 30}${font Zekton:size=100}${time %l:%M}${font}${voffset -10}

${font Zekton:size=20}${alignc}${time %A}  ${font Zekton:size=20}${alignc}${time  %B %d, %Y} 

Offline

#1458 2012-05-24 04:17:59

alfbar1
Member
Registered: 2011-12-04
Posts: 34

Re: The New Monster Conky Thread

Sector11 wrote:

Well those two lines work fine here. The blinking drives me crazy.
Can you show your complete conky so we can check the whole thing.

# conky configuration
#
# The list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.
#
# For ideas about how to modify conky, please see:
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/
#
# For help with conky, please see:
# http://crunchbanglinux.org/forums/topic/2047/conky-help/
#
# Enjoy! :)
##############################################
# Settings
##############################################
background yes
use_xft yes
xftfont Liberation Sans:size=9
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_argb_visual yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 200 200
maximum_width 240
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color 656667
default_shade_color 000000
default_outline_color 828282
alignment top_right
gap_x 12
gap_y 56
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
##############################################
#  Output
##############################################
TEXT
${blink ${membar 8,50}}
${alignc}NET
S Y S T E M    I N F O

${hr}
Host:$alignr$nodename
Uptime:$alignr$uptime
RAM:$alignr$mem/$memmax
Swap usage:$alignr$swap/$swapmax
Disk usage:$alignr${fs_used /}/${fs_size /}
CPU usage:$alignr${cpu cpu0}%


S H O R T C U T    K E Y S
${hr}
Alt+F2$alignr Run Dialog
Alt+F3$alignr Alt Menu
Super+Space$alignr Main Menu
Super+Tab$alignr Client Menu
Super+t$alignr Terminal
Super+f$alignr File Manager
Super+e$alignr Editor
Super+m$alignr Media Player
Super+w$alignr Web Browser
Super+l$alignr Lock Screen
Super+v$alignr Volume Control
Super+x$alignr Logout
PrtSc$alignr Screenshot

it is the original conky with the 2 lines after TEXT

Offline

#1459 2012-05-24 07:11:44

ElderV.LaCoste
#! Die Hard
From: Equarico
Registered: 2010-07-15
Posts: 781

Re: The New Monster Conky Thread

@ Mr. Peachy - Thanks for responding.  I have been through that thread but don't remember seeing that.  It has been a week or so since I was there though so I'll go back and take a little look.  My memory is sometimes buggy (and I'm not talking about my computer memory).    smile


Proceed with confidence!
http://eldervlacoste.deviantart.com/

Offline

#1460 2012-05-24 07:40:45

Tunafish
#! Die Hard
From: the Netherlands
Registered: 2010-03-07
Posts: 1,201

Re: The New Monster Conky Thread

gutterslob wrote:

- This is real sexy
- though I'd prebably align it on the extreme left
- Fine work, sushi-man!!

- It reflects my personality
- Great idea... will try it out...
- Thanks for the sushi!


sed 's/stress/relaxation/g'
Privacy & Security on #!

Offline

#1461 2012-05-24 10:19:40

ackernan
#! Junkie
Registered: 2011-01-10
Posts: 403

Re: The New Monster Conky Thread

lwfitz wrote:

For some odd reason all of a sudden I have a shadow behind my lettering but it only seems to be on the left conky so Im sure Im doing something wrong.


tZHZ4aw

Try using the same config from the conky on the right, just change the alignment.

Offline

#1462 2012-05-24 16:58:29

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 7,419
Website

Re: The New Monster Conky Thread

lwfitz wrote:

For some odd reason all of a sudden I have a shadow behind my lettering but it only seems to be on the left conky so Im sure Im doing something wrong.

Try changing:

# Draw shades?
draw_shades yes

to:

# Draw shades?
draw_shades no

Also:

# border margins
border_margin 3

border_margin is depreciated, it is now two commands:
Suggest:

# border margins
border_inner_margin 3
border_outer_margin 0

Hope that helps.

Last edited by Sector11 (2012-05-24 16:58:57)

Offline

#1463 2012-05-24 17:09:51

lwfitz
#! Die Hard
From: Monrovia, CA
Registered: 2012-01-19
Posts: 824
Website

Re: The New Monster Conky Thread

ackernan wrote:

Try using the same config from the conky on the right, just change the alignment.



Ie tried that but theres no change. I just found its something with this line:

${font Zekton:size=20}${alignc}${time %A}${font Zekton:size=20}${alignc}${time  %B %d, %Y} 

When I uncomment that then the shadow goes away. Maybe this is because of the font?

Edit:
When  I change the font it cuts down on the shadow considerably but its still there.

Last edited by lwfitz (2012-05-24 17:18:14)

Offline

#1464 2012-05-24 17:28:40

lwfitz
#! Die Hard
From: Monrovia, CA
Registered: 2012-01-19
Posts: 824
Website

Re: The New Monster Conky Thread

Sector11 wrote:

Hope that helps.

No luck. I can minimize the shadow by changing the font of the last line but the only way to get rid of it is to uncomment that last line completely.

Offline

#1465 2012-05-24 17:30:13

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 7,419
Website

Re: The New Monster Conky Thread

alfbar1 wrote:
Sector11 wrote:

Well those two lines work fine here. The blinking drives me crazy.
Can you show your complete conky so we can check the whole thing.

it is the original conky with the 2 lines after TEXT

Well I'll be?  It's a bug, OR blink just doesn't do "bars" I tried various.

It does do this:

${blink ${fs_used /}    /    ${fs_size /}}

Bummer

Offline

#1466 2012-05-24 17:42:37

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 7,419
Website

Re: The New Monster Conky Thread

B I N G O !!


lwfitz wrote:
Sector11 wrote:

Hope that helps.

No luck. I can minimize the shadow by changing the font of the last line but the only way to get rid of it is to uncomment that last line completely.

Comment this out - or change to no:

# Text stuff
# draw_outline yes # amplifies text if yes

Offline

#1467 2012-05-24 17:53:13

lwfitz
#! Die Hard
From: Monrovia, CA
Registered: 2012-01-19
Posts: 824
Website

Re: The New Monster Conky Thread

Sector11 wrote:

B I N G O !!


Comment this out - or change to no:

# Text stuff
# draw_outline yes # amplifies text if yes


So as soon as I read " B I N G O !! " The old mc donald song got stuck in my head...... so thanks a lot for that!
But as far as fixing the shadow it didnt change it at all. I een tried completely removing

# Text stuff
# draw_outline yes # amplifies text if yes

but nothing neutral

Offline

#1468 2012-05-24 20:37:29

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 7,419
Website

Re: The New Monster Conky Thread

lwfitz wrote:

So as soon as I read " B I N G O !! " The old mc donald song got stuck in my head...... so thanks a lot for that!
But as far as fixing the shadow it didnt change it at all. I even tried completely removing

# Text stuff
# draw_outline yes # amplifies text if yes

but nothing neutral

Hmmmmmmmmmmmmmmm... I copied the conky you posted with the problem and stripped out enough to eliminate the problem as being below TEXT.

Then one by one commented out or changed the yes/no opions until:
aagC5fFQ.jpg
Sorry about the song ...., and bingo was his nameo!

R U N!!!!!! lol lol

Offline

#1469 2012-05-24 21:17:49

lwfitz
#! Die Hard
From: Monrovia, CA
Registered: 2012-01-19
Posts: 824
Website

Re: The New Monster Conky Thread

Sector11 wrote:

Hmmmmmmmmmmmmmmm... I copied the conky you posted with the problem and stripped out enough to eliminate the problem as being below TEXT.

Then one by one commented out or changed the yes/no opions until:
aagC5fFQ.jpg
Sorry about the song ...., and bingo was his nameo!

R U N!!!!!! lol lol



lol Noooooooo! I just got it out of my head!


THANK YOU!


This did fix the problem but only after a reboot smile


# Draw shades?
draw_shades no
# Text stuff
# draw_outline yes # amplifies text if yes

I want to know why when I uncommented this it had the same affect without uncommenting the others lol......... I know I know..... just be happy with it working!


${goto 30}${font Zekton:size=20}${time %A}${font Zekton:size=20}${alignc}${time  %B %d, %Y


Thanks again Sector big_smile



Edit:

And here it is with no shadow:


tZHdpNw

Last edited by lwfitz (2012-05-24 21:28:14)

Offline

#1470 2012-05-24 21:43:15

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 7,419
Website

Re: The New Monster Conky Thread

lwfitz wrote:
Sector11 wrote:

R U N!!!!!! lol lol

lol Noooooooo! I just got it out of my head!

THANK YOU!

This did fix the problem but only after a reboot smile
Thanks again Sector big_smile

Sorry, the devil made me do it!

Something happened on the way from conky 1.8.0 to present, conky sometimes doesn't "refresh" correctly when you make adjustments and save.  Best to do a KFC and restart the conky.
aazVadTd.jpg
Glad it's working!

Offline

#1471 2012-05-24 21:46:16

TitanMech
Banned
From: Blue Zone 3
Registered: 2011-08-28
Posts: 930

Re: The New Monster Conky Thread

*EDIT*

My bad, i mis-read my conky, turns out i had the wrong colours roll

Im allmost done with this Arch thing, will post soon in screenshot thread smile

Last edited by TitanMech (2012-05-24 21:52:05)

Offline

#1472 2012-05-24 21:47:02

rhowaldt
#!*$%:)
Registered: 2011-03-09
Posts: 4,396

Re: The New Monster Conky Thread

@sector11: just saw your KFC and came here to tell you that you are insane, in a good way i mean smile

Offline

#1473 2012-05-24 23:05:16

Sector11
77345 ¡#
From: SR11 Cockpit
Registered: 2010-05-05
Posts: 7,419
Website

Re: The New Monster Conky Thread

rhowaldt wrote:

@sector11: just saw your KFC and came here to tell you that you are insane, in a good way i mean smile

Thanks ... I think ... But I'm not insane I think it's the chicken...
aabmYDDP.jpg Teo's 1d1)Accuweather - Images - INTERNATIONAL USERS script

When I came up with KFC I was not even aware of how others saw it, because I told myself 'I gotta fry this conky and re-start it' ... imagine my surprise ... I burst out laughing

Kill Funky Conky works too!

Or any of these:

face, fact, fade, fads, fady, fags, fail, fain, fair, fait, fake, falk, fall, falx, fame, fand, fane, fang, fans, fard, fare, farl, farm, faro, fart, fash, fast, fate, fats, faun, faut, faux, fawe, fawn, fays, faze, feal, fear, feat, feck, feds, feed, feel, fees, feet, fehm, fele, fell, felt, feme, fend, fens, feod, fere, ferm, fern, fers, fess, fest, feta, fete, feud, fiar, fiat, fibs, fica, fice, fico, fide, fido, fids, fief, fife, figs, fiji, fike, file, fill, film, fils, find, fine, fink, finn, fins, fint, fire, firk, firm, firs, fisc, fish, fisk, fist, fits, fitt, fitz, five, fixe, fizz, flab, flag, flak, flam, flan, flap, flat, flaw, flax, flay, flea, fled, flee, flet, flew, flex, flip, flit, flix, floe, flog, flon, flop, flow, flub, flue, flus, flux, foal, foam, fobs, foci, foes, foge, fogs, fogy, foil, foin, fold, folk, fond, fone, font, food, fool, foot, fops, fora, ford, fore, fork, form, fort, foul, four, fowl, foxy, fozy, frab, frag, frap, frat, frau, fray, fred, free, fren, fret, frig, frim, frit, friz, froe, frog, from, frow, frug, fuar, fubs, fuci, fuds, fuel, fuff, fuga, fugh, fugs, fuji, full, fume, fumy, fund, funk, furl, furs, fury, fuse, fuss, fust, fuze, fuzz, fyke, fyrd

Besides Kentucky Fried Conky sounds cool!

Offline

#1474 2012-05-25 01:10:39

lwfitz
#! Die Hard
From: Monrovia, CA
Registered: 2012-01-19
Posts: 824
Website

Re: The New Monster Conky Thread

Sector11 wrote:

Sorry, the devil made me do it!

Something happened on the way from conky 1.8.0 to present, conky sometimes doesn't "refresh" correctly when you make adjustments and save.  Best to do a KFC and restart the conky.
aazVadTd.jpg
Glad it's working!


Thats ok I turned on music and got the stupid barbie girl song stuck in my head now! AHHHHHHHHH! mad

Good thing to learn and Ill know for next time. Thanks buddy!

Offline

Help fund CrunchBang, donate to the project!

#1475 2012-05-25 01:12:51

lwfitz
#! Die Hard
From: Monrovia, CA
Registered: 2012-01-19
Posts: 824
Website

Re: The New Monster Conky Thread

Sector11 wrote:

Thanks ... I think ... But I'm not insane I think it's the chicken...
aabmYDDP.jpg



Can I get extra crispy conky or just original? Btw I love that wallpaper is there any chance you can share it?

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo