Page 291 of 2348 FirstFirst ... 1912412812892902912922933013413917911291 ... LastLast
Results 2,901 to 2,910 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #2901
    Join Date
    Feb 2008
    Location
    N of Bruce W of Kaivalagi
    Beans
    185
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    happy to help!

    Hippy
    hippyrandall.com | This is the first age that's paid much attention to the future, which is alittle ironic since we may not have one. -- Arthur Clarke

  2. #2902
    Join Date
    Feb 2007
    Beans
    521
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    By the way, if anyone has Conky running with xcompmgr, please post your conkyrc. If I start xcompmgr, the conkies have shadows (minor issue) and don't repaint correctly (huge major issue). Thanks.
    make install - not war!

    Oh hai!

  3. #2903
    Join Date
    Feb 2008
    Location
    N of Bruce W of Kaivalagi
    Beans
    185
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    I use compiz and it works fine for me.
    here's mine:

    Code:
    # set to yes if you want Conky to be forked in the background
    background no
    
    cpu_avg_samples 2
    net_avg_samples 2
    
    out_to_console no
    
    # 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 yes
    
    # Xft font when Xft is enabled
    xftfont Megadeth:size=10
    
    own_window_transparent yes
    #own_window_colour hotpink
    # Text alpha when using Xft
    xftalpha 0.8
    
    #on_bottom yes
    
    # mail spool
    #mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 2
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent yes
    own_window_colour 343434
    own_window_hints undecorated,below,skip_taskbar,sticky
    own_window_type override
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 250 800
    maximum_width 250
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders no
    
    # border margins
    border_margin 1
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color white
    
    # Text alignment, other possible values are commented
    #alignment top_left
    #minimum_size 10 10
    gap_x 1
    gap_y 28
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer right
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # none, xmms, bmp, audacious, infopipe (default is none)
    #xmms_player bmp
    
    # boinc (seti) dir
    # seti_dir /opt/seti
    
    text_buffer_size 1024 # use 1024 for the forecast
    
    # 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
    
    
    # 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
    #as many times as I choose
    #${font Perry:size=10}Including UTF-8,
    # stuff after 'TEXT' will be formatted on screen
    #${alignc}${font openlogos:size=24}v${font
    
    
    TEXT
    
    
    ${color #735f5f}${alignc}${font Megadeth:bold:size=18}U${font}ptime:${color 5b4b4b} $uptime${font}
    ${font Megadeth:bold:size=18}${color 5b4b4b}T${font}emps${color #735f5f}$hr 2 ${font} 
    
    ${color #735f5f}Core0 Temp: ${color 5b4b4b}${alignr}${execi 5 sensors |grep Core0 |cut -c15-16}°C
    ${color #735f5f}Core1 Temp: ${color 5b4b4b}${alignr}${execi 5 sensors |grep Core1 |cut -c15-16}°C
    ${color #735f5f}GPU Temp:$alignr${color 5b4b4b} ${execi 5 nvidia-settings -q gpucoretemp |grep Attribute |cut -c41-42}°C${font}
    
    ${font Megadeth:bold:size=18}${color 5b4b4b}B${font}attery${font}${color #735f5f}$hr 2
    
    ${color #735f5f}Battery/AC: ${alignr}${color 5b4b4b}$battery
    ${color #735f5f}${battery_bar 5}${color #735f5f}
    Time Left: ${alignr}${color 5b4b4b}$battery_time
    
    ${font Megadeth:bold:size24}${color 5b4b4b}CPU${font}${color #735f5f}$hr 2
    
    ${color #735f5f}Core0:${color 5b4b4b} ${cpu cpu1}% ${cpubar cpu1}${font}
    ${color #735f5f}Core1:${color 5b4b4b} ${cpu cpu2}% ${cpubar cpu2}${font}
    ${color #735f5f}Processes:${color 5b4b4b} $processes${font}  ${color #735f5f}${alignr}Running:${color 5b4b4b}$running_processes${font}
    ${color #735f5f}RAM:${color 5b4b4b}${alignr} $mem/$memmax - $memperc% ${font}${alignr}${color #735f5f}
    ${color #735f5f}SWP:${color 5b4b4b}${alignr} $swap/$swapmax - $swapperc% ${font}${alignr}${color #735f5f}
    
    ${font Megadeth:bold:size=18}${color 5b4b4b}D${font}isks${font}${color #735f5f}$hr 2
    
    ${color #735f5f}HD I/O: ${color 5b4b4b}${alignr}${diskio}
    ${color #735f5f}Hard Disks:
    ${color #735f5f} Root ${alignr}${color 5b4b4b}Used: ${fs_used /}${font}/Total: ${fs_size /}${color #735f5f}${font}
    ${color #735f5f} Home ${alignr}${color 5b4b4b}Used: ${fs_used /home}${font}/Total: ${fs_size /home}${font} 
    
    ${color 5b4b4b}CPU/MEM${color #735f5f}$hr 2
    
    ${color #735f5f}CPU Usage $alignr CPU% MEM%
    ${color 5b4b4b} ${top name 1} $alignr${top cpu 1} ${top mem 1}
    ${color #735f5f} ${top name 2} $alignr${top cpu 2} ${top mem 2}
    ${color #735f5f} ${top name 3} $alignr${top cpu 3} ${top mem 3}${font}
    
    ${color #735f5f}Mem Usage
    ${color 5b4b4b} ${top_mem name 1} $alignr${top_mem cpu 1} ${top_mem mem 1}
    ${color #735f5f} ${top_mem name 2} $alignr${top_mem cpu 2} ${top_mem mem 2}
    ${color #735f5f} ${top_mem name 3} $alignr${top_mem cpu 3} ${top_mem mem 3}${font}
    
    ${font Megadeth:bold:size=18}${color 5b4b4b}N${font}etwork${font}${color #735f5f}$hr 2
    
    ${color #735f5f}Public IP: $alignr${color 5b4b4b}${execi 3600 wget -O - http://whatismyip.org/ | tail}${font}
    ${color #735f5f}${if_up wlan0}Wireless Mode: ${color 5b4b4b}$alignr${wireless_mode wlan0}
    ${color #735f5f}Wireless Rate:${alignr}${color 5b4b4b} ${wireless_bitrate wlan0}
    ${color #735f5f}Link Quality: ${alignr}${color 5b4b4b}${wireless_link_qual_perc wlan0}%
    ${color #735f5f}IP Address:$alignr${addr wlan0} 
    ${color #735f5f}Associated With:${color 5b4b4b} $alignr${wireless_essid wlan0}
     Down:${color #8844ee} ${downspeed wlan0} k/s${color 5b4b4b} ${offset 80}Up:${color #22ccff} ${upspeed wlan0} k/s
    ${color #000000}${downspeedgraph wlan0 32,110 004089 735f5f} ${color #000000}${upspeedgraph wlan0 32,110 004089 735f5f} 
    ${color #735f5f}${else}Wired IP Address: $alignr${color 5b4b4b}${addr eth0}
     Down:${color #8844ee} ${downspeed eth0} k/s${color 5b4b4b} ${offset 80}Up:${color #22ccff} ${upspeed eth0} k/s
    ${color #000000}${downspeedgraph eth0 32,110 004089 735f5f} ${color #000000}${upspeedgraph eth0 32,110 004089 735f5f}${endif}
    ${color #735f5f}${font Megadeth:bold:size=30}${time %e}${font}${font Megadeth:bold:size=10}${color #735f5f}${voffset -17}${time %A, }${time %B} ${time %G}
    hippyrandall.com | This is the first age that's paid much attention to the future, which is alittle ironic since we may not have one. -- Arthur Clarke

  4. #2904
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: Post your .conkyrc files w/ screenshots

    this work fine for me:

    own_window yes
    own_window_transparent yes
    own_window_type desktop
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

    with own_window_type override its cool with border, but for me it crash once an hour with issues you comment
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

  5. #2905
    Join Date
    Feb 2007
    Beans
    521
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by jjgomera View Post
    this work fine for me:

    own_window yes
    own_window_transparent yes
    own_window_type desktop
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

    with own_window_type override its cool with border, but for me it crash once an hour with issues you comment
    Thanks. I managed to run conky and xcompmgr, albeit no shadows. But then I found out something i had forgotten - scrolling in Firefox with xcompmgr on sucks on my laptop.
    make install - not war!

    Oh hai!

  6. #2906
    Join Date
    Jul 2008
    Beans
    2

    Re: Post your .conkyrc files w/ screenshots

    Finally decided to install 64-bit Ubuntu on my desktop. Have no idea why conky can't detect my acpi temperature.

    Code:
    double_buffer yes
    no_buffers yes
    own_window yes
    own_window_transparent no
    own_window_type normal
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager
    
    border_margin 1
    draw_shades no
    gap_x 1
    gap_y 1
    alignment top_left
    update_interval 1
    
    default_color D6D6D6
    own_window_colour 202020
    
    use_xft yes
    xftfont Sans:pixelsize=10
    
    use_spacer no
    minimum_size 1278 10
    
    # ${offset -22}
    TEXT
    ${voffset -1} Pentium D @ ${color eb1263}${font}${freq}MHz  ${color}TEMP: ${color eb1263}${font}${acpitemp}C ${color 292929} | ${color}CPU: ${color e04613}${font}${cpu}% ${color 292929} ${color}PROC: ${color e04613}${font}${processes}${color}  ${color}LOAD: ${color e04613}${font}${loadavg} ${color 292929} | ${color}RAM: ${color e2cc5d}${font}${mem} / ${memmax}  ${color}SWAP: ${color e2cc5d}${font}${swap} / ${swapmax} ${color 292929} | ${color}UPTIME: ${color 8D41CC}${font}${uptime_short} ${color 292929} | ${color}DOWN: ${color 96c855}${font}${downspeed eth0} ${color}KB/s  ${color 96c855}${font}${totaldown eth0} ${color}Downloaded ${color 292929} | ${color}UP: ${color e6191e}${upspeed eth0} ${color}KB/s  ${color e6191e}${font}${totalup eth0} ${color}Uploaded ${color 292929} | ${color}/ - ${color 0679b8}${font}${fs_free_perc /}% ${color}/home - ${color 0679b8}${font}${fs_free_perc /home}% ${color 292929}
    Last edited by animetal; July 16th, 2008 at 03:23 AM.

  7. #2907
    Join Date
    Dec 2007
    Beans
    560

    Re: Post your .conkyrc files w/ screenshots

    can conky use truetype fonts? I'd really like to get conky to use the ubuntu-title font, any help?

    thanks

  8. #2908
    Join Date
    Jun 2007
    Location
    Colorado, USA
    Beans
    892
    Distro
    Lubuntu 20.04 Focal Fossa

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by chris4585 View Post
    can conky use truetype fonts? I'd really like to get conky to use the ubuntu-title font, any help?
    yes - see my lines for the font in my .conkyrc - particularly:
    (I have the line for the ubuntu-title font commented out)
    Code:
    use_xft yes
    xftalpha 0.8
    # xftfont Ubuntu\-Title:style=Book:size=10
    xftfont LCD:style=NormalMod:size=10
    my full "main" .conkyrc
    Code:
    alignment top_right
    background no
    border_margin 10
    # border_width 2
    cpu_avg_samples 2
    default_color grey58 
    default_outline_color white
    default_shade_color black
    double_buffer yes
    draw_borders no
    draw_graph_borders yes
    draw_outline no
    draw_shades yes
    gap_x 6
    gap_y 32 
    maximum_width 160
    max_port_monitor_connections 64
    minimum_size 160 10
    net_avg_samples 2
    no_buffers yes
    # own_window_colour grey8
    own_window_transparent yes
    # own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    # own_window_type desktop
    own_window_type override
    own_window yes
    update_interval 2
    uppercase no
    use_spacer yes
    use_xft yes
    xftalpha 0.8
    # xftfont Ubuntu\-Title:style=Book:size=10
    xftfont LCD:style=NormalMod:size=10
    
    TEXT
    ${color #E0E0E0}$nodename ${alignc}${color #E0E0E0}${time %l:%M:%p}
    ${color #E0E0E0}Uptime: ${color #1E90FF}$uptime 
    ${color #E0E0E0}Load: ${color #1E90FF}$loadavg
    
    ${color #E0E0E0}CPU Temp: ${color #FF0000}${acpitemp}${color #E0E0E0}Celsius
    ${color #E0E0E0}CPU %: ${color #1E90FF}${cpu}% ${color #1E90FF}${cpubar 5,60} 
     ${color #E0E0E0}${cpugraph 0 16,140 707070 8B0000}   
    ${color #E0E0E0}Disk I/O: ${color #1E90FF}${diskio}
     ${color #E0E0E0}${diskiograph 16,140 707070 0000FF 750}
    
    ${color #E0E0E0}RAM Usage:$color $mem${color #E0E0E0}/${color}$memmax 
    ${color #E0E0E0}RAM %: ${color #1E90FF}${memperc}% ${color #1E90FF}${membar 5,60}
    
    ${color #E0E0E0}Swap:$color $swap${color #E0E0E0}/${color}$swapmax
    ${color #E0E0E0}Swap %: ${color #1E90FF}${swapperc}% ${color #1E90FF}${swapbar 5,60}
    
    ${color #E0E0E0}Net Down: ${color #1E90FF}${downspeed ath0} k/s      
     ${color #E0E0E0}${downspeedgraph ath0 16,140 707070 00FF00} 
    ${color #E0E0E0}Net Up: ${color #1E90FF}${upspeed ath0} k/s
     ${color #E0E0E0}${upspeedgraph ath0 16,140 707070 00FF00}
    
    ${color #E0E0E0}File systems:
     ${color #E0E0E0}/    $color${fs_used /}/${fs_size /}
     ${color #1E90FF}${fs_bar 4,80 /}
     ${color #E0E0E0}~/   $color${fs_used /home}/${fs_size /home}
     ${color #1E90FF}${fs_bar 4,80 /home}
     ${color #E0E0E0}/data $color${fs_used /data}/${fs_size /data}
     ${color #1E90FF}${fs_bar 4,80 /data}
    
    ${color #E0E0E0}Procs: ${color #1E90FF}$processes ${color #E0E0E0}Run: ${color #1E90FF}$running_processes
    ${alignc}${color #E0E0E0}PID   CPU%   MEM%
    $color${top name 1}
    ${alignc}${color #1E90FF}${top pid 1} ${top cpu 1} ${top mem 1}
    $color${top name 2}
    ${alignc}${color #1E90FF}${top pid 1} ${top cpu 2} ${top mem 2}
    $color${top name 3}
    ${alignc}${color #1E90FF}${top pid 1} ${top cpu 3} ${top mem 3}
    
    ${color #E0E0E0}Memory Usage:
    $color ${top_mem name 1} 
    ${alignc}${color #1E90FF}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
    $color ${top_mem name 2} 
    ${alignc}${color #1E90FF}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
    $color ${top_mem name 3} 
    ${alignc}${color #1E90FF}${top_mem pid 2} ${top_mem cpu 3} ${top_mem mem 3}
    my "weather" .conkyrc
    Code:
    alignment top_left
    background no
    border_margin 10
    border_width 2
    # color0 grey88
    # color1 grey76
    default_color grey58 
    # default_color DodgerBlue1
    default_outline_color white
    default_shade_color black
    double_buffer yes
    draw_borders yes
    draw_shades yes
    gap_x 54
    gap_y 64 
    no_buffers yes
    own_window_transparent yes
    # own_window_type desktop
    own_window_type override
    own_window yes
    update_interval 2
    uppercase no
    use_spacer yes
    use_xft yes
    xftalpha 0.8
    # xftfont Ubuntu\-Title:style=Book:size=10
    xftfont LCD:style=NormalMod:size=10
    
    
    TEXT
    ${alignc}${color grey88} Current Weather
    $color ${hr} 
    ${color grey76}${execi 60 ~/.conky/weather/weather.sh USCO0105}
    note - I got the name I put in there by listing the fonts installed in a text file by running:
    Code:
    fc-list > installed_fonts.txt
    Attached Images Attached Images
    HP G71 Notebook - 2.20 GHz Intel Core2Duo T6600 - 4GB DDR2 - Intel GMA 4500MHD - Atheros AR9285 802.11b/g/n WiFi Adapter
    Be aware of what you enter into the terminal. Ask for clarification if you are unsure what a command does.

  9. #2909
    Join Date
    Jun 2007
    Beans
    49

    Re: Post your .conkyrc files w/ screenshots

    --
    Last edited by tromort; October 31st, 2010 at 08:11 PM.

  10. #2910
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by tromort View Post
    feel free to edit/use it.
    I can't, I don't have the wallpaper.

    .... now if I had it ....

    Have a nice day.
    Bruce

Page 291 of 2348 FirstFirst ... 1912412812892902912922933013413917911291 ... 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
  •