Page 59 of 2348 FirstFirst ... 9495758596061691091595591059 ... LastLast
Results 581 to 590 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #581
    Join Date
    Nov 2006
    Beans
    136

    Re: Post your .conkyrc files w/ screenshots

    I like to see conky at all times.
    Attached Images Attached Images
    Attached Files Attached Files
    Blue Ubuntu forums: http://userstyles.org/styles/2455 | Grey Ubuntu forums: http://userstyles.org/styles/3440 | Black Ubuntu forums: http://userstyles.org/styles/3992
    Windows free since: 6/15/07

  2. #582
    Join Date
    Aug 2007
    Location
    In front of my monitor
    Beans
    133
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by phaedOne View Post
    Heres my latest. A nice and clean one. There are 3 conkys. (Top left, center, and right in screenshot)
    Its calibrated for a 1440x900 display, if thats not you then you're gonna have to play with the
    gap_x/gap_y values.

    The font in the clock is "Impact" get it with:
    Code:
    sudo apt-get install msttcorefonts
    Heres the source PSD for the wallpaper (feel free to use/modify/redistribute)





    Code:
    background yes
    use_xft yes
    xftfont Sans:size=8
    xftalpha 0.8
    update_interval 1
    total_run_times 0
    override_utf8_locale no
    double_buffer yes
    
    own_window yes
    own_window_type override
    own_window_transparent 1
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    draw_shades no
    draw_outline no
    draw_borders no
    uppercase no
    use_spacer yes
    
    alignment top_left
    gap_x 61
    gap_y 34
    minimum_size 150 5
    maximum_width 150
    default_color 000000 
    
    TEXT
    ${font Sans:size=7}Kernel: $kernel
    Code:
    background yes
    use_xft yes
    xftfont Sans:size=7
    xftalpha 0.8
    update_interval 1
    total_run_times 0
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale no
    double_buffer yes
    
    own_window yes
    own_window_type override
    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 21
    gap_y 320
    minimum_size 96 5
    maximum_width 96
    default_color B5B5B5 
    
    TEXT
    
    Load:${alignr}${loadavg 3} ${loadavg 1}
    Batt:${alignr}$battery
    ${color #292929}${hr 1}${color #B5B5B5}
    CPU${alignr}${freq_dyn_g}Ghz
    ${cpu cpu1}% ${cpubar cpu1}
    ${cpu cpu2}% ${cpubar cpu2}
    ${color #292929}${hr 1}${color #B5B5B5}
    Memory ${alignr}$mem
    ${memperc}% $membar
    ${color #292929}${hr 1}${color #B5B5B5}
    Network${alignr}eth1
    ip ${alignr}${addr eth1}
    
    Down ${alignr}${downspeedgraph eth1 13,62 }
    Up ${alignr}${upspeedgraph eth1 11,70 }
    Code:
    background yes
    use_xft yes
    xftfont Dejavu Sans:size=8
    xftalpha 0.5
    update_interval 1
    total_run_times 0
    override_utf8_locale no
    double_buffer yes
    
    own_window yes
    own_window_type override
    own_window_transparent 1
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    draw_shades no
    draw_outline no
    draw_borders no
    uppercase no
    use_spacer yes
    
    alignment top_right
    gap_x 650
    gap_y 440
    minimum_size 125 20
    maximum_width 125
    default_color FFFFFF
    
    TEXT
    ${font Sans:size=7}${time %a -  %B %d, %Y}
    ${font Impact:size=18}${time %I:%M:%S %p}


    Hey, great wallpaper. How did you get that clock in the middle of the wallpaper? Is it a LIVE clock? How did you establish this?

  3. #583
    Join Date
    Jun 2007
    Location
    North London; England
    Beans
    697

    Re: Post your .conkyrc files w/ screenshots

    http://i52.photobucket.com/albums/g2...Screenshot.png

    # UBUNTU-CONKY
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_hints undecorated,below,skip_taskbar
    background no

    # 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.0

    # Minimum size of text area
    minimum_size 400 5

    # Draw shades?
    draw_shades yes

    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no

    uppercase no # set to yes if you want all text to be in uppercase

    # Stippled borders?
    stippled_borders 8

    # border margins
    border_margin 4

    # border width
    border_width 1

    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    default_shade_color black
    default_outline_color white

    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

    # stuff after 'TEXT' will be formatted on screen

    override_utf8_locale no
    xftfont Terminus:size=8
    xftalpha 0.8

    TEXT

    ${offset 240}${color slate grey}${time %a, } ${color }${time %e %B %G}
    ${offset 240}${color slate grey}${time %Z, }${color }${time %H:%M:%S}
    ${offset 240}${color slate grey}UpTime: ${color }$uptime
    ${offset 240}${color slate grey}Kern:${color }$kernel
    ${offset 240}${color slate grey}CPU:${color } $cpu% ${acpitemp}C
    ${offset 240}${cpugraph 20,130 000000 ffffff}
    ${offset 240}${color slate grey}Load: ${color }$loadavg
    ${offset 240}${color slate grey}Processes: ${color }$processes
    ${offset 240}${color slate grey}Running: ${color }$running_processes

    ${offset 240}${color slate grey}Highest CPU:
    ${offset 240}${color #ddaa00} ${top name 1}${top_mem cpu 1}
    ${offset 240}${color lightgrey} ${top name 2}${top cpu 2}
    ${offset 240}${color lightgrey} ${top name 3}${top cpu 3}
    ${offset 240}${color lightgrey} ${top name 4}${top cpu 4}

    ${offset 240}${color slate grey}Highest MEM:
    ${offset 240}${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
    ${offset 240}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
    ${offset 240}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
    ${offset 240}${color lightgrey} ${top_mem name 4}${top_mem mem 4}

    ${offset 240}${color slate grey}MEM: ${color } $memperc% $mem/$memmax
    ${offset 240}${membar 3,100}
    ${offset 240}${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
    ${offset 240}${swapbar 3,100}

    ${offset 240}${color slate grey}ROOT: ${color }${fs_free /}/${fs_size /}
    ${offset 240}${fs_bar 3,100 /}
    ${offset 240}${color slate grey}NET:
    ${offset 240}${color}Up: ${color }${upspeed eth0} k/s
    ${offset 240}${upspeedgraph eth0 20,130 000000 ffffff}
    ${offset 240}${color}Down: ${color }${downspeed eth0}k/s${color}
    ${offset 240}${downspeedgraph eth0 20,130 000000 ffffff}

    Does any one know how to add now playing information from rhythmbox?
    Last edited by markp1989; September 2nd, 2007 at 08:20 PM.

  4. #584
    Join Date
    Dec 2005
    Location
    Kingston, Ontario
    Beans
    1,919
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    September 1, 2007

    http://icedloki.deviantart.com/art/D...01-07-63756798

    Got the script from someone here and modified it a bit. Will link once I find it.

    Code:
    [ LoKe ]: cat conky.sh                                            (08-29 14:07)
    #!/bin/bash
    sleep 1 &&
    conky -d -c ~/conky/conkyrc &&
    sleep 2 &&
    conky -d -c ~/conky/conkyrc_time &&
    sleep 2 &&
    conky -d -c ~/conky/conkyrc_weather &
    exit
    Code:
    [ LoKe ]: cat conkyrc                                             (08-29 14:06)
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,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 no
    
    # Update interval in seconds
    update_interval 1.0
    
    # Minimum size of text area
    # minimum_size 250 5
    
    # Draw shades?
    draw_shades no
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    xftfont HandelGotD:pixelsize=12
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 0
    
    # border width
    border_width 0
    
    # Default colors and also border colors, grey90 == #e5e5e5
    #default_color slate grey
    default_color white
    
    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 5
    gap_y 4
    
    # set to 1 to diable
    cpu_avg_samples 2
    
    # 994F10
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${color #3D738E}CPU0: ${cpu cpu1}%${color #32424F} / ${color #3D738E}CPU1: ${cpu cpu2}%${color #32424F} / ${color #3D738E}RAM: $memperc% ${color #32424F}/${color #3D738E} Disk: ${fs_free_perc /home} % ${color #32424F}
    Code:
    [ LoKe ]: cat conkyrc_time                                        (08-29 14:07)
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,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 no
    
    # Update interval in seconds
    update_interval 1.0
    
    # Minimum size of text area
    # minimum_size 250 5
    
    # Draw shades?
    draw_shades no
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    xftfont HandelGotD:pixelsize=12
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 0
    
    # border width
    border_width 0
    
    # Default colors and also border colors, grey90 == #e5e5e5
    #default_color slate grey
    default_color white
    
    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 5
    gap_y 4
    
    # set to 1 to diable
    cpu_avg_samples 2
    
    # 994F10
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${color #3D738E} Desktop as of ${color #FFFFFF}/ ${time %A, %d %B %Y} /${color #3D738E} ${time %H:%M}
    Code:
    [ LoKe ]: cat conkyrc_weather                                     (08-29 14:08)
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,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 no
    
    # Update interval in seconds
    update_interval 1.0
    
    # Minimum size of text area
    # minimum_size 250 5
    
    # Draw shades?
    draw_shades no
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    xftfont HandelGotD:pixelsize=12
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 0
    
    # border width
    border_width 0
    
    # Default colors and also border colors, grey90 == #e5e5e5
    #default_color slate grey
    default_color white
    
    own_window_colour brown
    own_window_transparent yes
    
    # Text alignment, other possible values are commented
    #alignment top_left
    #alignment top_right
    alignment bottom_right
    #alignment bottom_right
    
    # Gap between borders of screen and text
    gap_x 5
    gap_y 12
    
    # set to 1 to diable
    cpu_avg_samples 2
    
    # 994F10
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${color #3D738E}${execi 300 ~/conky/weather_bool.sh}

  5. #585
    Join Date
    Jul 2007
    Beans
    230
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    Hi guys.

    I'm totally wild about conky but have no idea of how to edit my conky.
    Will someone please help me ?

  6. #586
    Join Date
    May 2007
    Location
    Colorado
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ~LoKe View Post
    September 1, 2007

    http://icedloki.deviantart.com/art/D...01-07-63756798

    Got the script from someone here and modified it a bit. Will link once I find it.
    Very nice.. looks like my setup Minimal is great.. I've added a calendar since then..
    Attached Images Attached Images
    Last edited by walkerk; September 2nd, 2007 at 11:23 PM.

  7. #587
    Join Date
    Jan 2006
    Location
    Philadelphia
    Beans
    4,076
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by czepluch View Post
    Hi guys.

    I'm totally wild about conky but have no idea of how to edit my conky.
    Will someone please help me ?
    erhm... this whole thread is full of people's conky config files. just pick something you like, and start with that.

  8. #588
    Join Date
    Jul 2007
    Beans
    230
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by nanotube View Post
    erhm... this whole thread is full of people's conky config files. just pick something you like, and start with that.
    I've tried to find one that i like now, and i've even tried making one myself, but i just can't find out to make one that has got the things that i want.

    So i would like to have a little help if anyone would do that ?

  9. #589
    Join Date
    Aug 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by czepluch View Post
    I've tried to find one that i like now, and i've even tried making one myself, but i just can't find out to make one that has got the things that i want.

    So i would like to have a little help if anyone would do that ?
    Might help if you explained exactly what you want conky to display, As well as posting the conky.rc your editing.
    Advantages and Disadvantages of 64bit.(Plus install Guides)

    ‘In search of some small measure of peace, that we all seek, and few of us ever find.’

  10. #590
    Join Date
    Jun 2006
    Beans
    215

    Re: Post your .conkyrc files w/ screenshots

    I don't use conky at the moment so I don't have the config files handy (they are backed up though); but here is a screenshot of the last one I was running. 5 Conkies altogether if I remember correctly. I can't remember who wrote the calendar or mail ones but I wrote the RSS, weather and ToDo list myself.

    As you can see, I don't use it for any hardware/resource monitoring.

    Paladine
    Attached Images Attached Images

Page 59 of 2348 FirstFirst ... 9495758596061691091595591059 ... 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
  •