Page 69 of 2348 FirstFirst ... 19596768697071791191695691069 ... LastLast
Results 681 to 690 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #681
    Join Date
    Jul 2007
    Beans
    230
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    PurposeOfReason you helped me a lot yesterday, and I'm very happy with it, but I've got these two problems now:

    Conky freezes often and its on top of everything after I've added it to the startup session. .

    Can anyone help me fix these problems ?

    Code:
    # conky config
    # edited by notwen @ efnet
    
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 5x7
    #font 6x10
    #font 7x13
    #font 8x13
    #font 9x15
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    #xftfont Bitstream Vera Sans Mono:size=8
    xftfont Terminus:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # Print everything to console?
    # out_to_console no
    
    # mail spool
    #mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 1.0
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    
    # If own_window is yes, you may use type normal, desktop or override
    own_window_type override
    
    # Use pseudo transparency with own_window?
    own_window_transparent yes
    
    # If own_window_transparent is set to no, you can set the background
    colour here
    #own_window_colour hotpink
    
    # If own_window is yes, these window manager hints may be used
    #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    #minimum_size 130 5
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 5
    
    # border margins
    border_margin 5
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color green
    default_shade_color red
    default_outline_color green
    
    # 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
    # same thing as passing -x at command line
    gap_x 18
    gap_y 48
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale no
    
    
    # Add spaces to keep things from moving about?  This only affects
    certain objects.
    use_spacer yes
    #Note: doesn't work in conky 1.2 =(
    
    TEXT
    $Czepluch
    $sysname $kernel
    ${time %A %B %e, %G}
    ${time %I:%M:%S}${time %p}
    
    CPU:
    temp: ${acpitemp}C
    cpu1: ${cpu cpu1}% ${cpubar cpu1}
    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}
    /media/sda2 ${fs_used_perc /media/sda2}% ${fs_bar /media/sda2}
    
    NETWORK (${addr eth0}):
    downloads:$alignr ${downspeed eth0}kb/s
    uploads:$alignr     ${upspeed eth0} kb/s
    
    WEATHER:
    ${execi 150 /home/czepluch/.local/weather.sh 98374}
    
    MUSIC:
    ${execi 1 ~/.local/amarok.sh artist}
    ${execi 1 ~/.local/amarok.sh title}
    ${execibar 1 ~/.local/amarok.sh progress}
    "${execi 1 ~/.local/amarok.sh album}"
    ${execi 1 ~/.local/amarok.sh year} - ${execi 1 ~/.local/amarok.sh genre}
    
    FORTUNE:
    ${execi 120 fortune -s | fold -w120}

  2. #682
    Join Date
    May 2007
    Location
    Washington
    Beans
    911

    Re: Post your .conkyrc files w/ screenshots

    All I can think of, before I head to class, is you haven't added the dbe part to your xorg.conf file. And right now it's in your top left so it will cover your icons, I'll change that real quick.


    Code:
    # conky config
    # edited by notwen @ efnet
    
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 5x7
    #font 6x10
    #font 7x13
    #font 8x13
    #font 9x15
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    #xftfont Bitstream Vera Sans Mono:size=8
    xftfont Terminus:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # Print everything to console?
    # out_to_console no
    
    # mail spool
    #mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 1.0
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    
    # If own_window is yes, you may use type normal, desktop or override
    own_window_type override
    
    # Use pseudo transparency with own_window?
    own_window_transparent yes
    
    # If own_window_transparent is set to no, you can set the background
    colour here
    #own_window_colour hotpink
    
    # If own_window is yes, these window manager hints may be used
    #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    #minimum_size 130 5
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 5
    
    # border margins
    border_margin 5
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color green
    default_shade_color red
    default_outline_color green
    
    # 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
    # same thing as passing -x at command line
    gap_x 18
    gap_y 48
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale no
    
    
    # Add spaces to keep things from moving about?  This only affects
    certain objects.
    use_spacer yes
    #Note: doesn't work in conky 1.2 =(
    
    TEXT
    $Czepluch
    $sysname $kernel
    ${time %A %B %e, %G}
    ${time %I:%M:%S}${time %p}
    
    CPU:
    temp: ${acpitemp}C
    cpu1: ${cpu cpu1}% ${cpubar cpu1}
    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}
    /media/sda2 ${fs_used_perc /media/sda2}% ${fs_bar /media/sda2}
    
    NETWORK (${addr eth0}):
    downloads:$alignr ${downspeed eth0}kb/s
    uploads:$alignr     ${upspeed eth0} kb/s
    
    WEATHER:
    ${execi 150 /home/czepluch/.local/weather.sh 98374}
    
    MUSIC:
    ${execi 1 ~/.local/amarok.sh artist}
    ${execi 1 ~/.local/amarok.sh title}
    ${execibar 1 ~/.local/amarok.sh progress}
    "${execi 1 ~/.local/amarok.sh album}"
    ${execi 1 ~/.local/amarok.sh year} - ${execi 1 ~/.local/amarok.sh genre}
    
    FORTUNE:
    ${execi 120 fortune -s | fold -w120}

  3. #683
    Join Date
    Jul 2007
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    This is my desktop



    Code:
    # UBUNTU-CONKY
    # A comprehensive conky script, configured for use on
    # Ubuntu / Debian Gnome, without the need for any external scripts.
    #
    # Based on conky-jc and the default .conkyrc.
    # INCLUDES:
    # - tail of /var/log/messages 
    # - netstat connections to your computer
    #
    # -- Pengo (conky@pengo.us)
    #
    
    # 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 200 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
    
    #conky  -x 70 -y 140
    
    TEXT
    
    
    
    ${offset 240}${color white}[${color #00ff00}UnDeAd${color white}] ${color #CCCCCC}@ ${color white}[${color red}$nodename${color white}]:
    ${offset 240}${color #888888}$sysname $kernel ${color #CCCCCC}on ${color #888888}$machine
    ${offset 240}${color #888888}Uptime: $color$uptime
    ${offset 240}${color #888888}${time %A} ${time %e %B %G}                   ${color #00ff00}${time %I:%M:%S}
    
    
    ${offset 240}${color #ffccaa}System:
    
    ${offset 240}${color #888888}cpu: ${color #CCCCCC}${freq} MHz  ${color } $cpu%   ${acpitemp}C
    ${offset 240}${color #888888}load: ${color #CCCCCC}${cpu}%
    ${offset 240}${color #888888}ram: ${color #CCCCCC}$mem${color #888888}/${color #CCCCCC}$memmax ${color #888888}, ${color #CCCCCC}$memperc%
    ${offset 240}${color #888888}avg load: (${color #CCCCCC}$loadavg${color #888888})
    ${offset 240}${color #888888}processes: ${color #CCCCCC}$processes	${color #888888}running: ${color #CCCCCC}$running_processes
    
    ${offset 240}${color #C2C3F3}Battery: $color${battery}
    
    ${offset 240}${color #ffccaa}File Systems:
    
    ${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 #ffccaa}Networking:
    
    ${offset 240}${color #888888}LAN ip address: $color${addr eth0}
    ${offset 240}${color #888888}down: $color${downspeed eth0}k/s
    ${offset 240}${color #888888}up: $color${upspeed eth0}k/s
    
    
    ${offset 240}${color #888888}WiFi ip address: $color${addr eth1}
    ${offset 240}${color #888888}signal: $color${linkstatus eth1}% 
    ${offset 240}${color #888888}down: $color${downspeed eth1}k/s
    ${offset 240}${color #888888}up: $color${upspeed eth1}k/s

    and this is picture....



  4. #684
    Join Date
    Aug 2007
    Beans
    2

    Re: Post your .conkyrc files w/ screenshots

    here's mine:
    Code:
    # UBUNTU-CONKY
    # A comprehensive conky script, configured for use on
    # Ubuntu / Debian Gnome, without the need for any external scripts.
    #
    # Based on conky-jc and the default .conkyrc.
    # INCLUDES:
    # - tail of /var/log/messages
    # - netstat connections to your computer
    #
    # -- Pengo (conky@pengo.us)
    #
    
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # 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 yes
    
    # Xft font when Xft is enabled
    xftfont FreeSans:size=9
    # font DejaVu Sans Book:size=9
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # Update interval in seconds
    update_interval 2.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
    # font
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 9
    
    # border width
    border_width 10
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color feffd7
    
    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 20
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    $color
    ${color FFAF00}SYSTEM ${hr 2}$color
    $nodename running $sysname $kernel on $machine
    Uptime: $uptime
    
    ${color FFAF00}CPU ${hr 2}$color
    Intel Core 2 Duo T7400, 2167 MHz @ ${freq} MHz
    
    cpu0:   ${cpu cpu1}%
    ${cpubar cpu1}$color
    cpu1:   ${cpu cpu2}% 
    ${cpubar cpu2}$color
    ${cpugraph F4B100 feffd7}
    
    ${color FFAF00}MEMORY / DISK ${hr 2}$color
    RAM:   $memperc%  ${membar 6}$color
    Swap:  $swapperc%   ${swapbar 6}$color
    
    Disk I/O:
    ${diskiograph 25 F4B100 feffd7 0}
    
    root:  ${fs_size /}, ${fs_used /} used, ${fs_free /} free
    ${fs_bar 6 /}$color
    
    ${color FFAF00}THERMAL ${hr 2}$color
    CPU: ${ibm_temps 0}°C   HDD: ${ibm_temps 2}°C   GPU: ${ibm_temps 3}°C   Battery: ${ibm_temps 4}°C
    
    ${color FFAF00}ETHERNET (${addr eth0}) ${hr 2}$color
    Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0
    25,140 000000 00ff00}$color
    Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    
    ${color FFAF00}WIRELESS (${addr eth1}) ${hr 2}$color
    Down: $color${downspeed eth1} k/s ${alignr}Up: ${upspeed eth1} k/s
    ${downspeedgraph eth1 25,140 000000 ff0000} ${alignr}${upspeedgraph eth1
    25,140 000000 00ff00}$color
    Total: ${totaldown eth1} ${alignr}Total: ${totalup eth1}
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    
    ${color FFAF00}LOGGING ${hr 2}$color
    ${execi 30 tail -n3 /var/log/messages | fold -w50}
    Attached Images Attached Images

  5. #685
    Join Date
    Jan 2006
    Location
    Newcastle, Australia
    Beans
    68
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    This is my conky currently on my work machine.

    I had to reboot this morning, so my uptime isn't as high as i'd like it to be

    I've made a couple of scripts to get subversion log info, and modified an rss script from the sourceforge page (the hellfire config) to format build results from our Pulse build server (we support 3 versions of our software at a time..).
    Weather script is also from the hellfire conky config.

    Code:
    ##### Conky Config #####
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    #
    # If own_window is yes, you may use type normal, desktop or override
    own_window_type override
    #
    # Use pseudo transparency with own_window?
    own_window_transparent yes
    #
    # If own_window_transparent is set to no, you can set the background colour here
    #own_window_colour hotpink
    #
    # If own_window is yes, these window manager hints may be used
    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
    
    ### Fonts ###
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 7x12
    #font 6x10
    #font 7x13
    #font 8x13
    #font 7x12
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    #font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
    #
    # Use Xft?
    #use_xft no
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono-8
    #xftfont Andale Mono-9
    #xftfont Clean-8
    #xftfont cubicfive10:pixelsize=8
    #xftfont squaredance10:pixelsize=14
    #xftfont swf!t_v02:pixelsize=10
    #
    # Text alpha when using Xft
    xftalpha 1
    
    #font arial
    uppercase no # set to yes if you want all text to be in uppercase
    
    ## ## ## ## ##
    #
    # Update interval in seconds
    update_interval 3.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 around text
    draw_borders no
    
    #
    # Stippled borders?
    stippled_borders 3
    #
    # border margins
    border_margin 9
    #
    # border width
    border_width 10
    #
    #
    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
    #alignment none
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 10
    gap_y 15
    #
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale no
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer yes
    
    # Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
    #max_port_monitor_connections 256
    
    # Maximum number of special things, e.g. fonts, offsets, aligns, etc.
    #max_specials 512
    
    # Maximum size of buffer for user text, i.e. below TEXT line.
    #max_user_text 16384
    
    #####
    # Colors #
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color grey90
    default_shade_color black
    default_outline_color DarkGrey
    ##############
    
    
    # variable is given either in format $variable or in ${variable}. Latter
    # allows characters right after the variable and must be used in network
    # stuff because of an argument
    #
    # Possible variables to be used:
    #
    #      Variable         Arguments                  Description                
    #  acpiacadapter                     ACPI ac adapter state.                   
    #  acpifan                           ACPI fan state                           
    #  acpitemp                          ACPI temperature.                        
    #  adt746xcpu                        CPU temperature from therm_adt746x       
    #  adt746xfan                        Fan speed from therm_adt746x             
    #  battery           (num)           Remaining capasity in ACPI or APM        
    #                                    battery. ACPI battery number can be      
    #                                    given as argument (default is BAT0).     
    #  buffers                           Amount of memory buffered                
    #  cached                            Amount of memory cached                  
    #  color             (color)         Change drawing color to color            
    #  cpu                               CPU usage in percents                    
    #  cpubar            (height)        Bar that shows CPU usage, height is      
    #                                    bar's height in pixels                   
    #  downspeed         net             Download speed in kilobytes              
    #  downspeedf        net             Download speed in kilobytes with one     
    #                                    decimal                                  
    #  exec              shell command   Executes a shell command and displays    
    #                                    the output in torsmo. warning: this      
    #                                    takes a lot more resources than other    
    #                                    variables. I'd recommend coding wanted   
    #                                    behaviour in C and posting a patch :-).  
    #  execi             interval, shell Same as exec but with specific interval. 
    #                    command         Interval can't be less than              
    #                                    update_interval in configuration.        
    #  fs_bar            (height), (fs)  Bar that shows how much space is used on 
    #                                    a file system. height is the height in   
    #                                    pixels. fs is any file on that file      
    #                                    system.                                  
    #  fs_free           (fs)            Free space on a file system available    
    #                                    for users.                               
    #  fs_free_perc      (fs)            Free percentage of space on a file       
    #                                    system available for users.              
    #  fs_size           (fs)            File system size                         
    #  fs_used           (fs)            File system used space                   
    #  hr                (height)        Horizontal line, height is the height in 
    #                                    pixels                                   
    #  i2c               (dev), type, n  I2C sensor from sysfs (Linux 2.6). dev   
    #                                    may be omitted if you have only one I2C  
    #                                    device. type is either in (or vol)       
    #                                    meaning voltage, fan meaning fan or temp 
    #                                    meaning temperature. n is number of the  
    #                                    sensor. See /sys/bus/i2c/devices/ on     
    #                                    your local computer.                     
    #  kernel                            Kernel version                           
    #  loadavg           (1), (2), (3)   System load average, 1 is for past 1     
    #                                    minute, 2 for past 5 minutes and 3 for   
    #                                    past 15 minutes.                         
    #  machine                           Machine, i686 for example                
    #  mails                             Mail count in mail spool. You can use    
    #                                    program like fetchmail to get mails from 
    #                                    some server using your favourite         
    #                                    protocol. See also new_mails.            
    #  mem                               Amount of memory in use                  
    #  membar            (height)        Bar that shows amount of memory in use   
    #  memmax                            Total amount of memory                   
    #  memperc                           Percentage of memory in use              
    #  new_mails                         Unread mail count in mail spool.         
    #  nodename                          Hostname                                 
    #  outlinecolor      (color)         Change outline color                     
    #  pre_exec          shell command   Executes a shell command one time before 
    #                                    torsmo displays anything and puts output 
    #                                    as text.                                 
    #  processes                         Total processes (sleeping and running)   
    #  running_processes                 Running processes (not sleeping),        
    #                                    requires Linux 2.6                       
    #  shadecolor        (color)         Change shading color                     
    #  stippled_hr       (space),        Stippled (dashed) horizontal line        
    #                    (height)        
    #  swapbar           (height)        Bar that shows amount of swap in use     
    #  swap                              Amount of swap in use                    
    #  swapmax                           Total amount of swap                     
    #  swapperc                          Percentage of swap in use                
    #  sysname                           System name, Linux for example           
    #  time              (format)        Local time, see man strftime to get more 
    #                                    information about format                 
    #  totaldown         net             Total download, overflows at 4 GB on     
    #                                    Linux with 32-bit arch and there doesn't 
    #                                    seem to be a way to know how many times  
    #                                    it has already done that before torsmo   
    #                                    has started.                             
    #  totalup           net             Total upload, this one too, may overflow 
    #  updates                           Number of updates (for debugging)        
    #  upspeed           net             Upload speed in kilobytes                
    #  upspeedf          net             Upload speed in kilobytes with one       
    #                                    decimal                                  
    #  uptime                            Uptime                                   
    #  uptime_short                      Uptime in a shorter format               
    #
    #  seti_prog                         Seti@home current progress
    #  seti_progbar      (height)        Seti@home current progress bar
    #  seti_credit                       Seti@hoome total user credit
    
    ##########
    ## Extras
    ####################
    # variable is given either in format $variable or in ${variable}. Latter
    # allows characters right after the variable and must be used in network
    # stuff because of an argument
    #${font Dungeon:style=Bold:pixelsize=10}I can change the font as well
    #${font Verdana:size=10}as many times as I choose
    #${font Perry:size=10}Including UTF-8,
    #${font Luxi Mono:size=10}justo como este texto que o google traduz fêz o português
    #${font Grunge:size=12}${time %a  %b  %d}${alignr -25}${time %k:%M}
    
    #${color}Newcastle: ${color green}${execi 1800 /home/wdampney/etc/conky/yahoo-weather.sh ASXX0083 C }
    
    #${color #5b6dad}Fox News Latest Headlines:
    #${color #7f8ed3}${execi 300 /home/wdampney/etc/conky/hellfire/conky-rss.sh http://www.foxnews.com/xmlfeed/rss/0,4313,0,00.rss 5 2}
    
    #${font Arial:size=12}${time %a  %b  %d}${alignr -25}${time %k:%M}$font
    #${font Arial:size=10}${color orange}SYSTEM ${hr 2}$color$font
    ####################
    
    # stuff after 'TEXT' will be formatted on screen
    #
    TEXT
    $color
    ${color orange}SYSTEM ${hr 2}${color}
    ${font style=Bold:size=14}${color #e5e500}$nodename ${alignr}[${color green}${uptime}${color}${color #e5e500}]${color}${font}
    $sysname ${alignr} $kernel ($machine) 
    ${color orange}CPU ${hr 2}$color
    ${freq}MHz   Load: ${loadavg}   Temp: ${acpitemp}
    ${color red}$cpubar${color}
    ${cpugraph ffaaaa ff0000}
    ${color #98c2c7}NAME             PID       CPU%      MEM%${color}
    ${color #e5e5e5} ${top name 1} ${top pid 1}   ${top cpu 1}    ${top mem 1}${color}
    ${color #c4c4c4} ${top name 2} ${top pid 2}   ${top cpu 2}    ${top mem 2}${color}
    ${color #a3a3a3} ${top name 3} ${top pid 3}   ${top cpu 3}    ${top mem 3}${color}
    ${color #828282} ${top name 4} ${top pid 4}   ${top cpu 4}    ${top mem 4}${color}
    ${color #98c2c7}Mem Usage
    ${color #e5e5e5} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
    ${color #c4c4c4} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
    ${color #a3a3a3} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
    ${color #828282} ${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
    
    ${color orange}MEMORY / DISK ${hr 2}$color
    RAM:   ${color yellow}$memperc${color}%   ${color lightblue}${membar 6}$color
    Swap:  ${color yellow}$swapperc${color}%   ${color lightblue}${swapbar 6}$color
    #
    Root:    ${color lightblue}${fs_free /}${color}  ${color yellow}${fs_free_perc /}${color}% ${color lightgreen}${fs_bar 6 /}${color} 
    OSshare: ${color lightblue}${fs_free /media/sda5}${color} ${color yellow}${fs_free_perc /media/sda5}${color}% ${color lightgreen}${fs_bar 6 /media/sda5}${color}
    Win2k:   ${color lightblue}${fs_free /media/sda2}${color}  ${color yellow}${fs_free_perc /media/sda2}${color}% ${color lightgreen}${fs_bar 6 /media/sda2}${color}
    #
    ${color orange}NETWORK (${addr eth0}) ${hr 2}$color
    Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,140 ffaaaa ff0000} ${alignr}${upspeedgraph eth0 25,140 aaffaa 00ff00}$color
    Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    
    ${color orange}WEATHER ${hr 2}${color}
    ${execi 1800 /home/wdampney/etc/conky/hellfire/weather/weather.sh ASXX0083}
    
    ${color orange}PULSE ${hr 2}${color}
    ${execi 300 /home/wdampney/etc/conky/pulse-rss.sh http://pulse:8080/rss.action 10 1}
    
    ${color orange}SUBVERSION ${hr 2}${color}
    ${color #98c2c7}es (trunk) ${hr 2}${color}
    ${execi 120 /home/wdampney/etc/conky/conky-svn.sh /media/sda5/Projects/awp/i-services/ 3}
    ${color #98c2c7}es506 ${hr 2}${color}
    ${execi 180 /home/wdampney/etc/conky/conky-svn.sh /media/sda5/Projects/506//i-services/ 3}
    ${color #98c2c7}es505 ${hr 2}${color}
    ${execi 180 /home/wdampney/etc/conky/conky-svn.sh /media/sda5/Projects/505/ 3}
    
    ${color orange}FORTUNE ${hr 2}$color
    ${execi 120 fortune -s | fold -s -w50}
    Attached Images Attached Images

  6. #686
    Join Date
    Feb 2007
    Location
    Chandigarh, India.
    Beans
    43
    Distro
    Ubuntu 13.04 Raring Ringtail

    Talking Re: Post your .conkyrc files w/ screenshots

    c00L conky scripts!
    Thanks guys!
    Blog: http://terminaltwister.com
    "******* is there to keep Idiots away from Linux!" - Anonymous

  7. #687
    Join Date
    Apr 2006
    Location
    Upstate NY
    Beans
    796
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ~LoKe View Post
    i love the look of this on a dark theme, but when trying to apply the exact code (plan on making my own little modifications) nothing appears on screen. must be something moronic i'm doing, but half an hour of scratching my head over something that's probably obvious is starting to wear thin suggestions anyone?

  8. #688
    Join Date
    May 2007
    Location
    Washington
    Beans
    911

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by n3tfury View Post
    i love the look of this on a dark theme, but when trying to apply the exact code (plan on making my own little modifications) nothing appears on screen. must be something moronic i'm doing, but half an hour of scratching my head over something that's probably obvious is starting to wear thin suggestions anyone?
    Post your terminal output. As in, start conky in the terminal and post what happens.

  9. #689
    Join Date
    Apr 2006
    Location
    Upstate NY
    Beans
    796
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by PurposeOfReason View Post
    Post your terminal output. As in, start conky in the terminal and post what happens.
    learning something new everyday thx, i fixed it

    Code:
    Conky: can't open '/sys/bus/i2c/devices/9191-0290/temp2_input': No such file or directory

  10. #690
    Join Date
    May 2007
    Location
    Washington
    Beans
    911

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by n3tfury View Post
    learning something new everyday thx, i fixed it

    Code:
    Conky: can't open '/sys/bus/i2c/devices/9191-0290/temp2_input': No such file or directory
    So it's all good? The thing you posted is the temperature line. You need to do some lm-sensors work for that. Just remove that line and it'll give you a "clean" start.

Page 69 of 2348 FirstFirst ... 19596768697071791191695691069 ... 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
  •