Page 2328 of 2348 FirstFirst ... 13281828222822782318232623272328232923302338 ... LastLast
Results 23,271 to 23,280 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #23271
    Join Date
    Feb 2017
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    Oh now I did it... Can some one with eagle eyes PLEASE tell me what I did here? I finally figured out a command line to get the VPN info I wanted, but now no matter what alignment value I chose, the conky window is always bottom right. Argh!

    Code:
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Trebuchet MS:size=10
    
    # Text alpha when using Xft
    xftalpha 0.9
    
    # 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 normal
    
    # Use pseudo transparency with own_window?
    own_window_transparent yes
    
    # 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 160 5
    
    # Maximum width
    maximum_width 160
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Draw borders around graphs
    draw_graph_borders no
    
    # Stippled borders?
    # stippled_borders 8
    
    # border margins
    # border_margin 2
    
    # border width
    # border_width 1
    
    # Default colors and also border colors
    default_color white
    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
    #alignment none
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 10
    gap_y 10
    # 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
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale no
    
    # variable is given either in format $variable or in ${variable}
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    Battery: $battery
    RAM: ${color purple}$membar$color
    CPU0 ${cpu cpu1}% ${color lightgreen}${cpubar cpu1}$color
    CPU1 ${cpu cpu2}% ${color yellow}${cpubar cpu2}$color
    CPU2 ${cpu cpu3}% ${color orange}${cpubar cpu3}$color
    CPU3 ${cpu cpu4}% ${color red}${cpubar cpu4}$color
    LAN: $alignr${addr wlx9cefd5ff7955}
    WAN: $alignr${execi 60 wget http://ipinfo.io/ip -qO -}
    SSID: $alignr${wireless_essid wlx9cefd5ff7955}
    Signal:$alignr${wireless_link_qual_perc wlx9cefd5ff7955}%
    VPN: $alignr${execi 60 ps aux | grep vpn | tr ' ' '\n' | grep '.cert\/nm-openvpn' | grep auth | cut -f6 -d'/' | cut -f1 -d'-'}
    down: ${downspeed wlx9cefd5ff7955}
    ${color lightgray}${downspeedgraph wlx9cefd5ff7955}
    up: ${upspeed wlx9cefd5ff7955}
    ${color lightgray}${upspeedgraph wlx9cefd5ff7955}
    Last edited by deadflowr; April 7th, 2017 at 04:49 PM.

  2. #23272
    Join Date
    Apr 2015
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    # Minimum size of text area
    minimum_size 160 5

    Review syntax

  3. #23273
    Join Date
    Jul 2017
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Couldn't paste a proper pic (have no idea why)...
    Attachment 275878

    Also could not copy/paste the code as text to post, but could attach a zip file, so here it is...
    Attachment 275879

    Matt Z.
    Last edited by mattz2; July 5th, 2017 at 06:52 PM.

  4. #23274
    Join Date
    Oct 2014
    Location
    Santiago DR
    Beans
    177
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Largest change with respect to 3 years ago, the addition of the Nvidea video card read-outs, the new syntax and some cleaning up.
    What is still missing, because I could not find it on Google, is the Video Card loading as displayed in the Nvidea settings utility.

    Attachment 275988

    Code:
    conky.config = {
    -- ------------------------- Windows Settings
        own_window = true,
        own_window_transparent = true,
        own_window_type = 'normal',
        own_window_hints = 'undecorated,sticky,below,skip_taskbar,skip_pager',
    
        double_buffer = true,    
        --background = true,
    
    -- ------------------------- Position
        alignment = 'bottom_right',
    
        minimum_width = 275,
        maximum_width = 275,
        minimum_height = 500,
            maximum_height = 700,
        gap_x = 5,
        gap_y = 0,
    
    -- ------------------------- Font
        draw_shades = false,
        draw_outline = false,
        draw_borders = false,
        draw_graph_borders = false,
    
        use_spacer = 'right',
    
        use_xft = true,
        override_utf8_locale = true,
    
        font = 'Ubuntu:size=9',
    
    -- ------------------------- Other
        update_interval = 2,
    
        default_color = 'yellow',
    
    };
    
    
    conky.text = [[
        ${voffset 1}${color red}${font HeldustryFTVBasic Demi:size=14}HP-VMhost 16.04:${hr 2}
      ${voffset 1}${font HeldustryFTVBasic Demi:size=14}${color}${time %a, } ${color }${time %e %B %G}
      ${voffset 2}${font HeldustryFTVBasic Demi:size=18}${color }${time %H:%M}  ${font HeldustryFTVBasic Demi:size=12}Antwerpen  ${color}${tztime Europe/Brussels %H:%M}
       ${color}${font HeldustryFTVBasic Demi:size=8}UPTIME: $uptime $alignr FAN: ${hwmon 0 fan 3}/${hwmon 0 fan 4} RPM 
        ${voffset 2}AMD Phenom II X2: ${color} ${freq}MHz $alignr${hwmon 0 temp 1}/${hwmon 0 temp 2}/${hwmon 0 temp 3}°C 
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}CPU-1 USAGE:${color} ${cpu cpu1}% $alignr T=${hwmon 1 temp 1}°C 
        ${cpubar cpu1}
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}CPU-2 USAGE:${color} ${cpu cpu2}%$alignr T=${hwmon 1 temp 1}°C 
        ${cpubar cpu2}
        ${color}${cpugraph 009acd f0f8ff -l -t} 
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}RAM :$color $mem of $memmax - $memperc% 
        ${voffset 2}$membar
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}SWAP:$color $swap of $swapmax - $swapperc%  
        ${voffset 2}${swapbar}
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}Processes:$color $processes  ${color}Running:$color $running_processes
        ${voffset 3}${color red}${font HeldustryFTVBasic Demi:size=14}GeForce 8400GS: ${font HeldustryFTVBasic Demi:size=8}${hr 2}
        ${voffset 3}${color}Cuda Cores: ${offset 62}16 
        ${voffset 2}Memory Size:${offset 53}${exec nvidia-smi --query-gpu=memory.used --format=csv,noheader} of 1024 MiB
        ${voffset 2}Memory Frequency: ${offset 13}${nvidia memfreq} MHz of 600 MHz
        ${voffset 2}GPU Frequency: ${offset 36}${nvidia gpufreq} MHz of 520 MHz
        ${voffset 2}Temperature: ${offset 56}${nvidia temp}°C ${color orange}<< ${nvidia threshold} °C
        ${voffset 2}${color}Fan Speed: ${offset 71}${exec nvidia-smi | grep % | cut -c 3-6}
        ${voffset 3}${color red}${font HeldustryFTVBasic Demi:size=14}PARTITIONS: ${font HeldustryFTVBasic Demi:size=8}${hr 2}
        ${voffset 3}${color}System      sda  $alignr Free: $color${fs_free /} of ${fs_size /} 
        ${fs_bar /} 
        ${voffset 2}Virtualbox  sda $alignr Free: $color${fs_free /media/vmsSSD} of ${fs_size /media/vmsSSD} 
        ${fs_bar /media/vmsSSD} 
        ${voffset 2}Vbox Alpha sdb $alignr Free: $color${fs_free /media/VM-Alphas} of ${fs_size /media/VM-Alphas} 
        ${fs_bar /media/VM-Alphas} 
        ${voffset 2}HP Data      sdb $alignr Free: $color${fs_free /media/hp-data} of ${fs_size /media/hp-data} 
        ${fs_bar /media/hp-data} 
        ${voffset 2}USB-320GB sdc $alignr Free: $color${fs_free /media/bertadmin/Disk320GB} of ${fs_size /media/bertadmin/Disk320GB} 
        ${fs_bar /media/bertadmin/Disk320GB}
        sda/SSD 256GB ${offset 30}${diskio /dev/sda}/s $alignr T=${hddtemp /dev/sda}°C 
        $color ${diskiograph /dev/sda 32 009acd f0f8ff -l -t}
        sdb/HDD 500GB ${offset 30}${diskio /dev/sdb}/s $alignr T=${hddtemp /dev/sdb}°C 
        $color ${diskiograph /dev/sdb 32 009acd f0f8ff -l -t}
        sdc/USB 320GB ${offset 30}${diskio /dev/sdc}/s $alignr T=${hddtemp /dev/sdc}°C 
        $color ${diskiograph /dev/sdc 32 009acd f0f8ff -l -t}
        ${voffset 3}${color red}${font HeldustryFTVBasic Demi:size=14}NETWORK: ${font HeldustryFTVBasic Demi:size=8}${hr 2}
        ${voffset 3}${color}DOWN: ${downspeed enp63s0}/s
        ${color}${downspeedgraph enp63s0 32 009acd f0f8ff -l -t}  
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}UP:      ${upspeed enp63s0}/s
        ${color}${upspeedgraph enp63s0 32 009acd f0f8ff -l -t}
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}INBOUND: ${tcp_portmon 1 32767 count}${offset 28} OUTBOUND: ${tcp_portmon 32768 61000 count}${alignr}ALL: ${tcp_portmon 1 65535 count} 
    
    ]]
    Last edited by deadflowr; December 11th, 2017 at 06:50 PM. Reason: switched tags

  5. #23275
    Join Date
    Oct 2014
    Location
    Santiago DR
    Beans
    177
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Largest change with respect to 2 months ago, the addition of the Nvidea video card GPU load bar and GPU load graph and the VRAM memory bar and some cleaning up. The bar and percentage for VRAM used is based on a dirty trick since I have 1024MB of memory, which is close enough to 1000 for the moment to cut the char string instead of dividing it by 1024. In future we will have to add the arithmetic. For the GPU load graph we had to load the newest version of conky from launchpad, since the version in the Ubuntu repository had a bug. The file .conkyrc has been adapted to the changes of my old HP dc5850 with the upgrade to a 4-core CPU and using two not used 320GB 2.5" drives in RAID-0 to replace my dead SSD for the storage of the virtual machines.

    I also changed the colors. Light-blue are the bars and graphs, which are related to load vs time, while yellow are the bars related to load vs size. Another change is related to the load graphs of CPU and GPU, they are not logarithmic anymore, since they are not very dynamic always between 0% and 100%. Disk and network graphs are still logarithmic because of their large dynamic range. E.g. downloading from the internet gives completely different figures then copying files from desktop to laptop using the local network and for the disk it can be even more extreme.

    You can find the desktop picture as attachment after the conky file.
    Code:
    conky.config = {
    -- ------------------------- Windows Settings
        own_window = true,
        own_window_transparent = true,
        own_window_type = 'normal',
        own_window_hints = 'undecorated,sticky,below,skip_taskbar,skip_pager',
    
        double_buffer = true,    
        --background = true,
    
    -- ------------------------- Position
        alignment = 'bottom_right',
    
        minimum_width = 275,
        maximum_width = 275,
        minimum_height = 500,
        gap_x = 5,
        gap_y = 0,
    
    -- ------------------------- Font
        draw_shades = false,
        draw_outline = false,
        draw_borders = false,
        draw_graph_borders = false,
    
        use_spacer = 'right',
    
        use_xft = true,
        override_utf8_locale = true,
    
        font = 'Ubuntu:size=9',
    
    -- ------------------------- Other
        update_interval = 2,
    
        default_color = 'yellow',
    };
    
    
    conky.text = [[
        ${voffset 1}${color red}${font HeldustryFTVBasic Demi:size=14}HP-VMHost 16.04:${hr 2}
      ${voffset 1}${font HeldustryFTVBasic Demi:size=14}${color}${time %a, } ${color }${time %e %B %G}
      ${voffset 2}${font HeldustryFTVBasic Demi:size=18}${color }${time %H:%M}  ${font HeldustryFTVBasic Demi:size=12}Antwerpen  ${color}${tztime Europe/Brussels %H:%M}
       ${color}${font HeldustryFTVBasic Demi:size=8}UPTIME: $uptime
        ${voffset 2}AMD Phenom II X4 B97: ${color} ${freq} of 3200MHz   
        ${voffset 2}Temps: ${hwmon 0 temp 1}/${hwmon 0 temp 2}/${hwmon 0 temp 3}°C $alignr FAN: ${hwmon 0 fan 3}/${hwmon 0 fan 4} RPM  
        ${voffset 4}${color}${font HeldustryFTVBasic Demi:size=8}CPU-1 LOAD: ${cpu cpu1}% $alignr T=${hwmon 1 temp 1}°C ${color orange}<< 70°C ${color}
        ${color 009acd}${cpubar cpu1}
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}CPU-2 LOAD: ${cpu cpu2}%
        ${color 009acd}${cpubar cpu2}
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}CPU-3 LOAD: ${cpu cpu3}%
        ${color 009acd}${cpubar cpu3}
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}CPU-4 LOAD: ${cpu cpu4}%
        ${color 009acd}${cpubar cpu4}
        ${voffset 2}${color}Average: ${cpu cpu0}%${color}${font HeldustryFTVBasic Demi:size=8}$alignr Processes: $processes ${color}Running:$color $running_processes
        ${color}${cpugraph 009acd f0f8ff -t} 
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}RAM :$color $mem of $memmax - $memperc% 
        ${voffset 2}$membar
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}SWAP:$color $swap of $swapmax - $swapperc%  
        ${voffset 2}${swapbar}
        ${voffset 3}${color red}${font HeldustryFTVBasic Demi:size=14}VIDEO: ${font HeldustryFTVBasic Demi:size=8}${hr 2}
        ${voffset 3}${color}GeForce 8400GS X16: ${alignr}${nvidia gpufreq} MHz of 520 MHz 
        ${voffset 2}${color}Fan Speed: ${offset 78}${exec nvidia-smi | grep % | cut -c 3-6}
        ${voffset 3}${color}GPU LOAD: ${exec nvidia-settings -q GPUUtilization | grep graphics= | cut -c 59-60}% ${alignr}T=${nvidia temp}°C ${color red}<< ${nvidia threshold} °C ${color}   
        ${voffset 2}${color 009acd}${execbar nvidia-settings -q GPUUtilization | grep graphics= | cut -c 59-60}
        ${color}${execgraph "nvidia-settings -q GPUUtilization | grep graphics= | cut -c 59-60" 009acd f0f8ff -t}
        ${voffset 2}${color}VRAM: ${exec nvidia-smi --query-gpu=memory.used --format=csv,noheader} of 1023 MiB - ${exec nvidia-smi --query-gpu=memory.used --format=csv,noheader | cut -c 1-2}%
        ${voffset 2}${execbar nvidia-smi --query-gpu=memory.used --format=csv,noheader | cut -c 1-2}
        ${voffset 3}${color red}${font HeldustryFTVBasic Demi:size=14}PARTITIONS: ${font HeldustryFTVBasic Demi:size=8}${hr 2}
        ${voffset 3}${color}System      sda  $alignr Free: $color${fs_free /} of ${fs_size /} 
        ${fs_bar /} 
        ${voffset 2}HP Data      sda $alignr Free: $color${fs_free /media/hp-data} of ${fs_size /media/hp-data} 
        ${fs_bar /media/hp-data} 
        ${voffset 2}Virtualbox   md0 $alignr Free: $color${fs_free /media/vms} of ${fs_size /media/vms} 
        ${fs_bar /media/vms} 
        ${voffset 2}USB-320GB sdd $alignr Free: $color${fs_free /media/bertadmin/Disk320GB} of ${fs_size /media/bertadmin/Disk320GB} 
        ${fs_bar /media/bertadmin/Disk320GB}
        sda/HDD 500GB ${offset 20}${diskio /dev/sda}/s $alignr T=${hddtemp /dev/sda}°C 
        $color ${diskiograph /dev/sda 009acd f0f8ff -l -t}
        md0/RAID0 640GB ${offset 4}${diskio /dev/md0}/s $alignr T=${hddtemp /dev/sdb}/${hddtemp /dev/sdc}°C 
        $color ${diskiograph /dev/md0 009acd f0f8ff -l -t}
        sdd/USB 320GB ${offset 20}${diskio /dev/sdd}/s $alignr T=${hddtemp /dev/sdd}°C 
        $color ${diskiograph /dev/sdd 009acd f0f8ff -l -t}
        ${voffset 3}${color red}${font HeldustryFTVBasic Demi:size=14}NETWORK: ${font HeldustryFTVBasic Demi:size=8}${hr 2}
        ${voffset 3}${color}DOWN: ${downspeed enp63s0}/s
        ${color}${downspeedgraph enp63s0 009acd f0f8ff -l -t}  
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}UP:      ${upspeed enp63s0}/s
        ${color}${upspeedgraph enp63s0 009acd f0f8ff -l -t}
        ${voffset 2}${color}${font HeldustryFTVBasic Demi:size=8}INBOUND: ${tcp_portmon 1 32767 count}${offset 28} OUTBOUND: ${tcp_portmon 32768 61000 count}${alignr}ALL: ${tcp_portmon 1 65535 count} 
    ]]
    Last edited by deadflowr; December 11th, 2017 at 06:50 PM. Reason: switched tags

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

    Re: Post your .conkyrc files w/ screenshots

    Your Nvidia changes are timely as I am in the process of putting that in myself. Thanks
    Last edited by WinEunuchs2Unix; August 6th, 2017 at 03:59 PM.

  7. #23277
    Join Date
    May 2012
    Beans
    5

    Cool Re: Post your .conkyrc files w/ screenshots

    Nice shooting star theme with Xfwm4:

    conky-std 1.10.6-1 amd64


    Code:
    conky.config = {
        alignment = 'top_right',
        use_xft = true,
        format_human_readable,
        draw_outline = true,
        double_buffer = true,
        own_window = true,
        own_window_type = 'dock',
        own_window_hints = 'below,sticky,skip_taskbar,skip_pager',
        own_window_argb_visual = true,
        own_window_argb_value = 125,
        gap_x = 50,
        gap_y = 35,
        default_bar_width = 100,
    }
    
    
    conky.text = [[
    ${font Roboto:style=Light:size=80}${alignc}${time %R}${font}
    
    
    ${font Monospace:size=8}${color Grey48}${execpi 60 ncal -bh | sed -e "s/\<$(date '+%-d')\>/\${color}&\${color Grey48}/" -e '/^ *$/d' | sed 's/^/${alignc}/'}${font}${color}
    
    
    
    
    ${font Roboto:style=Light:size=11}${color Grey48}System  ${hr 2}${color}
    
    
    ${color Grey48}Hostname${color}${alignr}${nodename}
    
    
    ${color Grey48}Uptime${color}${alignr}${uptime}
    
    
    ${color Grey48}Temperature${color}${alignr}${acpitemp} °C
    
    
    
    
    ${color Grey48}Resources  ${hr 2}${color}
    
    
    ${color Grey48}Processors${color}${alignr}${cpu cpu0}%  ${cpubar cpu0}
    
    
    ${color Grey48}Memory${color}${alignr}${memperc}%  ${membar}
    
    
    ${color Grey48}Swap${color}${alignr}${swapperc}%  ${swapbar}
    
    
    ${color Grey48}Wireless${color}${alignr}${wireless_link_qual_perc wlo1}%  ${wireless_link_bar wlo1}
    
    
    ${color Grey48}Battery${color}${alignr}${battery_percent BAT0}%  ${battery_bar BAT0}
    ]]

    Ubu-17.04_Purple-Orbit.jpg

  8. #23278
    Join Date
    Dec 2011
    Location
    Atlanta, Georgia USA
    Beans
    45
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    Hello again,
    I haven't posted here in awhile, but I wanted to share my conky, All decked out for the holidays. All done with a really loooong lua script.
    Attached Images Attached Images
    Ubuntu User #35429 | Linux User #558865

  9. #23279
    Join Date
    Sep 2009
    Beans
    43

    Re: Post your .conkyrc files w/ screenshots

    My Conky-Lua gig ...
    Attached Images Attached Images

  10. #23280
    Join Date
    Sep 2009
    Beans
    43

    Re: Post your .conkyrc files w/ screenshots

    1
    Attached Images Attached Images

Page 2328 of 2348 FirstFirst ... 13281828222822782318232623272328232923302338 ... 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
  •