Page 2193 of 2348 FirstFirst ... 1193169320932143218321912192219321942195220322432293 ... LastLast
Results 21,921 to 21,930 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21921
    Join Date
    Aug 2011
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    My conky setup initially created with conky-colors. Then heavily modified to suit my needs. Hopefully some will find this useful.

    Code:
    ######################
    # - Conky settings - #
    ######################
    update_interval 2
    total_run_times 0
    net_avg_samples 1
    cpu_avg_samples 1
    if_up_strictness link
    
    imlib_cache_size 0
    double_buffer yes
    no_buffers yes
    
    format_human_readable
    
    #####################
    # - Text settings - #
    #####################
    use_xft yes
    xftfont Ubuntu:size=11
    override_utf8_locale yes
    text_buffer_size 2048
    
    #############################
    # - Window specifications - #
    #############################
    own_window_class Conky
    own_window yes
    own_window_argb_visual yes
    own_window_argb_value 0
    own_window_type desktop
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    short_units yes
    #show_graph_range yes
    #show_graph_scale yes
    temperature_unit fahrenheit
    
    alignment top_right
    gap_x 10
    gap_y 10
    minimum_size 240 560
    maximum_width 240
    
    default_bar_size 60 8
    
    #########################
    # - Graphics settings - #
    #########################
    draw_shades no
    
    default_color cccccc
    
    color0 ffffff
    color1 fdff2b
    color2 fdff2b
    color3 ffffff
    
    TEXT
    ${font Ubuntu:style=Bold:size=11}SYSTEM $stippled_hr${font}
    ##############
    # - SYSTEM - #
    ##############
    ${color0}${font Poky:size=14}S${font}${color}${goto 32}${voffset -8}Kernel:  ${alignr}${color2}${kernel}${color}
    ${goto 32}Uptime: ${alignr}${color2}${uptime}${color}
    # |--CPU
    ${goto 32}CPUTEMP: ${font Ubuntu:style=Bold:size=11}${color1}${execpi 5 sensors -f | grep CPUTIN | awk '{print $2}' | cut -c2-3}°F
    ${voffset 2}${offset 2}${color0}${font Poky:size=14}P${font}${offset -19}${voffset 9}${offset 1}${cpubar cpu0 4,18}${color}${voffset -16}${goto 32}CPU1: ${font Ubuntu:style=Bold:size=11}${color1}${cpu cpu1}%${font} ${alignr}${font Ubuntu:style=Bold:size=11}${color1}${execi 30 sensors -f | grep 'Core 0' | awk '{print $3}' | sed 's/+//' | sed 's/\.0//g'}${color}${font}  ${color2}${cpugraph cpu1 15,125 ff0000 0000ff}${color}
    ${goto 32}CPU2: ${font Ubuntu:style=Bold:size=11}${color1}${cpu cpu2}%${font} ${alignr}${font Ubuntu:style=Bold:size=11}${color1}${execi 30 sensors -f | grep 'Core 1' | awk '{print $3}' | sed 's/+//' | sed 's/\.0//g'}${color}${font}  ${color2}${cpugraph cpu2 15,125 ff0000 0000ff}${color}
    ${goto 32}CPU3: ${font Ubuntu:style=Bold:size=11}${color1}${cpu cpu3}%${font} ${alignr}${font Ubuntu:style=Bold:size=11}${color1}${execi 30 sensors -f | grep 'Core 2' | awk '{print $3}' | sed 's/+//' | sed 's/\.0//g'}${color}${font}  ${color2}${cpugraph cpu3 15,125 ff0000 0000ff}${color}
    ${goto 32}CPU4: ${font Ubuntu:style=Bold:size=11}${color1}${cpu cpu4}%${font} ${alignr}${font Ubuntu:style=Bold:size=11}${color1}${execi 30 sensors -f | grep 'Core 3' | awk '{print $3}' | sed 's/+//' | sed 's/\.0//g'}${color}${font}  ${color2}${cpugraph cpu4 15,125 ff0000 0000ff}${color}
    # |--fan
    ${goto 32}CPUFAN: ${font Ubuntu:style=Bold:size=11}${color1}${execpi 5 sensors | grep fan2 | awk '{print $2}'}RPM
    # |--MEM
    ${voffset 2}${offset 1}${color0}${font Poky:size=14}M${font}${color}${goto 32}${voffset -7}RAM: ${font Ubuntu:style=Bold:size=11}${color1}$memperc%${color}${font}
    ${voffset 1}${offset 1}${voffset 2}${color0}${membar 4,18}${color}${goto 32}${voffset -2}F: ${font Ubuntu:style=Bold:size=11}${color2}${memeasyfree}${color}${font} U: ${font Ubuntu:style=Bold:size=11}${color2}${mem}${color}${font}
    # |--SWAP
    ${voffset 4}${offset 1}${color0}${font Poky:size=11}s${font}${color}${voffset -4}${goto 32}SWAP: ${font Ubuntu:style=Bold:size=11}${color1}${swapperc}%${color}${font}
    ${voffset 2}${offset 1}${color0}${swapbar 4,18}${color}${voffset -2}${goto 32}F: ${font Ubuntu:style=Bold:size=11}${color2}$swapmax${color}${font} U: ${font Ubuntu:style=Bold:size=11}${color2}$swap${color}${font}
    # |--PROC
    ${voffset 2}${voffset 1}${color0}${font Poky:size=14}a${font}${color}${goto 32}${voffset -10}Processes: ${color2}${alignr 13}CPU${alignr}RAM${color}
    ${voffset -1}${goto 42}${color2}${top name 1}${color}${font Ubuntu:style=Bold:size=11}${color1} ${alignr 13}${top cpu 1}${alignr }${top mem 1}${color}${font}
    ${voffset -1}${goto 42}${color2}${top name 2}${color}${font Ubuntu:style=Bold:size=11}${color1} ${alignr 13}${top cpu 2}${alignr }${top mem 2}${color}${font}
    ${voffset -1}${goto 42}${color2}${top name 3}${color}${font Ubuntu:style=Bold:size=11}${color1} ${alignr 13}${top cpu 3}${alignr }${top mem 3}${color}${font}
    ${voffset -1}${goto 42}${color2}${top name 4}${color}${font Ubuntu:style=Bold:size=11}${color1} ${alignr 13}${top cpu 4}${alignr }${top mem 4}${color}${font}
    #############
    # - CLOCK - #
    #############
    ${font Digital Readout Thick Upright:size=40}${goto 22}${color2}${time %k}${voffset -9}:${voffset 9}${time %M}${goto 130}${color2}${voffset -14}${font Digital Readout Thick Upright:size=24}${goto 130}${color2}${time %d}${font Digital Readout Thick Upright:size=11}${voffset 14}${goto 130}${color2}${time %m}${goto 144}${color2}${time %y}${font}
    ################
    # - CALENDAR - #
    ################
    ${voffset 4}${color cccccc}${font Ubuntu:style=Bold:size=11}DATE $stippled_hr${font}
    ${voffset -2}${color0}${font Poky:size=16}D${font}${voffset -8}${font Ubuntu:style=Bold:size=7}${offset -17}${voffset 4}${time %d}${font}${color}${voffset -1}${font Monospace:size=7}${execpi 300 DJS=`date +%_d`; cal -h |sed '2,8!d'| sed '/./!d' | sed 's/^/${goto 42} /'| sed 's/$/ /' | sed 's/^/ /' | sed /" $DJS "/s/" $DJS "/" "'${font Arial:style=Bold:size=11}${voffset -2}${offset -4}${color1} '"$DJS"'${color}${font Monospace:size=7}'" "/}${voffset -1}
    ${voffset -22}
    ##############
    # - NVIDIA - #
    ##############
    ${voffset 4}${font Ubuntu:style=Bold:size=11}NVIDIA $stippled_hr${font}
    ${color0}${voffset -4}${font Poky:size=17}N${font}${color}${goto 32}${voffset -8}GPU Temp:${alignr}${font Ubuntu:style=Bold:size=11}${color1} ${execi 10 nvidia-settings -q GPUCoreTemp | awk '{if (NR==2) {print ($4*9)/5+32}}'}°F ${color1}${font}
    ${goto 32}${color}GPU Clock:${alignr}${font Ubuntu:style=Bold:size=11}${color1} ${exec nvidia-settings -q GPU2DClockFreqs -t}${font}${color}MHz
    ${goto 32}Video RAM:${alignr}${font Ubuntu:style=Bold:size=11}${color1} ${exec nvidia-settings -q VideoRam -t}${font}${color}KiB
    ${goto 32}Driver Version:${alignr}${font Ubuntu:style=Bold:size=11}${color1} ${exec nvidia-settings -q NvidiaDriverVersion -t}${font}${color}
    ##########
    # - HD - #
    ##########
    ${voffset 4}${font Ubuntu:style=Bold:size=11}HD $stippled_hr${font}
    # |--HDTEMP1
    ${voffset 4}${color}${font Weather:size=15}y${font}${color}${voffset -8}${goto 32}/dev/sda: ${font Ubuntu:style=Bold:size=11}${color1}${execi 120 hddtemp /dev/sda -n --unit=F}°F${color}${font}
    # |--HDTEMP2
    ${goto 32}/dev/sdb: ${font Ubuntu:style=Bold:size=11}${color1}${execi 120 hddtemp /dev/sdb -n --unit=F}°F${color}${font}
    ${execpi 30 /usr/share/conkycolors/bin/conkyHD1}
    ###############
    # - NETWORK - #
    ###############
    ${voffset -4}${font Ubuntu:style=Bold:size=11}NETWORK $stippled_hr${font}
    # |--WLAN0
    ${if_up wlan0}
    ${voffset -5}${color0}${font Webdings:size=17}”${font}${color}${goto 32}${voffset -5}Up: ${font Ubuntu:style=Bold:size=11}${color1}${upspeed wlan0}${color}${font} ${alignr}${color2}${upspeedgraph wlan0 8,60 ff0000 0000ff}${color}
    ${goto 32}Total: ${font Ubuntu:style=Bold:size=11}${color2}${totalup wlan0}${color}${font}
    ${voffset 2}${color0}${font Webdings:size=17}“${font}${color}${goto 32}${voffset -5}Down: ${font Ubuntu:style=Bold:size=11}${color1}${downspeed wlan0}${color}${font} ${alignr}${color2}${downspeedgraph wlan0 8,60 ff0000 0000ff}${color}
    ${goto 32}Total: ${font Ubuntu:style=Bold:size=11}${color2}${totaldown wlan0}${color}${font}
    ${voffset 2}${color0}${font Poky:size=14}Y${font}${color}${goto 32}${voffset -2}Signal: ${font Ubuntu:style=Bold:size=11}${color1}${wireless_link_qual_perc wlan0}%${color}${font} ${alignr}${color2}${wireless_link_bar 8,60 wlan0}${color}
    ${voffset 2}${color0}${font Webdings:size=16}¬${font}${color}${goto 32}${voffset -8}Local IP: ${alignr}${color2}${addr wlan0}${color}
    ${goto 32}Public IP: ${alignr}${color2}${execi 10800 /usr/share/conkycolors/bin/conkyIp}${color}
    # |--ETH0
    ${else}${if_up eth0}
    ${voffset -5}${color0}${font Webdings:size=17}”${font}${color}${goto 32}${voffset -5}Up: ${font Ubuntu:style=Bold:size=11}${color1}${upspeed eth0}${color}${font}
    ${goto 32}Total: ${font Ubuntu:style=Bold:size=11}${color2}${totalup eth0}${color}${font}
    ${alignr}${color2}${upspeedgraph eth0 50,220 ff0000 0000ff}${color}
    ${voffset 2}${color0}${font Webdings:size=17}“${font}${color}${goto 32}${voffset -5}Down: ${font Ubuntu:style=Bold:size=11}${color1}${downspeed eth0}${color}${font}
    ${goto 32}Total: ${font Ubuntu:style=Bold:size=11}${color2}${totaldown eth0}${color}${font} 
    ${alignr}${color2}${downspeedgraph eth0 50,220 ff0000 0000ff}${color}
    ${voffset 2}${color0}${font Webdings:size=16}¬${font}${color}${goto 32}${voffset -4}Local IP: ${alignr}${color2}${addr eth0}${color}
    #${goto 32}Public IP: ${alignr}${color2}${execi 10800 /usr/share/conkycolors/bin/conkyIp}${color}
    # |--PPP0
    ${else}${if_up ppp0}
    ${voffset -5}${color0}${font Webdings:size=17}”${font}${color}${goto 32}${voffset -5}Up: ${font Ubuntu:style=Bold:size=11}${color1}${upspeed ppp0}${color}${font} ${alignr}${color2}${upspeedgraph ppp0 8,60 ff0000 0000ff}${color}
    ${goto 32}Total: ${font Ubuntu:style=Bold:size=11}${color2}${totalup ppp0}${color}${font}
    ${voffset 2}${color0}${font Webdings:size=17}“${font}${color}${goto 32}${voffset -5}Down: ${font Ubuntu:style=Bold:size=11}${color1}${downspeed ppp0}${color}${font} ${alignr}${color2}${downspeedgraph ppp0 8,60 ff0000 0000ff}${color}
    ${goto 32}Total: ${font Ubuntu:style=Bold:size=11}${color2}${totaldown ppp0}${color}${font}
    ${voffset 2}${color0}${font Webdings:size=16}¬${font}${color}${goto 32}${voffset -4}Local IP: ${alignr}${color2}${addr ppp0}${color}
    ${else}${voffset 4}${offset 4}${color0}${font Wingdings:size=20}N${font}${color}${voffset -6}${goto 32}Network Unavailable${voffset 14}${endif}${endif}${endif}
    Attached Images Attached Images

  2. #21922
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by m79b01 View Post
    My conky setup initially created with conky-colors. Then heavily modified to suit my needs. Hopefully some will find this useful.
    Interesting, I grabbed your code for a few new things for me to look at (your calendar for one) and leave a tip for you.

    Your NVIDIA section - you can drop most of your $exec calls, 'nvidia' is a native conky command now.
    • ${nvidia threshold} - The threshold temperature at which the gpu slows down
    • ${nvidia temp} - Gives the gpu current temperature
    • ${nvidia ambient} - Gives current air temperature near GPU case
    • ${nvidia gpufreq} - Gives the current gpu frequency
    • ${nvidia memfreq} - Gives the current mem frequency
    • ${nvidia imagequality} - Which imagequality should be chosen by OpenGL applications

  3. #21923
    Join Date
    May 2013
    Location
    United States
    Beans
    30
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Post your .conkyrc files w/ screenshots

    Okay so I've been tooling around with conky, life's been easier with the screen ruler! I didn't even know it existed till 2 days ago. Anywho I setup a base for a conky I'm hoping some of you guys can help me with making it awesome with input with ideas, and suggestions. I was thinking about adding icons to it, and maybe even a lua, also a little weather applet right under the processes. Feel free to add or do whatever you need, I leave net up/down speeds and totals out just because

    Here's the conky config file
    Code:
    #avoid flicker
    double_buffer yes
    
    #own window to run simultanious 2 or more conkys
    own_window  no
    own_window_transparent yes
    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 
    gap_y 0
    alignment top_middle
    
    #behaviour
    update_interval 1
    
    #colour
    default_color orange
    #default_shade_color 000000
    own_window_colour 222222
    
    #font
    use_xft yes
    xftfont DejaVu Serif Book:pixelsize=9
    
    #to prevent window from moving
    use_spacer none
    minimum_size 1280 0
    
    #mpd
    mpd_host localhost
    mpd_port 6600
    
    TEXT 
    
    
    
    
    ################################################################################################################################ 
    ${font Ubuntu:size=8}Kernel: ${kernel} ${color slate grey}Core1: $color${cpu cpu1}% - ${freq_g (1)} GHz / ${exec sensors | grep "Core 0" | cut --bytes=14-21} ${color slate grey}Core2: $color${cpu cpu2}% - ${freq_g (2)} GHz / ${exec sensors | grep "Core 1" | cut --bytes=14-21} ${color slate grey}RAM:$color $mem/$memmax - $memperc% ${color slate grey}Swap:$color $swap/$swapmax - $swapperc% ${color slate grey}HDD / $color${fs_used}/${fs_size} ${color slate grey}Used: $color${fs_used_perc /}% ${color slate grey}Free: $color${fs_free_perc /}% ${fs_bar 6}
    ${offset 1050}${font Ubuntu:size=8}PROCESSES ${hr 1} 
    ${offset 1050}${color slate grey}Name $alignr PID CPU% MEM% 
    ${offset 1050}$color${top name 1} $alignr$color ${top pid 1} ${top cpu 1}% ${top mem 1}% 
    ${offset 1050}$color${top name 2} $alignr$color ${top pid 2} ${top cpu 2}% ${top mem 2}% 
    ${offset 1050}$color${top name 3} $alignr$color ${top pid 3} ${top cpu 3}% ${top mem 3}% 
    ${offset 1050}$color${top name 4} $alignr$color ${top pid 4} ${top cpu 4}% ${top mem 4}% 
    ${offset 1050}$color${top name 5} $alignr$color ${top pid 5} ${top cpu 5}% ${top mem 5}% 
    ${offset 1050}$color${top name 6} $alignr$color ${top pid 6} ${top cpu 6}% ${top mem 6}% 
    ${offset 1050}$color${top name 7} $alignr$color ${top pid 7} ${top cpu 7}% ${top mem 7}% 
    ${offset 1050}$color${top name 8} $alignr$color ${top pid 8} ${top cpu 8}% ${top mem 8}% 
    ${offset 1050}$color${top name 9} $alignr$color ${top pid 9} ${top cpu 9}% ${top mem 9}%

    Screenshot from 2013-05-16 15:43:39.jpg
    Last edited by Nolix; May 17th, 2013 at 01:03 AM.

  4. #21924
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Nolix View Post
    ... I'm hoping some of you guys can help me making it awesome with input with ideas...
    Looks like you have a good start on your Conky.

    Kinda hard to advise how you should proceed with your Conky, it best to look around at other people's designs and try to incorporate the ideas you like into your design. If you have a specific idea that you want to incorporate, try to read up on how to do it; and if you get stuck, post here and someone will usually happily assist as long as you put some effort into trying to solve the problem yourself first.

    This thread is full of good ideas and Sector11 has some great links in his signature to get some inspiration. The more you play around with it, the more you'll get to know what you really want. The HOWTO: VinDSL thread is also a great place to get started with advancing your scripts.

    Here's my latest design, done almost entirely with native Conky commands (except a small PHP script to get my pithos music to appear in my Conky)...

    Screenshot - 05162013 - 06:46:00 PM.png
    Last edited by Petro Dawg; May 17th, 2013 at 01:37 AM.
    Who's Awesome? You're Awesome.

  5. #21925
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Petro Dawg View Post
    Here's my latest design, done almost entirely with native Conky commands (except a small PHP script to get my pithos music to appear in my Conky)...

    Screenshot - 05162013 - 06:46:00 PM.png
    Love that conky ... just love it ...

    Is that a Final Fantasy character sitting on your "Xubuntu 12.04" - screen isn't big enough for these tired old eyes.

  6. #21926
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    Love that conky ... just love it ...

    Is that a Final Fantasy character sitting on your "Xubuntu 12.04" - screen isn't big enough for these tired old eyes.
    Thanks, here's a closer look at the girl keeping my Conky in check.

    oerba-yun-fang.jpg

    I spent many an hour deciding between fang.pngand 9-vivi-c.png.

    The girl won out (as usual).
    Last edited by Petro Dawg; May 17th, 2013 at 02:14 AM.
    Who's Awesome? You're Awesome.

  7. #21927
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Does anyone have an idea why my Conky doesn't appear to be returning the correct number of running processes. I'm using Xubuntu 12.10 and Linux kernel 3.5.0-30-generic and running Conky 1.9.0.

    I checked it using
    Code:
    top
    in terminal and the total processes appears to always be correct but the running processes is nearly always incorrect (usually just reads 0).

    Screenshot - 05162013 - 08:39:54 PM.png


    My "relevant" Conky code is:

    Code:
    #conky performance settings
      update_interval 3.0
      total_run_times 0
      cpu_avg_samples 4
      no_buffers yes
      double_buffer yes
      override_utf8_locale yes
      max_specials 1024
      text_buffer_size 1024
      max_user_text 32768
    
    
    #overall position of conky window
      alignment middle_right
      gap_x 13
      gap_y 0
      minimum_size 300 145
      maximum_width 145
    
    
    #overall appearance of conky window
      own_window yes
      own_window_type override
      own_window_transparent yes
      own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
      draw_borders no
    
    
    #default text apperance
      use_xft yes
      xftalpha 0.9
      xftfont Alfios:size=10
      default_color aliceblue #beige #bisque #white 
      draw_shades no
      draw_outline no
      default_shade_color black
      default_outline_color black
      uppercase no
    
    TEXT
    
    Processes Running:${alignr}${running_processes}/${processes}
    Could it be a buffer issue?
    Last edited by Petro Dawg; May 17th, 2013 at 02:57 AM.
    Who's Awesome? You're Awesome.

  8. #21928
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Petro Dawg View Post
    Does anyone have an idea why my Conky doesn't appear to be returning the correct number of running processes. I'm using Xubuntu 12.10 and Linux kernel 3.5.0-30-generic and running Conky 1.9.0.

    I checked it using
    Code:
    top
    in terminal and the total processes appears to always be correct but the running processes is nearly always incorrect (usually just reads 0).

    Could it be a buffer issue?
    A nice three post thread with a possible answer.

    Lets face it - Confucius say, "Man with two watches never sure of correct time!"

    top and htop are not tha same ...

    Is the glass half full or half empty?


    Did you find the image or create the complete fang sitting?

  9. #21929
    Join Date
    Oct 2010
    Location
    The United States
    Beans
    843
    Distro
    Ubuntu

    Question Re: Post your .conkyrc files w/ screenshots

    Hi Guys,

    I have a script pulling down my Google tasks.
    Then I wrote a script using sed to get the information from the task file into a nice format that works with kaivalagi's text template.


    Everything works well unless Conky (the text script I think) decides my list is too long. Then tasks are either cut off all together or odd unrelated letters appear on the screen.


    If I pull the text template and just put the text up in the Conky's default color, then all the entries display correctly.


    I really want the multicolor functionality though, because it makes things so much easier to read.

    So my question is: Has anyone else had this problem? and what is the best solution to get formatted text that updated automatically to display in Conky?


    Ideas?
    Thank you,
    GG -----------

  10. #21930
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by GrouchyGaijin View Post
    Ideas?
    Before or after?


Page 2193 of 2348 FirstFirst ... 1193169320932143218321912192219321942195220322432293 ... 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
  •