You are not logged in.
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!

ie: updated - I like the alt version as well.
#! Etiquette | Conky PitStop | VSIDO | Interactive LUA
Weather v9000 | Teo x4 Sites | Arclance | Finnish
Offline
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!
![]()
Different timezone... should fix it... sudo dpkg-reconfigure tzdata...
Still two hours ahead of universal time... what's yours? have to find out.... 
sed 's/stress/relaxation/g'
Privacy & Security on #!
Offline
Different timezone... should fix it... sudo dpkg-reconfigure tzdata...
Still two hours ahead of universal time... what's yours? have to find out....
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 ~
$ 
Last edited by Sector11 (2012-05-23 20:35:41)
#! Etiquette | Conky PitStop | VSIDO | Interactive LUA
Weather v9000 | Teo x4 Sites | Arclance | Finnish
Offline
How difficult would it be to make a clock like this?
Proceed with confidence!
http://eldervlacoste.deviantart.com/
Offline
How difficult would it be to make a clock like this?
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
Offline
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.
# 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} Conky | SMXI HowTo | Super Grub | VastOnes GMB HowTo | VSIDO
Offline
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 Screenshotit is the original conky with the 2 lines after TEXT
Offline
@ 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). 
Proceed with confidence!
http://eldervlacoste.deviantart.com/
Offline
- 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
Offline
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 yesto:
# Draw shades?
draw_shades noAlso:
# border margins
border_margin 3border_margin is depreciated, it is now two commands:
Suggest:
# border margins
border_inner_margin 3
border_outer_margin 0Hope that helps.
Last edited by Sector11 (2012-05-24 16:58:57)
#! Etiquette | Conky PitStop | VSIDO | Interactive LUA
Weather v9000 | Teo x4 Sites | Arclance | Finnish
Offline
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)
Conky | SMXI HowTo | Super Grub | VastOnes GMB HowTo | VSIDO
Offline
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.
Conky | SMXI HowTo | Super Grub | VastOnes GMB HowTo | VSIDO
Offline
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
#! Etiquette | Conky PitStop | VSIDO | Interactive LUA
Weather v9000 | Teo x4 Sites | Arclance | Finnish
Offline
B I N G O !!
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#! Etiquette | Conky PitStop | VSIDO | Interactive LUA
Weather v9000 | Teo x4 Sites | Arclance | Finnish
Offline
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 yesbut nothing 
Conky | SMXI HowTo | Super Grub | VastOnes GMB HowTo | VSIDO
Offline
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 yesbut nothing
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:
Sorry about the song ...., and bingo was his nameo!
R U N!!!!!!

#! Etiquette | Conky PitStop | VSIDO | Interactive LUA
Weather v9000 | Teo x4 Sites | Arclance | Finnish
Offline
Noooooooo! I just got it out of my head!
THANK YOU!
This did fix the problem but only after a reboot 
# Draw shades?
draw_shades no
# Text stuff
# draw_outline yes # amplifies text if yesI 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, %YThanks again Sector 
Edit:
And here it is with no shadow:
Last edited by lwfitz (2012-05-24 21:28:14)
Conky | SMXI HowTo | Super Grub | VastOnes GMB HowTo | VSIDO
Offline
Sector11 wrote:R U N!!!!!!
![]()
Noooooooo! I just got it out of my head!
THANK YOU!
This did fix the problem but only after a reboot
Thanks again Sector
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.
Glad it's working!
#! Etiquette | Conky PitStop | VSIDO | Interactive LUA
Weather v9000 | Teo x4 Sites | Arclance | Finnish
Offline
*EDIT*
My bad, i mis-read my conky, turns out i had the wrong colours 
Im allmost done with this Arch thing, will post soon in screenshot thread 
Last edited by TitanMech (2012-05-24 21:52:05)
Offline
@sector11: just saw your KFC and came here to tell you that you are insane, in a good way i mean 
Offline
@sector11: just saw your KFC and came here to tell you that you are insane, in a good way i mean
Thanks ... I think ... But I'm not insane I think it's the chicken...
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!
#! Etiquette | Conky PitStop | VSIDO | Interactive LUA
Weather v9000 | Teo x4 Sites | Arclance | Finnish
Offline
Thats ok I turned on music and got the stupid barbie girl song stuck in my head now! AHHHHHHHHH! 
Good thing to learn and Ill know for next time. Thanks buddy!
Conky | SMXI HowTo | Super Grub | VastOnes GMB HowTo | VSIDO
Offline
Can I get extra crispy conky or just original? Btw I love that wallpaper is there any chance you can share it?
Conky | SMXI HowTo | Super Grub | VastOnes GMB HowTo | VSIDO
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.