Page 56 of 2348 FirstFirst ... 6465455565758661061565561056 ... LastLast
Results 551 to 560 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #551
    Join Date
    Feb 2007
    Location
    Cincinnati, OH
    Beans
    1,433

    Re: Post your .conkyrc files w/ screenshots

    Anyone recommend a way to have my conky pickup whether I'm on a wired or wifi connection and pending on which my "net work section outputs different info? Are there multiple ways of doing this and will it vary on my method of obtaining my wireless connection? I'll be in the process of browsing through older posts checking conky configs for similar setups, but it may take a while. =p

    I was thinking a if script simply to check
    if eth1 active, output WIFI INFO,
    else output WIRED INFO
    endif
    Last edited by notwen; August 26th, 2007 at 04:39 PM.
    Quote Originally Posted by *snip*
    I love it when people stop trying to help me and I just uninstall ubuntu because of it . . .

  2. #552
    Join Date
    Aug 2007
    Location
    Buenos Aires, Argentina
    Beans
    128
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    ppl, a wanna ask you something.

    the conky widget appears just in one of the four desktops.

    does anyone know which is the command that i have to put to change that?

    thanks.
    Last edited by nest; August 27th, 2007 at 12:16 AM.

  3. #553
    Join Date
    Mar 2007
    Location
    Sweden
    Beans
    Hidden!
    Distro
    Xubuntu

  4. #554
    Join Date
    Apr 2006
    Location
    Miami, FL
    Beans
    19
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by nest View Post
    ppl, a wanna ask you something.

    the conky widget appears just in one of the four desktops.

    does anyone know which is the command that i have to put to change that?

    thanks.
    Make it sticky

  5. #555
    Join Date
    Aug 2007
    Location
    Buenos Aires, Argentina
    Beans
    128
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by phaedOne View Post
    Make it sticky
    its already sticky.

    heres the code.

    Code:
    background yes
    use_xft yes
    xftfont HandelGotD:size=8
    xftalpha 0.1
    update_interval 0.5
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 200 5
    maximum_width 200
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color white
    default_shade_color red
    default_outline_color green
    alignment top_right
    #gap_x 18
    #gap_y 48
    gap_x 18
    gap_y 90
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale no
    use_spacer yes
    
    TEXT
    $sysname $kernel $alignr $machine
    AMD Athlon(tm) 64 X2 Dual Core $alignr${freq_g cpu0}Ghz
    $alignr
    ${cpugraph cpu0 16,200 ffffff ffffff}
    CPU:1  ${cpu cpu1}% ${cpubar cpu1}
    CPU:2  ${cpu cpu2}% ${cpubar cpu2}
    
    MEM $alignc $mem / $memmax $alignr $memperc%
    $membar
    
    /home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
    ${fs_bar /home}
    
    Disk i/o ${diskiograph 16,200} 
    
    Processes 
    $alignr $running_processes Running 
    $alignr $processes Sleeping
    
    Top Processes
    
    CPU $alignr CPU% MEM%
    
    ${top name 1}$alignr${top cpu 1}${top mem 1}
    ${top name 2}$alignr${top cpu 2}${top mem 2}
    ${top name 3}$alignr${top cpu 2}${top mem 3}
    
    MEM $alignr CPU% MEM%
    
    ${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}
    ${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
    ${top_mem name 3}$alignr${top_mem cpu 3}${top_mem mem 3}
    
    IP on eth1 $alignr ${addr eth1}
    
    Down $alignr ${downspeed eth0} kb/s
    ${downspeedgraph eth0}
    Up $alignr ${upspeed eth0} kb/s
    ${upspeedgraph eth0 16,200}

  6. #556
    Join Date
    Jul 2007
    Location
    New Mexico
    Beans
    15
    Distro
    Gutsy Gibbon Testing

    Re: Post your .conkyrc files w/ screenshots

    Here's my config - it was a fairly quick hack, so feel free to make suggestions. I pulled the weather and news scripts from this post on another forum.

    Code:
    # Conky configuration
    # Modified from phaedOne's post at
    # http://ubuntuforums.org/showpost.php?p=3197911&postcount=505
    # Scripts from
    # http://www.suseforums.net/index.php?showtopic=24669
    
    # fork to background
    background yes
    
    # choose font
    use_xft yes
    xftfont Sans:size=9
    xftalpha 0.8
    
    # update every second
    update_interval 1
    
    # run indefinitely
    total_run_times 0
    
    # samples to average
    cpu_avg_samples 2
    net_avg_samples 1
    
    override_utf8_locale no
    
    # window settings
    double_buffer yes
    own_window yes
    own_window_type normal
    own_window_transparent 1
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    uppercase no
    use_spacer yes
    alignment top_right
    gap_x 10
    gap_y 10
    minimum_size 185 5
    maximum_width 185
    default_color D9D9D9
    
    # MPD host/port
    mpd_host mediaslug
    mpd_port 6600
    
    TEXT
    ${color EEEEEE}${font Times:size=12:style=bold}${alignc}${time %d %b %y}, ${time %l:%M %p}
    ${color}${font}CPU${alignr}${loadavg 3} ${loadavg 1}
    ${cpu cpu1}% ${cpubar cpu1}
    
    Memory ${alignr}$mem
    ${memperc}% $membar
    ${alignc}$mpd_artist
    ${alignc}$mpd_title
    $mpd_bar
    ${alignc}$mpd_status
    
    ${execi 1800 /home/yuri/scripts/weather.sh 12570}
    ${execi 300 /home/yuri/scripts/conky-rss.sh}
    Attached Images Attached Images

  7. #557
    Join Date
    Jun 2007
    Location
    Melbourne, Australia
    Beans
    Hidden!
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots


    Code:
    background yes
    use_xft yes
    xftfont HandelGotD:size=8
    xftalpha 0.1
    update_interval 0.5
    total_run_times 0
    # own_window yes
    own_window_type normal
    own_window_transparent yes
    # own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 200 5
    maximum_width 200
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color green
    default_shade_color red
    default_outline_color green
    alignment top_left
    gap_x 18
    gap_y 48
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale no
    use_spacer yes
    
    TEXT
    $nodename's kubuntu
    $sysname $kernel
    ${time %A %B %e, %G}
    ${time %I:%M:%S}${time %p}
    
    CPU:
    temp: ${acpitemp}C
    cpu1: ${cpu cpu1}% ${cpubar cpu1}
    cpu2: ${cpu cpu2}% ${cpubar cpu2}
    top usage:
    ${top name 1}$alignr${top cpu 1}%
    ${top name 2}$alignr${top cpu 2}%
    ${top name 3}$alignr${top cpu 3}%
    
    MEMORY:
    ram: $memperc% $membar
    swap: $swapperc% $swapbar
    top usage:
    ${top_mem name 1}$alignr${top_mem mem 1}%
    ${top_mem name 2}$alignr${top_mem mem 2}%
    ${top_mem name 3}$alignr${top_mem mem 3}%
    
    PARTITIONS:
    / ${fs_used_perc /}% ${fs_bar /}
    /home ${fs_used_perc /home}% ${fs_bar /home}
    
    NETWORK (${addr eth1}):
    downloads:$alignr ${downspeed eth1}kb/s
    uploads:$alignr     ${upspeed eth1} kb/s
    
    WEATHER:
    (insert weather here)
    
    MUSIC:
    (insert xmms controls here)
    
    FORTUNE:
    ${execi 120 fortune -s | fold -w50}
    There's no place like 127.0.0.1
    clitsGallery

  8. #558
    Join Date
    Mar 2007
    Location
    Texas, USA
    Beans
    314
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    Conky in top left showing mpd artist/title, top right showing date/time, bottom left showing miscellaneous, bottom right showing ethernet up/down speed.



    Conkyrc-Miscellaneous
    Conkyrc-Clock
    Conkyrc-MPD
    Conkyrc-eth
    “Man has such a predilection for systems and abstract deductions that he is ready to distort the truth intentionally, he is ready to deny the evidence of his senses only to justify his logic." - Dostoevsky

  9. #559
    Join Date
    Sep 2005
    Location
    Stuttgart, Germany
    Beans
    39

    Re: Post your .conkyrc files w/ screenshots





    Xfce with conky !

    Code:
    background no
    
    use_xft yes
    
    xftfont silkscreen:size=6
    
    xftalpha 0.8
    
    update_interval 3.0
    
    total_run_times 0
    
    own_window yes
    own_window_type normal
    own_window_transparent no
    own_window_colour grey30
    own_window_hints undecorated,sticky,skip_taskbar,skip_pager
    
    double_buffer yes
    
    minimum_size 1400 0
    
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    
    stippled_borders 8
    border_margin 0
    border_width 1
    
    default_color lightgrey
    default_shade_color black
    default_outline_color black
    
    alignment top_left
    
    gap_x 0
    gap_y 0
    
    no_buffers yes
    
    uppercase no
    
    cpu_avg_samples 2
    
    net_avg_samples 2
    
    override_utf8_locale no
    
    use_spacer yes
    
    TEXT
    ${voffset 4}    ${color cyan}RAM$color ${membar 5,70} $mem/$memmax   ${color cyan}Swap$color ${swapbar 5,70} $swap/$swapmax   ${color HotPink}/$color ${fs_bar 5,70 /} ${fs_free /} free   ${color HotPink}/home$color ${fs_bar 5,70 /home} ${fs_free /home} free    ${color LawnGreen}eth0$color ${downspeed eth0} k/s | ${upspeed eth0} k/s   ${color LawnGreen}eth1$color ${downspeed eth1} k/s | ${upspeed eth1} k/s   ${color orange}CPU$color ${ibm_temps 0} ${color orange}GPU$color ${ibm_temps 3} ${color orange}BAT1$color ${ibm_temps 4} ${color orange}BAT2$color ${ibm_temps 6} ${color orange}VOL$color $ibm_volume ${color orange}FAN$color $ibm_fan   ${color MediumPurple1}CPU/IO$color ${voffset -5}${cpugraph 12, 55 cccccc aaaaaa} ${diskiograph 12, 55 cccccc aaaaaa}

  10. #560
    Join Date
    Feb 2007
    Location
    Brampton, Ontario
    Beans
    883

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dngpng View Post




    Xfce with conky !

    Code:
    background no
    
    use_xft yes
    
    xftfont silkscreen:size=6
    
    xftalpha 0.8
    
    update_interval 3.0
    
    total_run_times 0
    
    own_window yes
    own_window_type normal
    own_window_transparent no
    own_window_colour grey30
    own_window_hints undecorated,sticky,skip_taskbar,skip_pager
    
    double_buffer yes
    
    minimum_size 1400 0
    
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    
    stippled_borders 8
    border_margin 0
    border_width 1
    
    default_color lightgrey
    default_shade_color black
    default_outline_color black
    
    alignment top_left
    
    gap_x 0
    gap_y 0
    
    no_buffers yes
    
    uppercase no
    
    cpu_avg_samples 2
    
    net_avg_samples 2
    
    override_utf8_locale no
    
    use_spacer yes
    
    TEXT
    ${voffset 4}    ${color cyan}RAM$color ${membar 5,70} $mem/$memmax   ${color cyan}Swap$color ${swapbar 5,70} $swap/$swapmax   ${color HotPink}/$color ${fs_bar 5,70 /} ${fs_free /} free   ${color HotPink}/home$color ${fs_bar 5,70 /home} ${fs_free /home} free    ${color LawnGreen}eth0$color ${downspeed eth0} k/s | ${upspeed eth0} k/s   ${color LawnGreen}eth1$color ${downspeed eth1} k/s | ${upspeed eth1} k/s   ${color orange}CPU$color ${ibm_temps 0} ${color orange}GPU$color ${ibm_temps 3} ${color orange}BAT1$color ${ibm_temps 4} ${color orange}BAT2$color ${ibm_temps 6} ${color orange}VOL$color $ibm_volume ${color orange}FAN$color $ibm_fan   ${color MediumPurple1}CPU/IO$color ${voffset -5}${cpugraph 12, 55 cccccc aaaaaa} ${diskiograph 12, 55 cccccc aaaaaa}
    What is the desktop calendar you are using? Is that a gDesklet or something? I'd like to give it a try.
    "For those who believe, no explanation is necessary. For those who do not, none will suffice." - Joseph Dunninger

Page 56 of 2348 FirstFirst ... 6465455565758661061565561056 ... 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
  •