Page 437 of 2348 FirstFirst ... 3373874274354364374384394474875379371437 ... LastLast
Results 4,361 to 4,370 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #4361
    Join Date
    Oct 2007
    Location
    MidWest USA
    Beans
    94
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Nessa View Post
    Running Intrepid. Same configuration worked flawlessly in Heron. TIA.
    Is your conky running at start up? I know I have seen at least one post where they had to make it wait until after the rest of the environment loads.

    I didn't upgrade to Intrepid, so I don't know if I can be of ANY help.

    I did throw your config into my conky, and other than missing fonts, I can confirm that it works perfectly with transparency and no outline.
    Attached Images Attached Images
    "Your router is like your gatekeeper, and you are a ****** lord if you don't know your castle gates are open." -zarquad

  2. #4362
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by slinkey1981 View Post
    I am having a really hard time getting custom fonts enabled, can anyone point me in the right direction?

    Also, could someone explain how I can get my download speed and total downloaded inside of the graph that shows bandwidth? I was trying ${voffset } with a value but it just seemed to break my conky from that point down. I put the area in question in Bold print.

    Also, (as long as I am here) what's the easiest/best way to display a 24hr clock instead of 12?
    1-im not sure, but i never use font's name with extension. I had problem too with this, normaly i open other program, like gedit and in its preferences i look for the custom font and copy his name

    2- it's with voffset, maybe dont try enough:
    Whis this code:
    Code:
    ${color gray}Local IP:${color white}${alignr}${addr eth0}
    ${downspeedgraph eth0 35,145 FF9933 33FF99} ${alignr}${upspeedgraph eth0 35,145 FF9933 CC3300} 
    ${voffset -35}${color grey}Down:${color white}${downspeedf eth0}Kbps${color grey}${alignr}Up:${color white}${upspeedf eth0}Kbps${color grey}
    ${color grey}Down: ${color white}${totaldown eth0} ${color grey}${alignr}Up: ${color white}${totalup eth0}
    ${color grey}$hr
    you have this, i think you want:

    3- I see you are using /sbin/hwclock, is better use conky built-in variable time, see man strftime in a terminal, for example with

    ${time %H:%M} you had hour in 24h format
    ${time %I:%M} you had hour in 12h format
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

  3. #4363
    Join Date
    Jun 2007
    Location
    Durian Central
    Beans
    502
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by slinkey1981 View Post
    Is your conky running at start up? I know I have seen at least one post where they had to make it wait until after the rest of the environment loads.

    I didn't upgrade to Intrepid, so I don't know if I can be of ANY help.

    I did throw your config into my conky, and other than missing fonts, I can confirm that it works perfectly with transparency and no outline.
    Yes, it does run at start up. Weird thing is that it works fine when I use my upgraded Intrepid. The background/shadow appear when I use my fresh install of Intrepid.
    [AMD AthlonX2 4000,Emaxx MCP61S-AVL,2GB Geil,7300GT 512MB,160GB]
    [Toshiba Satellite A505-S6965,Core2 P7350 2.0GHz,4GB RAM,200GB HDD]
    [Sony Vaio VGN-CR35G,Core2 T8100 2.10GHz,2GB RAM,200GB HDD]

  4. #4364
    Join Date
    Apr 2008
    Beans
    332

    Re: Post your .conkyrc files w/ screenshots

    Here is my latest. Filled with Offsets and Goto's.
    Code:
    #background yes
    font freesans:size=8
    xftfont freesans:size=8
    use_xft yes
    #easy
    xftalpha 1
    update_interval 5.0
    own_window yes
    own_window_type override
    own_window_transparent yes
    #own_window_colour 212121
    double_buffer yes
    draw_shades no
    minimum_size 725 5
    maximum_width 725
    color0 ffffff
    color1 919191
    color2 757575
    color3 5D5D5D
    color4 424242
    color5 3C3C3C
    color6 353B57
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color grey90
    default_outline_color DarkGrey
    #alignment top_left
    #alignment top_right
    alignment bottom_left
    #alignment bottom_right 
    gap_x 6
    gap_y 8
    no_buffers yes
    uppercase no
    # stuff after 'TEXT' will be formatted on screen
    
    #Black Border ${cpubar cpu8 5, 191}
    #Black Boxes ${fs_bar 3,135 /monkey}
    TEXT
    ${color1}${font freesans:size=10}Carbondale, IL
     ${color6}${font freesans:size=7}${execi 3600 python conkyforecast.py --location=USIL0185 --datatype=CC --startday=0}$font
    ${font freesans:style=Bold:size=36}${color1}${execi 3600 python conkyforecast.py --location=USIL0185 --datatype=HT -i -u}$font
    
     ${color1}${execi 3600 python conkyforecast.py --location=USIL0185 --datatype=DW --startday=1 -w} ${color6}${execi 3600 python conkyforecast.py --location=USIL0185 --datatype=HT --startday=1 -i -u}/${execi 3600 python conkyforecast.py --location=USIL0185 --datatype=LT --startday=1 -i -u}    ${color1}${execi 3600 python conkyforecast.py --location=USIL0185 --datatype=DW --startday=2 -w} ${color6}${execi 3600 python conkyforecast.py --location=USIL0185 --datatype=HT --startday=2 -i -u}/${execi 3600 python conkyforecast.py --location=USIL0185 --datatype=LT --startday=2 -i -u}    ${color1}${execi 3600 python conkyforecast.py --location=USIL0185 --datatype=DW --startday=3 -w} ${color6}${execi 3600 python conkyforecast.py --location=USIL0185 --datatype=HT --startday=3 -i -u}/${execi 3600 python conkyforecast.py --location=USIL0185 --datatype=LT --startday=3 -i -u}
    
    ${color1}${upspeed eth0}k/s${goto 95}${color1}${execi 300 vnstat | grep "today" | awk '{print $5 $6}'}
    ${voffset -17}
    ${color black}${fs_bar 15,135 /monkey}
    ${voffset -36}
    ${color5}${upspeedgraph eth0 15,135}
    ${voffset -18}
    ${color black}${fs_bar 15,135 /monkey}
    ${voffset -36}
    ${color5}${downspeedgraph eth0 15,135}
    ${voffset -15}
    ${color1}${downspeed eth0}k/s${goto 85}${color1}${execi 300 vnstat | grep "today" | awk '{print $2 $3}'}
    ${voffset -82}
    
    ${goto 145}${color1}${fs_used}${goto 235}${fs_free}$font
    ${voffset -17}
    ${goto 145}${color black}${fs_bar 3,135 /monkey}
    ${goto 145}${voffset -24}
    ${goto 145}${color5}${fs_bar 3,135}$color
    ${goto 145}${voffset -24}
    ${goto 145}${color black}${cpubar cpu8 3, 135}
    ${voffset -11}
    ${goto 145}${color1}${processes}${goto 255}${freq_g}
    ${voffset -17}
    ${goto 145}${color black}${fs_bar 3, 135 /monkey}
    ${goto 145}${voffset -24}
    ${goto 145}${color5}${cpubar 3,135}$color
    ${goto 145}${voffset -24}
    ${goto 145}${color black}${cpubar cpu8 3, 135}
    ${voffset -11}
    ${goto 145}${color1}${mem}${goto 240}${memmax}
    ${voffset -17}
    ${goto 145}${color black}${fs_bar 3,135 /monkey}
    ${goto 145}${voffset -24}
    ${goto 145}${color5}${membar 3,135}$color
    ${goto 145}${voffset -24}
    ${goto 145}${color black}${cpubar cpu8 3, 135}
    ${voffset -75}
    ${goto 290}${color black}${fs_bar 55,135 /monkey}
    ${goto 290}${voffset -76}
    ${goto 290}${color5}${cpugraph 55,135}
    ${goto 290}${voffset -67}
    ${goto 290} ${color1}${top name 1}${goto 395}${top cpu 1} 
    ${goto 290} ${color1}${top name 2}${goto 395}${top cpu 2} 
    ${goto 290} ${color1}${top name 3}${goto 395}${top cpu 3} 
    ${goto 290} ${color1}${top name 4}${goto 395}${top cpu 4} 
    ${voffset -69}
    ${goto 435}${color black}${fs_bar 55,135 /monkey}
    ${goto 435}${voffset -76}
    ${goto 435}${color5}${memgraph 55,135}
    ${goto 435}${voffset -67}
    ${goto 435} ${color1}${top_mem name 1}${goto 540}${top_mem mem 1} 
    ${goto 435} ${color1}${top_mem name 2}${goto 540}${top_mem mem 2} 
    ${goto 435} ${color1}${top_mem name 3}${goto 540}${top_mem mem 3} 
    ${goto 435} ${color1}${top_mem name 4}${goto 540}${top_mem mem 4} 
    ${voffset -77}
    
    ${goto 580}${color1}Lauren:$alignr${execi 30 python ~/scripts/lauren.py} 
    ${goto 580}${color1}Lost:$alignr${execi 30 python ~/scripts/lost.py} 
    
    ${voffset -4}
    ${goto 580}$font${color1} GMail:$alignr${color6}${texeci 150 perl ~/scripts/gmail.pl n} ${color1}new
    Last edited by easybake; November 5th, 2008 at 08:44 PM.
    I have a strong hatred of KDE

  5. #4365
    Join Date
    Apr 2007
    Location
    Morrisville, NY
    Beans
    2,153

    Re: Post your .conkyrc files w/ screenshots

    I'd never even heard of conky until now. I've seen it before but wasn't sure precisely what it was named - thought you just had to configure system monitor somehow. Thank you all!

  6. #4366
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by strAlan View Post
    I'd never even heard of conky until now. I've seen it before but wasn't sure precisely what it was named - thought you just had to configure system monitor somehow. Thank you all!
    Welcome to the wonderful world of conky.
    aka: tweak it 'til your desktop is full.

    So when do we see your first attempt?

    If you don't know how to set it up, see my sig for a HowTo

    Have a nice day.
    Bruce

  7. #4367
    Join Date
    Feb 2007
    Beans
    13

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by JohnSearle View Post
    @gkokaisel

    Where did you get the 'pizzadude' font you used?

    - John

    You can get the font here, along with a great tutorial for a pretty cool conky setup

    http://vness.wordpress.com/2008/06/0...rdy-heron-804/

  8. #4368
    Join Date
    Feb 2007
    Beans
    13

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Nessa View Post
    Yes, it does run at start up. Weird thing is that it works fine when I use my upgraded Intrepid. The background/shadow appear when I use my fresh install of Intrepid.
    It is because of Compiz settings...

    Go to CompizConfig settings manager, then to Windows Decoration and under shadow windows type any -conky. That will keep shadows for windows with the exception of conky.

  9. #4369
    Join Date
    Feb 2007
    Beans
    13

    Re: Post your .conkyrc files w/ screenshots

    slinkey1981


    with respect to your question on displaying 12 hour time...

    ${time %I:%M %P}

  10. #4370
    Join Date
    Oct 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by anxiousdog View Post
    Did anyone ever find a fix for this? I have the same error:

    Code:
    sh: Su: not found

    This is my code:

    Code:
    ${color1}${font Mono:size=8}${pre_exec cal -3 | cut -c23-64 | sed 's/^/   /' }
    ${voffset -78}${color1}${font Bitstream Vera Sans Mono:size=8}${execpi 60 DKV=`date +%_d`; cal | sed '1d' | sed '1e' | sed '/./!d' | sed 's/^/   /' | sed 's/$/ /' | fold -w 24 | sed -n '/^.\{21\}/p' | sed /" $DKV "/s/" $DKV "/" "'${color2}'"$DKV"'${color1}'" "/}$font$color
    I read through about 100 posts and never quite saw a fix...
    the answer was just 4 pages later!>>>
    http://ubuntuforums.org/showpost.php...postcount=4225
    i know the response was fairly quick , but this thread just flies, so tough to find a reply!

    and ,what bruce has suggested to u is the solution...

Page 437 of 2348 FirstFirst ... 3373874274354364374384394474875379371437 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •