Page 1452 of 2348 FirstFirst ... 452952135214021442145014511452145314541462150215521952 ... LastLast
Results 14,511 to 14,520 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #14511
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Here's another cutie for you...

    Someone (in another thread) was asking me to publish my .conkyrc file.

    While I was playing around with the reply, I realized I could add UBB linkage code to .conkyrc file.

    Since it's commented out, it doesn't affect Conky. You can leave the UBB code in the .conkyrc file, on your local machine, ready to post-up in vBulletin powered forums.

    LoL! This has possibilities!


    (Click image for full-size view)


    Code:
     ##\\\\\\\\\\\\\|/////////////##
    ##  ~ VinDSL ~  |  Screen Res  ##
    ##  On The Web  | 1280x1024x24 ##
     ##/////////////|\\\\\\\\\\\\\##
    
    ####
    ## Use XFT? Required to Force UTF8 (see below).
    #
    use_xft yes
    xftfont LiberationSans:size=9
    xftalpha 0.1
    text_buffer_size 2048
    
    ####
    ## Force UTF8? Requires XFT (see above).
    ## Displays degree symbol, instead of °, etc.
    #
    override_utf8_locale yes
    
    ####
    ## Update interval in seconds.
    #
    update_interval 1.5
    
    ####
    ## 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
    own_window_type override
    own_window_transparent yes
    
    ####
    ## Use double buffering? Reduces flicker.
    #
    double_buffer yes
    
    ####
    ## 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
    
    ####
    ## Print text to stdout?
    ## Print text in console?
    #
    out_to_console no
    out_to_ncurses no
    
    ####
    ## Text alignment.
    #
    alignment top_right
    
    ####
    ## Minimum size of text area.
    #
    minimum_size 235 0
    
    ####
    ## Specify width and height for bars.
    #
    default_bar_size 0 4
    
    ####
    ## Gap between text and screen borders.
    #
    gap_x 18
    gap_y 28
    
    ####
    ## Shorten MiB/GiB to M/G in stats.
    #
    short_units yes
    
    ####
    ## Pad % symbol spacing after numbers.
    #
    pad_percents 0
    
    ####
    ## Limit the length of names in "Top Processes".
    #
    top_name_width 10
    
    ####
    ## Subtract file system buffers from used memory?
    #
    no_buffers no
    
    ####
    ## 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
    
    ####
    ## Number of net samples to average.
    ## Set to 1 to disable averaging.
    #
    net_avg_samples 2
    
    ####
    ## Add spaces to keep things from moving around?
    ## Only affects certain objects.
    #
    use_spacer right
    
    ####
    ## My colors.
    #
    color0 White
    color1 Ivory
    color2 Ivory2
    color3 Ivory3
    color4 Tan1
    color5 Tan2
    color6 Gray
    color7 AntiqueWhite4
    color8 DarkSlateGray
    color9 Black
    
    TEXT
    
    ##################
    ##     LOGO     ##
    ##################
    ${voffset -42}${color2}${font OpenLogos:size=103}v${voffset -66}${goto 178}${font UbuntuTitleBold:size=20}${color4}10.10
    ##################
    ##    SYSTEM    ##
    ##################
    ${voffset 10}${font Arial:bold:size=10}${color4}SYSTEM ${color8} ${hr 2}
    ${voffset 4}${color2}${font OpenLogos:size=10}u${voffset -4}${font}${color6} ${sysname} ${kernel} ${alignr} ${machine}
    ${voffset 2}${color2}${font StyleBats:size=10}A${voffset -1}${font}${color6} Intel P4 Extreme Edition ${alignr}${freq_g cpu0} GHz
    ${voffset 2}${color2}${font StyleBats:size=10}q${voffset -1}${font}${color6} Uptime ${alignr}${uptime}
    ${voffset 2}${color2}${font StyleBats:size=10}o${voffset -1}${font}${color6} File System ${alignr}${fs_type}
    ##################
    ##  PROCESSORS  ##
    ##################
    ${voffset 5}${font Arial:bold:size=10}${color4}PROCESSORS ${color8}${hr 2}
    ${voffset 2}${color2}${font StyleBats:size=10}k${voffset -2}${font}${color6} CPU1  ${cpu cpu1}%${color7}${alignc 35}${cpubar cpu1}
    ${voffset 2}${color2}${font StyleBats:size=10}k${voffset -2}${font}${color6} CPU2  ${cpu cpu2}%${color7}${alignc 35}${cpubar cpu2}
    ##################
    ##    MEMORY    ##
    ##################
    ${voffset 3}${font Arial:bold:size=10}${color4}MEMORY ${color8}${hr 2}
    ${voffset 2}${color2}${font StyleBats:size=10}l${voffset -2}${font}${color6} RAM ${goto 95}${mem}/ ${memmax}${alignr}${memperc}%
    ${color7}${membar}
    ##################
    ##     HDD      ##
    ##################
    ${voffset 3}${font Arial:bold:size=10}${color4}HDD ${color8}${hr 2}
    ${voffset 2}${color2}${font StyleBats:size=10}x${voffset -2}${font}${color6} ROOT ${goto 95}${fs_used /} / ${fs_size /}${alignr}${fs_free_perc /}%
    ${color7}${fs_bar /}
    ${voffset 2}${color2}${font StyleBats:size=10}x${voffset -2}${font}${color6} HOME ${goto 95}${fs_used /home}/ ${fs_size /home}${alignr}${fs_free_perc /home}%
    ${color7}${fs_bar /home}
    ${voffset 2}${color2}${font StyleBats:size=10}4${voffset -2}${font}${color6} SWAP ${goto 95}${swap} / ${swapmax}${alignr}${swapperc}%
    ${color7}${swapbar}
    ##################
    # TOP PROCESSES ##
    ##################
    ${voffset 3}${font Arial:bold:size=10}${color4}TOP PROCESSES ${color8}${hr 2}
    ${voffset 2}${color1}${font StyleBats:size=10}h${voffset -3}${font}${color6} ${top_mem name 1}${goto 115}${top_mem mem_res 1}${alignr}${top mem 1}%
    ${voffset 2}${color1}${font StyleBats:size=10}h${voffset -3}${font}${color6} ${top_mem name 2}${goto 115}${top_mem mem_res 2}${alignr}${top mem 2}%
    ${voffset 2}${color1}${font StyleBats:size=10}h${voffset -3}${font}${color6} ${top_mem name 3}${goto 115}${top_mem mem_res 3}${alignr}${top mem 3}%
    ${voffset 2}${color1}${font StyleBats:size=10}h${voffset -3}${font}${color6} ${top_mem name 4}${goto 115}${top_mem mem_res 4}${alignr}${top mem 4}%
    ${voffset 2}${color1}${font StyleBats:size=10}h${voffset -3}${font}${color6} ${top_mem name 5}${goto 115}${top_mem mem_res 5}${alignr}${top mem 5}%
    ##################
    ##   NETWORK    ##
    ##################
    ${voffset 5}${font Arial:bold:size=10}${color4}NETWORK ${color8}${hr 2}
    ${voffset 2}${color2}${font PizzaDude Bullets:size=10}a${font}${color6} IPs on eth0${alignr}${addr eth0} / ${execi 3600 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}
    ${voffset 4}${color2}${font PizzaDude Bullets:size=10}T${font}${color6} Down${alignr}${downspeed eth0}
    ${color2}${font PizzaDude Bullets:size=10}N${font}${color6} Up${alignr}${upspeed eth0}
    ${voffset 4}${color2}${font PizzaDude Bullets:size=10}T${font}${color6} Downloaded${alignr}${totaldown eth0}
    ${color2}${font PizzaDude Bullets:size=10}N${font}${color6} Uploaded${alignr}${totalup eth0}
    ##################
    ##   WEATHER    ##
    ##################
    ${voffset 5}${font Arial:bold:size=10}${color4}WEATHER ${color8}${hr 2}
    ${goto 65}${color1}${font Weather:size=40}y${voffset -8}${font RadioSpace:size=32}${color3} ${execpi 600 conkyForecast --imperial --location=USAZ0082}
    ${voffset -20}${font Arial:size=20}${color4}${alignc}${execi 600 conkyForecast --location=USAZ0082 --datatype=CT}
    ${goto 70}${font ConkyWeather:style=Bold:size=40}${color2}${execi 600 conkyForecast --location=USAZ0082 --datatype=WF}${goto 140}${font ConkyWindNESW:style=Bold:size=40}${color2}${execi 600 conkyForecast --location=USAZ0082 --datatype=BS}
    ${voffset -28}${goto 60}${font}${color2}Feels like ${execi 600 conkyForecast --location=USAZ0082 --imperial --datatype=LT --centeredwidth=4 -iu}${goto 150}${execi 600 conkyForecast --location=USAZ0082 --imperial --datatype=WS}
    ${voffset 7}${goto 53}${font}${color2}${execi 600 conkyForecast --location=USAZ0082 --datatype=DW --startday=1 --shortweekday}${goto 119}${execi 600 conkyForecast --location=USAZ0082 --datatype=DW --startday=2 --shortweekday}${goto 182}${execi 600 conkyForecast --location=USAZ0082 --datatype=DW --startday=3 --shortweekday}
    ${goto 43}${font}${color2}${font ConkyWeather:size=32}${execi 600 conkyForecast --location=USAZ0082 --datatype=WF --startday=1 --endday=3 --spaces=2}
    ${voffset -30}${goto 41}${font}${color2}${execi 600 conkyForecast --location=USAZ0082 --imperial --datatype=HT --startday=1 --hideunits --centeredwidth=4 -iu}/${execi 600 conkyForecast --location=USAZ0082 --imperial --datatype=LT --startday=1 --hideunits --centeredwidth=4 -iu}${goto 107}${execi 600 conkyForecast --location=USAZ0082 --imperial --datatype=HT --startday=2 --hideunits --centeredwidth=4 -iu}/${execi 600 conkyForecast --location=USAZ0082 --imperial --datatype=LT --startday=2 --hideunits --centeredwidth=4 -iu}${goto 172}${execi 600 conkyForecast --location=USAZ0082 --imperial --datatype=HT --startday=3 --hideunits --centeredwidth=4 -iu}/${execi 600 conkyForecast --location=USAZ0082 --imperial --datatype=LT --startday=3 --hideunits --centeredwidth=4 -iu}
    ##################
    ##     TIME     ##
    ##################
    ${voffset 2}${font Arial:bold:size=10}${color4}TIME ${color8}${hr 2}
    ${voffset -5}${font RadioSpace:size=32}${color3}${alignc}${time %l:%M%p}
    ${voffset -30}${font LiberationSans:size=10}${color4}${alignc}${time %A},${offset 5}${time %d %b %Y}
    ${voffset 2}${font Liberation Mono:size=9.5}${color3}${execpi 600 DJS=`date +%_d`; cal | sed '1d' | sed '/./!d' | sed 's/$/                    /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc -2} /' | sed /" $DJS "/s/" $DJS "/" "'${color4}'"$DJS"'${color3}'" "/}
    ${font LiberationSans:size=8.5}${color4}${alignc} Rise ${execi 3600 conkyForecast --location=USAZ0082 --datatype=SR --startday=1} | Set ${execi 3600 conkyForecast --location=USAZ0082 --datatype=SS --startday=1}

    Desktop Fonts:
    • Application font: Liberation Sans (11)
    • Document font: Liberation Sans (10)
    • Desktop font: Liberation Sans (10)
    • Window title font: Liberation Sans (11)
    • Fixed width font: Liberation Mono (10)
    • Rendering: Subpixel smoothing (LCDs)

    Desktop Theme:
    • Base Theme: Ambiance
    • Controls: New Wave
    • Colors: (Default)
    • Window Border: New Wave
    • Icons: Human (Skinned with Breathe Icon Set)
    • Pointer: DMZ (White)
    • Current Background: Fantasy Dragon Wallpaper (author unknown)

    Desktop Apps:
    • Conky
    • ConkyForecast
    • Compiz-Fusion

    Conky / ConkyForecast Fonts:
    • Arial
    • ConkyWeather
    • ConkyWindNESW
    • LiberationSans
    • OpenLogos
    • PizzaDude
    • RadioSpace
    • StyleBats
    • UbuntuTitleBold
    • Weather (by Jonathan Macagba)

    Firefox Theme/Persona:
    • Zilla Spec (by Nerdski)
    Last edited by VinDSL; October 25th, 2010 at 08:29 AM. Reason: Tweaked post
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  2. #14512
    Join Date
    May 2006
    Beans
    Hidden!
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by 42dorian View Post
    Yeah, ready for this one? I temporarily wrote in the Current Conditions feature to tell me what it was. That's supposed to be "Windy" somehow. And I very quickly removed it because the text is too long. I'm now addicted to moving things around. I've had to include 2 voffsets and a lot of moving of text. Still can't get the image to run. I have no clue why. I've even reinstalled conky-all and libimlib2, and still nothing. So... without further ado...

    Hi... My name is 42dorian... and I have a Conky Addiction
    Yeah, the font is meant to be leaves blowing in the breeze, I guess. It took me a little while to figure it out too. The trouble is, can you think of a better way to depict windy conditions?

  3. #14513
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Budoc View Post
    Yeah, the font is meant to be leaves blowing in the breeze, I guess. It took me a little while to figure it out too. The trouble is, can you think of a better way to depict windy conditions?
    It's not a font but I made a weather.windy.png for windy conditions.

    http://www.miegiel.net/conky/icons/w...indy.light.png

    You can find the original weather.windy.svg here.

  4. #14514
    Join Date
    Apr 2007
    Beans
    195

    Re: Post your .conkyrc files w/ screenshots

    I can think of a few different depictions. A big W with arrows through it, a tree being bent in the wind, also with lines on the trailing side to depict the movement, a curly arrow, a cloud with a face on it, blowing at you... But... those leaves look too much like stars. It is a little confusing. I'm Canadian, I know many different leaves, I've never seen one that looks specifically like a star.

  5. #14515
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mobilediesel View Post
    How do you get the conkyrc.lang file to work in geany?
    My mistake; misinterpretation of the question. I do not know if that file will work in geany.
    The mark of an honest man ... is that he means what he says and knows what he means.
    A.R.

  6. #14516
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by 42dorian View Post
    Hi... My name is 42dorian... and I have a Conky Addiction
    What, are we starting a conky anonymous support group
    I'm a super power user

  7. #14517
    Join Date
    Jul 2007
    Location
    The U. S. of A.
    Beans
    163
    Distro
    Kubuntu Development Release

    Thumbs down Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    What, are we starting a conky anonymous support group
    Anonymous? ...no.

    || Kubuntu x86_64 (15.10 Dev.) || KDE 4.9.00 ||
    || Dell Inspiron 570 || 8GB PC3-10600 DDR3 RAM || AMD Phenom II X4 820 @ 2.8Ghz ||
    || Logitech M570 Trackball || Logitech G15 Gaming Keyboard ||
    Conky: ... no such configuration: 'normal'

  8. #14518
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    What, are we starting a conky anonymous support group
    I've succeeded in NOT fiddling with Conky for 24 hrs, twice in the past 2 weeks.

    Thank you for your support!

    Now, I'm off to toolchain Natty Narwhal. Wish me luck!
    Last edited by VinDSL; October 26th, 2010 at 07:15 AM.
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  9. #14519
    Join Date
    Jul 2005
    Location
    The Netherlands
    Beans
    209
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    From what I remember, we are the CCCC.
    Laptop: i7 4930MX @3.9GHz undervolted; 32GB 4x8GB Kingston HyperX Impact 1600MHz; Nvidia 780M 4GB; Samsung 840 EVO mSATA 250GB; Ubuntu 16.04 and Windows 10 Pro.
    Ubuntu #8076 / Linux #429448

  10. #14520
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Heads up!

    I just updated conkyForecast from 2.12 -> 2.13 on Ubu 10.10

    When I was done, conkyForecast couldn't find Python2, e.g. my Weather Forecast quit working.

    Problem: /usr/bin contains a simlink for Python, but not Python2.

    The fix was simple...

    Code:
    $ sudo ln -s python2.6 /usr/bin/python2
    The result...

    Code:
    vindsl@Zuul:~$ sudo ln -s python2.6 /usr/bin/python2
    
    vindsl@Zuul:~$ ls -l /usr/bin/python*
    lrwxrwxrwx 1 root root       9 2010-10-10 04:44 /usr/bin/python -> python2.6
    lrwxrwxrwx 1 root root       9 2010-10-26 01:43 /usr/bin/python2 -> python2.6
    -rwxr-xr-x 1 root root 2279976 2010-09-15 09:21 /usr/bin/python2.6
    Problem solved!
    Last edited by VinDSL; October 26th, 2010 at 09:50 AM.
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

Page 1452 of 2348 FirstFirst ... 452952135214021442145014511452145314541462150215521952 ... 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
  •