Results 1 to 10 of 23480

Thread: Post your .conkyrc files w/ screenshots

Threaded View

  1. #11
    Join Date
    Dec 2007
    Beans
    16
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Code:
     #avoid flicker
    
    double_buffer yes
    
    
    
    #own window to run simultanious 2 or more conkys
    
    own_window  yes
    
    own_window_transparent no
    
    own_window_type normal
    
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager 
    
    
    
    #borders
    
    draw_borders no
    
    border_margin 1
    
    
    
    #shades
    
    draw_shades no
    
    
    
    #position
    
    gap_x 6
    
    gap_y 6
    
    alignment top_left
    
    
    
    #behaviour
    
    update_interval 1
    
    
    
    #colour
    
    default_color  9f907d
    
    
    
    #default_shade_color 000000
    
    own_window_colour 3d352a
    
    
    
    #font
    
    use_xft yes
    
    xftfont bauhaus:pixelsize=11
    
    
    
    #to prevent window from moving
    
    use_spacer no
    
    minimum_size 1262 0
    
    
    
    #mpd
    
    mpd_host localhost
    
    mpd_port 6600
    
    
    #D7D3C5
    
    TEXT
    
    ${alignc}Kernel: ${color D7D3C5}$kernel   |  ${time %d %B} ${color D7D3C5}${time  %H:%M}  |  ${color} Up: ${color D7D3C5}${uptime_short}   |   ${color}Processes: ${color D7D3C5}$processes  ${color}Running: ${color D7D3C5}$running_processes   |  ${color}Cpu: ${color D7D3C5}${cpu}%   ${color} ${color D7D3C5}|   ${color }Mem: ${color D7D3C5}$mem/$memmax - $memperc% ${color} ${color D7D3C5} |   ${color }Net: ${color D7D3C5}${font}${downspeed ath0} Kb/s ${color}  ${color D7D3C5} ${totaldown ath0} down   |   ${color D7D3C5}${upspeed ath0} Kb/s ${color} ${color D7D3C5}${totalup ath0} up |
    
    ${alignc} ${color} Home: ${color D7D3C5}${fs_free /home}  / ${fs_size /home}  - ${fs_free_perc /home}%  |  ${color}Email: ${color D7D3C5}${execi 300 python ~/scripts/gmail.py} ${color D7D3C5}   | ${color} Weather: ${color D7D3C5} ${execi 1800 weatherget -f ~/scripts/.conkyweatherrc --station-id=USVA0294 --standard }  |
    got mine from http://www.gnome-look.org/content/sh...?content=58555
    Attached Images Attached Images

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
  •