Page 2239 of 2348 FirstFirst ... 1239173921392189222922372238223922402241224922892339 ... LastLast
Results 22,381 to 22,390 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #22381
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by deadflowr View Post
    I take it that's the CPU temperature limit and not what you're running it at.
    120 celcius.
    You know i never even thought anyone would notice that, see below.
    temperature_unit fahrenheit


    Code:
                          Originally Posted by Andy_Browning                                      
                     What! No conky code to go with that cool looking attachment?
    Sorry Guys.Code:
    Code:
    #==============================================================================
    #                                  conkyrc_8a
    #
    #  author  : CAYMUS Tewaked 
    #  version : v20120420-09
    #  modified: jerusalem
    #  license : Distributed under the terms of GNU GPL version 2 or later
    #
    #==============================================================================
    
    background yes
    update_interval 1
    
    cpu_avg_samples 2
    net_avg_samples 2
    temperature_unit fahrenheit
    
    double_buffer yes
    no_buffers yes
    text_buffer_size 2048
    
    gap_x 10
    gap_y 190
    minimum_size 260 800
    #maximum_width 190
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_argb_visual yes
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
    border_inner_margin 0
    border_outer_margin 0
    alignment tr
    
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    
    override_utf8_locale yes
    use_xft yes
    xftfont 6x10:size=8
    xftalpha 0.5
    uppercase no
    
    default_color FFFFFF
    color1 FFFFFF
    color2 AAAAAA
    color3 DDDDDD
    color4 CC3333
    
    lua_load ~/.conky/conky_8a.lua
    lua_draw_hook_pre main_box
    lua_draw_hook_post main_rings
    
    TEXT
    ${image ~/.conky/elegant8a.png -p 0,0 260x800}
    ${goto 10}${font 6x10:size=12,weight:bold}${color #FFFFFF}Buntu ${goto 100}${font 6x10:size=12:weight=bold}${time %I}:${time %M}:${font 6x10:size=9}${time %S}${goto 200}${font ubuntu:size=12:weight=bold}${color #EF5A29}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ KSLC temperature temperature 30} °F${color #EF5A29} *Midvale*
    ${goto 10}${font 6x10:size=8,weight:normal}Release:${goto 100}${color FFFFFF}${pre_exec cat /etc/issue.net}  $machine
    ${goto 10}${font 6x10:size=8,weight:normal}Kernel:${goto 100}${color FFFFFF}${kernel}
    ${goto 10}${font 6x10:size=8,weight:normal}Public IP:${goto 100}${font 6x10:size=8,weight:normal}${color #FFFFFF}${execi 1800 wget -q -O - http://ip.tupeux.com}$color
    ${goto 10}${font 6x10:size=8,weight:normal}PC:${goto 100}${color FFFFFF}${nodename}
    
    ${voffset 0}
    ${goto 40}${font 6x10:size=12,weight:bold}${color}CPU
    ${goto 25}${font 6x10:size=7,weight:normal}${color}core 1:${goto 70}${cpu cpu1}%
    ${goto 25}${font 6x10:size=7,weight:normal}${color}core 2:${goto 70}${cpu cpu2}%
    ${goto 25}${font 6x10:size=7,weight:normal}${color}${threads} process 
    ${goto 25}${font 6x10:size=7,weight:normal}CPU: ${hwmon temp 1} °C
    ${voffset -82}
    ${goto 178}${font 6x10:size=12,weight:bold}${color}MEM
    ${goto 165}${font 6x10:size=7,weight:normal}${color}RAM ${goto 200}$mem
    ${goto 165}${font 6x10:size=7,weight:normal}${color}SWAP ${goto 200}$swap
    ${voffset 62}
    ${goto 170}${font 6x10:size=12,weight:bold}${color}DISKS
    ${goto 155}${font 6x10:size=7,weight:normal}${color}Data free:${goto 210}${fs_free /media/Data}
    ${goto 155}${font 6x10:size=7,weight:normal}${color}VM free:${goto 210}${fs_free /media/VM}
    ${goto 175}${font 6x10:size=7,weight:normal}sdb: ${exec hddtemp /dev/sdb -n --unit=C} °C
    ${voffset -75}
    ${goto 35}${font 6x10:size=12,weight:bold}${color}DISKS
    ${goto 14}${font 6x10:size=7,weight:normal}${color}/free:${goto 70}${fs_free /}
    ${goto 14}${font 6x10:size=7,weight:normal}${color}/home free:${goto 70}${fs_free /home}
    ${goto 35}${font 6x10:size=7,weight:normal}sda: ${exec hddtemp /dev/sda -n --unit=C} °C
    
    ${voffset -16}
    ${goto 110}${font 6x10:size=12,weight:bold}${color}NET
    
    ${voffset 6}
    ${goto 80}${color1}${font 6x10:size=7,weight:bold}${if_up wlan0}wifi ${addr wlan0}
    ${goto 60}${color}${font 6x10:size=7,weight:normal}AP: ${wireless_essid wlan0} ${goto 135}Speed: ${wireless_bitrate wlan0}
    ${goto 60}Mode: ${wireless_mode wlan0} ${goto 135} Quality: ${wireless_link_qual_perc wlan0}%
    ${goto 60}D: ${downspeed wlan0} ${goto 135}U: ${upspeed wlan0}
    ${goto 60}TD: ${totaldown wlan0} ${goto 135}TU: ${totalup wlan0} ${else} ${goto 80}"wlan0 unavailable"${endif}
    
    ${goto 80}${color}${font 6x10:size=7,weight:bold}${if_up eth0}eth0 ${addr eth0}
    ${goto 60}${color}${font 6x10:size=7,weight:normal}D: ${downspeed eth0} ${goto 135}U: ${upspeed eth0}
    ${goto 60}TD: ${totaldown eth0} ${goto 135}TU: ${totalup eth0} ${else} ${goto 80}"Network unavailable"${endif}
    ${goto 90}${font Ubuntu:size=14,weight:normal}${color4}
    ${goto 80}${color}${font 6x10:size=7,weight:bold}${if_up ppp0}ppp0 ${addr ppp0}
    ${goto 60}${color}${font 6x10:size=7,weight:normal}D: ${downspeed ppp0} ${goto 135}U: ${upspeed ppp0}
    ${goto 60}TD: ${totaldown eth0} ${goto 135}TU: ${totalup ppp0} ${else} ${goto 80}"ppp0 unavailable"${endif}
    
    #${else} ${goto 60}"Network unavailable"
    #${endif}
    
    ${voffset 70}
    
    ${goto 10}${font 6x10:size=7,weight:bold}${color}open ports:${goto 220}${tcp_portmon 1 65535 count}
    ${goto 10}${font 6x10:size=7,weight:bold}${color}${offset 10}URL${goto 220}PORT
    ${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rhost 0} ${goto 220} ${tcp_portmon 1 65535 rport 0}
    ${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rhost 1} ${goto 220} ${tcp_portmon 1 65535 rport 1}
    ${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rhost 2} ${goto 220} ${tcp_portmon 1 65535 rport 2}
    ${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rhost 3} ${goto 220} ${tcp_portmon 1 65535 rport 3}
    ${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rhost 4} ${goto 220} ${tcp_portmon 1 65535 rport 4}
    ${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rhost 5} ${goto 220} ${tcp_portmon 1 65535 rport 5}
    ${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rhost 6} ${goto 220} ${tcp_portmon 1 65535 rport 6}
    ${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rhost 7} ${goto 220} ${tcp_portmon 1 65535 rport 7}
    ${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rhost 8} ${goto 220} ${tcp_portmon 1 65535 rport 8}
    ${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rhost 9} ${goto 220} ${tcp_portmon 1 65535 rport 9}
    
    
    #${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  0}${alignr 1}${tcp_portmon 1 65535 rport  0}
    #${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  1}${alignr 1}${tcp_portmon 1 65535 rport  1}
    #${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  2}${alignr 1}${tcp_portmon 1 65535 rport  2}
    #${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  3}${alignr 1}${tcp_portmon 1 65535 rport  3}
    #${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  4}${alignr 1}${tcp_portmon 1 65535 rport  4}
    #${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  5}${alignr 1}${tcp_portmon 1 65535 rport  5}
    #${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  6}${alignr 1}${tcp_portmon 1 65535 rport  6}
    #${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  7}${alignr 1}${tcp_portmon 1 65535 rport  7}
    #${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  8}${alignr 1}${tcp_portmon 1 65535 rport  8}
    #${goto 10}${font 6x10:size=7,weight:normal}${color1}${tcp_portmon 1 65535 rip  9}${alignr 1}${tcp_portmon 1 65535 rport  9}
    The attachment rename to .conky put home directory.
    I know you all know the drill but just encase.
    Attached Files Attached Files

  2. #22382
    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 runrickus View Post
    You know i never even thought anyone would notice that, see below.
    temperature_unit fahrenheit
    Then why not change...
    Code:
    CPU: ${hwmon temp 1} °C
    to ...

    Code:
    CPU: ${hwmon temp 1} °F
    in your config file?
    Who's Awesome? You're Awesome.

  3. #22383
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Petro Dawg View Post
    Then why not change...
    Code:
    CPU: ${hwmon temp 1} °C
    to ...

    Code:
    CPU: ${hwmon temp 1} °F
    in your config file?
    Yes for those who want Fahrenheit.
    I'm still messing with the lua config
    Thanks Petro Dawg

  4. #22384
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,596
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by runrickus View Post
    You know i never even thought anyone would notice that, see below.
    temperature_unit fahrenheit
    It was one of those things that jump out at you.
    At least it did to me.

    There were multiple explanations and imagined situations I thought about, my favorite being you were using the machine as a multi-purpose hot plate. To warm a cup of coffee or cook a meal.
    Sadly though, you weren't.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  5. #22385
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    My new look!
    Code? What code?

    11 images, an awk script (dk75 - calendar) 3 lua scripts; draw-bk.lua, v9000 lua {weather} and easysid's Mechanical Clock.
    Last edited by Sector11; November 2nd, 2013 at 09:28 PM.

  6. #22386
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,596
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    My new look!
    Code? What code?

    11 images, an awk script (dk75 - calendar) 3 lua scripts; draw-bk.lua, v9000 lua {weather} and easysid's Mechanical Clock.
    Do the cogs in the clock rotate.
    That would be cool.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  7. #22387
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by deadflowr View Post
    Do the cogs in the clock rotate.
    That would be cool.
    http://www.youtube.com/watch?v=WfM8ReK80Rk

  8. #22388
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by deadflowr View Post
    Do the cogs in the clock rotate.
    That would be cool.
    As stinkeye pointed out - YUP! in my clock - everything rotates. even the yellow dot that shows the hour!

    Hour-wheel and minute-wheel are different:

  9. #22389
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by deadflowr View Post
    my favorite being you were using the machine as a multi-purpose hot plate. To warm a cup of coffee or cook a meal.
    Sadly though, you weren't.
    No but I made Brownies Though! I'll save you a few!!
    deadflowr only you would would notice!

    Code:
                          Originally Posted by Sector11                                      
    
                     My new look!
    

    That Looks Awesome..
    Where's your link for this?
    I usually don't like conky on both sides of my screen but this one Well I Like It Lots.
    Regards
    Last edited by QDR06VV9; November 3rd, 2013 at 05:09 AM. Reason: spell

  10. #22390
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by runrickus View Post
    That Looks Awesome..
    Where's your link for this?
    I'll have to package it up ... it's spread out over a few directories and you'll need to get v9000 installed. I'll trade you for a couple of brownies

    Later tonight ... or tomorrow ... I'll have it all sorted out and a tar.gz made.

Page 2239 of 2348 FirstFirst ... 1239173921392189222922372238223922402241224922892339 ... 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
  •