Page 2290 of 2348 FirstFirst ... 129017902190224022802288228922902291229223002340 ... LastLast
Results 22,891 to 22,900 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #22891
    Join Date
    Aug 2014
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by childintime View Post
    PCI (sysfs)
    Takes a little while to run.

    Code:
    @Trusty:~$ sudo lshw -c video
      *-display               
           description: VGA compatible controller
           product: GF116 [GeForce GTX 550 Ti]
           vendor: NVIDIA Corporation
           physical id: 0
           bus info: pci@0000:01:00.0
           version: a1
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
           configuration: driver=nvidia latency=0
           resources: irq:45 memory:f8000000-f9ffffff memory:d0000000-d7ffffff memory:dc000000-dfffffff ioport:ef00(size=128) memory:d8000000-d807ffff

  2. #22892
    Join Date
    Nov 2013
    Beans
    179

    Re: Post your .conkyrc files w/ screenshots

    Ooops, my bad

    Code:
    mosquito@mosquito-K56CB ~ sudo lshw -c video 
      *-display               
           description: 3D controller
           product: GK107M [GeForce GT 740M]
           vendor: NVIDIA Corporation
           physical id: 0
           bus info: pci@0000:01:00.0
           version: a1
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress bus_master cap_list rom
           configuration: driver=nouveau latency=0
           resources: irq:48 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:f7000000-f707ffff
      *-display
           description: VGA compatible controller
           product: 3rd Gen Core processor Graphics Controller
           vendor: Intel Corporation
           physical id: 2
           bus info: pci@0000:00:02.0
           version: 09
           width: 64 bits
           clock: 33MHz
           capabilities: msi pm vga_controller bus_master cap_list rom
           configuration: driver=i915 latency=0
           resources: irq:47 memory:f7400000-f77fffff memory:d0000000-dfffffff ioport:f000(size=64)

  3. #22893
    Join Date
    Aug 2014
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    Ok, graphics aren't my strong point as I have only used desktop PCs with
    nvidia cards that just work.
    Don't really understand laptop graphics where you have both an intel and nvidia display section.

    Perhaps make a post in the harware section to get a clarification of
    what the output of sudo lshw -c video means and what driver is actually in use.
    You may just need to install nvidia-settings but I don't want to mess up your gfx as you say you had difficulties
    and you don't appear to be using the proprietary nvidia driver.

    Back to conky ....you need to be running the nvidia driver with nvidia-settings installed to get
    output from the conky code you posted.
    Last edited by CantankRus; August 15th, 2014 at 08:30 PM.

  4. #22894
    Join Date
    Nov 2013
    Beans
    179

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by CantankRus View Post
    Ok, graphics aren't my strong point as I have only used desktop PCs with
    nvidia cards that just work.
    Don't really understand laptop graphics where you have both an intel and nvidia display section.

    Perhaps make a post in the harware section to get a clarification of
    what the output of sudo lshw -c video means and what driver is actually in use.
    You may just need to install nvidia-settings but I don't want to mess up your gfx as you say you had difficulties.

    Back to conky ....you need to be running the nvidia driver with nvidia-settings installed to get
    output from the conky code you posted.
    Thanks sir. I'll search myself some more, and maybe someone answer here, if not I'll make a post in HW section as you said, I am not in a hurry

    P.s. 2nd. intel driver is for HD4000 integrated chip of CPU probably.

  5. #22895
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,200
    Distro
    Ubuntu Budgie Development Release

    Re: Post your .conkyrc files w/ screenshots

    Work in progress , weather based on conky_harmattan. computer (home build) CPU and GPU models manually added.


    Code:
    # Conky settings #
    background no
    update_interval 1
    double_buffer yes
    no_buffers yes
    imlib_cache_size 10
    
    # Window specifications #
    gap_x 950
    gap_y 310
    
    minimum_size 268 900
    maximum_width 268
    own_window yes
    own_window_type panel  # other options are: override/dock/desktop/panel
    own_window_transparent yes
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
    border_inner_margin 0
    border_outer_margin 0
    #alignment top_right
    #own_window_argb_visual yes
    #own_window_argb_value 0
    
    # Graphics settings #
    draw_shades no
    default_shade_color AAAAAA
    draw_outline no
    default_outline_color AAAAAA
    draw_borders no
    draw_graph_borders no
    
    # Text settings #
    use_xft yes
    xftalpha 0
    xftfont telemarines:size=10
    text_buffer_size 256
    override_utf8_locale yes
    override_utf8_locale yes
    imlib_cache_size 0
    
    # Color scheme #
    default_color 2C001E
    color1 2C001E
    color2 2C001E
    color3 2C00IE
    
    TEXT
    
    # Various images 
    ${execi 300 curl -s "http://weather.yahooapis.com/forecastrss? #w=44418&u=f"  -o ~/.cache/weather.xml}
    \
    # The name of the days #
    \
    ${color1}${voffset 20}${alignc 90}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "day=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==1' | tr '[a-z]' '[A-Z]'}${color}
    ${color1}${voffset -17}${alignc}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "day=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2' | tr '[a-z]' '[A-Z]'}${color}
    ${color1}${voffset -17}${alignc -90}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "day=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3' | tr '[a-z]' '[A-Z]'}${color}
    \
    # The temperatures #
    \
    ${color2}${voffset 51}${font Droid Sans :size=12}${alignc 90}${execi 300 grep "yweather:condition" ~/.cache/weather.xml | grep -o "temp=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}°${font}${color}
    ${voffset -17}${color2}${alignc}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "low=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2'}°/${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "high=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2'}°${color}
    ${voffset -17}${color2}${alignc -90}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "low=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3'}°/${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "high=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3'}°${color}
    \
    # The icons of the forecast and condition #
    \
    ${execi 300 cp -f ~/.conky-weather/icons/weather-icons-light3/$(grep "yweather:condition" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*").png ~/.cache/weather.png}${image ~/.cache/weather.png -p 27,65 -s 32x32}\
    ${execi 300 cp -f ~/.conky-weather/icons/weather-icons-light3/$(grep "yweather:forecast" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2').png ~/.cache/weather-2.png}${image ~/.cache/weather-2.png -p 118,65 -s 32x32}\
    ${execi 300 cp -f ~/.conky-weather/icons/weather-icons-light3/$(grep "yweather:forecast" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3').png ~/.cache/weather-3.png}${image ~/.cache/weather-3.png -p 209,65 -s 32x32}${font}\
    
    COMPUTER & OS 
    ${hr}
    Asus $alignr M4N78PRO
    Hostname $alignr ${pre_exec lsb_release -d | cut -f 2| tr "[:upper:]" "[:upper:]"}
    Linux Kernel $alignr $kernel
    GPU $alignr Nvidia 8800 GTS
    
    NETWORK & SYSTEM
    ${hr}
    WIRED $alignr LAN 
    Download: $alignr ${downspeed eth0 } kb/s
    Total: $alignr ${totaldown eth0}
    Upload: $alignr ${upspeed eth0} kb/s
    Total: $alignr ${totalup eth0}
    ${hr}
    AMD Athlon 64 X II $alignr 2.8 GHZ 
    CPU1: ${cpu cpu1}% $alignr  ${cpubar cpu1 8,60}
    CPU2: ${cpu cpu2}% $alignr  ${cpubar cpu2 8,60}
    ${hr}
    MEM $alignc $mem / $memmax $alignr $memperc%
    ${membar}
    HOME $alignc ${fs_used /home} / ${fs_size /home}$alignr ${fs_free_perc /home}%
    ${fs_bar /home}
    
    Uptime $alignr $uptime  
    Load $alignr $loadavg
    
    TOP                                        PID  $alignr MEM
    ${hr}
    ${top_mem name 1} $alignr ${top_mem pid 1}$alignr    ${top_mem mem 1}
    ${top_mem name 2} $alignr ${top_mem pid 2}$alignr    ${top_mem mem 2}
    ${top_mem name 3}$alignr  ${top_mem pid 3} $alignr   ${top_mem mem 3}
    ${top_mem name 4} $alignr ${top_mem pid 4} $alignr   ${top_mem mem 4}
    ${top_mem name 5} $alignr ${top_mem pid 5}$alignr    ${top_mem mem 5}
    Attached Images Attached Images
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  6. #22896
    Join Date
    May 2014
    Location
    Edmonton
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    Here's a work in progress based on Jessie's conky posted a couple of days ago. Lots of ethernet stuff has been yanked out. Wifi signal strength has been added to help figure out where to put WiFi rabbit ears attached to 15ft USB cable in the room. Extra hard drive stuff has been added in. 9 CPU processes instead of 4 are listed at the expense of taking out MEM listings.

    Still need to implement wmctrl for better window positioning as Cranktus had recommended. Need "if-then-else-end" statements to support more than wlan4 and also when external hard drives are not mounted. Thought about weather like the previous poster but long term weather forecasts are always wrong and my weather applet is broken for displaying today's forecast. Also need better Conky text colors for my desktop wallpaper which is turned off in attached screen shot.

    In short Conky is a LOT of FUN but is also VERY USEFUL!

    ps "normal people" use 1366x768 but my screen 2 is 1368x768

    Code:
    # August 12, 2014 from ubuntuforum / cafe /  satshow2# http://ubuntuforums.org/showthread.php?t=281865&page=2287&p=13096925#post13096925
    
    
    # Original file stored as Conky081214rc - heavily modified to accomodate:
    #  switch from 1920x1080p to 1280x800 screen1, 1368x768 screen2
    #  switch from 4 CPU + 3 MEM stats to 5 CPU + 5 MEM stats
    #    optional switch to 9 CPU stats with no MEM stats
    #  remove unwanted Network statistics
    #  add external hard drive & USB stick statistics
    #  add wifi signal strength (WIP to display #*100/70 %)
    #  Wi-Fi totals will display on Screen1 only
    
    
    override_utf8_locale yes
    use_xft yes
    xftfont ubuntu:size=10
    xftalpha 0.5
    uppercase no
    
    
    text_buffer_size 2048
    update_interval 2
    total_run_times 0
    # own window = no changes both desktops to black
    own_window yes
    own_window_transparent yes # Screen 1 = "no", Screen 2 = "yes"
    own_window_argb_visual yes
    own_window_type normal
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 220 
    maximum_width 310
    draw_shades yes
    default_color ffffff
    default_shade_color 000000
    draw_outline no
    draw_borders no
    stippled_borders 0
    
    
    alignment top_right # Screen 1="top_left", Screen 2="top_right"
    
    
    gap_x 10
    gap_y 10
    
    
    # Saved TEXT to change between 9 CPU processes or 5 + 5 Mem processes
    #${color #30DDFB}${voffset 5}Top Memory Use:${color  #98FF76}${voffset 5}
    #${top_mem name 1}${goto 145}${top_mem pid 1}${goto 210}${top_mem cpu 1}${goto 275}${top_mem mem 1}
    #${top_mem name 2}${goto 145}${top_mem pid 2}${goto 210}${top_mem cpu 2}${goto 275}${top_mem mem 2}
    #${top_mem name 3}${goto 145}${top_mem pid 3}${goto 210}${top_mem cpu 3}${goto 275}${top_mem mem 3}
    #${top_mem name 4}${goto 145}${top_mem pid 4}${goto 210}${top_mem cpu 4}${goto 275}${top_mem mem 4}
    #${top_mem name 5}${goto 145}${top_mem pid 5}${goto 210}${top_mem cpu 5}${goto 275}${top_mem mem 5}
    
    
    TEXT
    ${color #1EB5FF}Today is:${color #98FF76}$alignr${time %A,}$alignr ${time %e %B %G}
    ${color #1EB5FF}Distribution:${color  #98FF76}$alignr ${pre_exec cat /etc/issue.net} $machine
    ${color #1EB5FF}Kernel:${color }$alignr${color  #98FF76} $kernel
    ${color 0090ff}${voffset 2}${hr 1}
    ${color #30DDFB}${voffset 5}Intel® Core™2 Duo T5750: ${color #1EB5FF}@  ${color  #98FF76}${freq} MHz   
    ${color #1EB5FF}Core 1: ${color  #98FF76}${cpu cpu1}% ${color #0090ff}${cpubar cpu1}
    ${color #1EB5FF}Core 2: ${color  #98FF76}${cpu cpu2}% ${color #0090ff}${cpubar cpu2}
    ${color #1EB5FF}Temp:  ${color  #98FF76}${hwmon 0 temp 1}°C ${goto 165}${color #1EB5FF}Up for: ${color  #98FF76}$alignr$uptime
    ${color  #98FF76}$running_processes ${color #1EB5FF}running of ${color  #98FF76}$processes ${color #1EB5FF}loaded processes.
    ${color #30DDFB}${voffset 5}Process Name:${goto 155}PID${goto 205}CPU%${goto 261}Mem%${color  #98FF76}${voffset 5}
    ${goto 13}${top name 1}${goto 145}${top pid 1}${goto 210}${top cpu 1}${goto 275}${top mem 1}
    ${goto 13}${top name 2}${goto 145}${top pid 2}${goto 210}${top cpu 2}${goto 275}${top mem 2}
    ${goto 13}${top name 3}${goto 145}${top pid 3}${goto 210}${top cpu 3}${goto 275}${top mem 3}
    ${goto 13}${top name 4}${goto 145}${top pid 4}${goto 210}${top cpu 4}${goto 275}${top mem 4}
    ${goto 13}${top name 5}${goto 145}${top pid 5}${goto 210}${top cpu 5}${goto 275}${top mem 5}
    ${goto 13}${top name 6}${goto 145}${top pid 6}${goto 210}${top cpu 6}${goto 275}${top mem 6}
    ${goto 13}${top name 7}${goto 145}${top pid 7}${goto 210}${top cpu 7}${goto 275}${top mem 7}
    ${goto 13}${top name 8}${goto 145}${top pid 8}${goto 210}${top cpu 8}${goto 275}${top mem 8}
    ${goto 13}${top name 9}${goto 145}${top pid 9}${goto 210}${top cpu 9}${goto 275}${top mem 9}
    ${color 0090ff}${voffset 2}${hr 1}
    ${color #30DDFB}Memory:${goto 120}${color #98FF76}$mem / $memmax$alignr$memperc%
    ${goto 120}${color #0090ff}${membar}
    ${color #30DDFB}Swap:${goto 120}${color  #98FF76}$alignc ${swap} / ${swapmax} $alignr${swapperc}%
    ${goto 120}${color #0090ff}${swapbar}
    ${color #30DDFB}Int. Linux:${goto 120}${color  #98FF76}$alignc ${fs_used /} / ${fs_size /} $alignr${fs_used_perc /}%
    ${goto 120}${color #0090ff}${fs_bar /home}
    ${color #30DDFB}Int. Vista 32:${goto 120}${color  #98FF76}$alignc ${fs_used /media/rick/WIN_Vista_32} / ${fs_size /media/rick/WIN_Vista_32} $alignr${fs_used_perc /media/rick/WIN_Vista_32}%
    ${goto 120}${color #0090ff}${fs_bar /media/rick/WIN_Vista_32}
    ${color #30DDFB}Ext. SATA I:${goto 120}${color  #98FF76}$alignc ${fs_used /media/rick/S3A6550D005} / ${fs_size /media/rick/S3A6550D005} $alignr${fs_used_perc /media/rick/S3A6550D005}%
    ${goto 120}${color #0090ff}${fs_bar /media/rick/S3A6550D005}
    ${color #30DDFB}Ext. USB 3.0:${goto 120}${color  #98FF76}$alignc ${fs_used /media/rick/MULTIBOOT} / ${fs_size /media/rick/MULTIBOOT} $alignr${fs_used_perc /media/rick/MULTIBOOT}%
    ${goto 120}${color #0090ff}${fs_bar /media/rick/MULTIBOOT}
    ${color #0090ff}Down: ${color  #98FF76} ${downspeed wlan4}/s ${alignr}${color #0090ff}Up: ${color  #98FF76} ${upspeed wlan4}/s
    ${color #1EB5FF}${downspeedgraph wlan4 19,140 000000 00ff00} ${alignr}${upspeedgraph wlan4 19,140 000000 ff0000}$color
    ${voffset 10}${color #0090ff}Wi-Fi Signal: ${color  #98FF76}${wireless_link_qual wlan4}${color #0090ff}/70 ${alignr}${wireless_link_bar 8,150 wlan4}
    ${voffset 10}${color #0090ff}Total:${color  #98FF76} ${totaldown wlan4} ${alignr}${color #0090ff} Total:${color  #98FF76} ${totalup wlan4}
    Attached Images Attached Images

  7. #22897
    Join Date
    Aug 2014
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Nice work

  8. #22898
    Join Date
    May 2014
    Location
    Edmonton
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by satshow2 View Post
    Nice work
    Thanks . Sorry I should have said it is based on YOUR work (satshow2) and not Jessie's work as I incorrectly wrote

  9. #22899
    Join Date
    Aug 2014
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by WinEunuchs2Unix View Post
    Thanks . Sorry I should have said it is based on YOUR work (satshow2) and not Jessie's work as I incorrectly wrote
    No problem. Let me know if you find things that also useful is for the conky I use.

  10. #22900
    Join Date
    May 2014
    Location
    Edmonton
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by satshow2 View Post
    No problem. Let me know if you find things that also useful is for the conky I use.
    I haven't forgot about you and have been using vnstat every day in the console. The output is a novelty but useless to me. I assume you need vnstat output to track billing from your ISP? I don't need it in Conky so haven't invested the time implementing it.

Page 2290 of 2348 FirstFirst ... 129017902190224022802288228922902291229223002340 ... 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
  •