Page 1609 of 2348 FirstFirst ... 6091109150915591599160716081609161016111619165917092109 ... LastLast
Results 16,081 to 16,090 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #16081
    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 Arminius View Post
    got a question, how do u get conky weather to show Celsius instead of Fahrenheit?[...]

    Couldn't find the settings there if that's where it is.
    Just get rid of the " i " switches (i = Imperial).


    This will display Imperial/Fahrenheit readings...
    Code:
    ${execi 1800 conkyForecast -d LT -s 2 -ui}

    Remove the " i " and it will display Metric/Celsius readings...
    Code:
    ${execi 1800 conkyForecast -d LT -s 2 -u}
    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. #16082
    Join Date
    Feb 2009
    Beans
    433

    Re: Post your .conkyrc files w/ screenshots

    Originally Posted by Arminius
    got a question, how do u get conky weather to show Celsius instead of Fahrenheit?[...]

    Couldn't find the settings there if that's where it is.
    Just get rid of the " i " switches (i = Imperial).


    This will display Imperial/Fahrenheit readings...
    Code:
    ${execi 1800 conkyForecast -d LT -s 2 -ui}
    Remove the " i " and it will display Metric/Celsius readings...
    Code:
    ${execi 1800 conkyForecast -d LT -s 2 -u}
    thanks, mostly worked, a few had just -i instead of -ui, but when changed to -u it came good

  3. #16083
    Join Date
    Feb 2009
    Beans
    433

    Re: Post your .conkyrc files w/ screenshots

    ok, regrettably got another one, I've started using a new conky script and in the photo it's causing a light grey background behind all conky's, in the photo, the conky on the right is using the new code, where the light grey must be stemming from.
    But somehow the other 2 on the left, which used the old code, which never had a light grey background, they to are being infected by it, I've looked through the new conky code, turned alot of things on and off, but it won't go away, anyone know where it's coming from?

    on the conky on the right it ends right when the weather starts? so that might be a clue

    Code:
    ##################################
    ## VinDSL | rev. 11-02-17 01:46 ##
    ##################################
    ##   Screen res: 1280x1024x24   ##
    ##################################
    
    ####
    ## Prerequisites (required).
    ## conky-all 1.8.0 or 1.8.1
    ## conkyForecast 2.16
    ## weather.com XML Data Feed (XOAP)
    #
    
    ####
    ## Use XFT? Required to Force UTF8 (see below).
    #
    use_xft yes
    xftfont DroidSans:size=8.75
    xftalpha 0.1
    text_buffer_size 2048
    
    ####
    ## Force UTF8? Requires XFT (see above).
    ## Displays degree symbol, instead of °, etc.
    #
    override_utf8_locale yes
    
    ####
    ## Daemonize Conky, aka 'fork to background'.
    #
    background 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
    
    ####
    ## Force images to redraw when they change.
    #
    imlib_cache_size 0
    
    ####
    ## 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_ncurses no
    out_to_console no
    
    ####
    ## Text alignment.
    #
    alignment top_right
    
    ####
    ## Minimum size of text area.
    #
    minimum_size 240 0
    
    ####
    ## Gap between text and screen borders.
    #
    gap_x 8
    gap_y 33
    
    ####
    ## Shorten MiB/GiB to M/G in stats.
    #
    short_units yes
    
    ####
    ## Pad % symbol spacing after numbers.
    #
    pad_percents 0
    
    ####
    ## Pad spacing between text and borders.
    #
    border_inner_margin 4
    
    ####
    ## Limit the length of names in "Top Processes".
    #
    top_name_width 10
    
    ####
    ## Subtract file system -/+buffers/cache from used memory?
    ## Set to yes, to produce meaningful physical memory stats.
    #
    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
    
    ####
    ## 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 (suit yourself).
    #
    color0 White
    color1 Ivory
    color2 Ivory2
    color3 Ivory3
    color4 Tan1
    color5 Tan2
    color6 Gray
    color7 AntiqueWhite4
    color8 DarkSlateGray
    color9 Black
    
    ####
    ## Load Lua for shading (optional).
    ## Set the path to your script here.
    #
    lua_load ~/.conky/draw_bg.lua
    lua_draw_hook_pre draw_bg
    
    ####
    ## Load Lua for bargraphs (required).
    ## Set the path to your script here.
    #
    lua_load ~/.conky/bargraph_small.lua
    lua_draw_hook_post main_bars
    
    ####
    ## Installed fonts (required).
    #
    # ConkyWeather (Stanko Metodiev)
    # ConkyWindNESW (Stanko Metodiev)
    # Cut Outs for 3D FX (Fonts & Things)
    # Droid Font Family (Google Android SDK)
    # Moon Phases (Curtis Clark)
    # OpenLogos (Icoma)
    # PizzaDude Bullets (Jakob Fischer)
    # Radio Space (Iconian Fonts)
    # StyleBats (Vinterstille)
    # Ubuntu (Canonical Ltd)
    # Ubuntu Title Bold (Paulo Silva)
    # Weather (Jonathan Macagba)
    
    TEXT
    ##################
    ##    SYSTEM    ##
    ##################
    ${voffset 20}${font DroidSans:bold:size=8.25}${color4}SYSTEM${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 2}${color2}${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}Ubuntu Version: ${pre_exec lsb_release -r -s}
    ${voffset 2}${color2}${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}Uptime: $uptime
    ##################
    ##  PROCESSORS  ##
    ##################
    ${font DroidSans:bold:size=8}${color4}PROCESSORS${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${font DroidSans:size=8.65}${color3}${offset 5}Intel Core 2 Duo${alignr}${font DroidSans:size=8.3}${freq_g cpu0}${offset 1}GHz${font}
    ${font DroidSansFallback:size=8.39}${color3}${offset 2}${freq}MHz   Load: ${loadavg}
    ${font DroidSansFallback:size=8.39}${color3}${offset 2}CPU1${offset 5}${font DroidSans:size=8.3}${cpu cpu1}%${font}
    ${font DroidSansFallback:size=8.39}${color3}${offset 2}CPU2${offset 5}${font DroidSans:size=8.3}${cpu cpu2}%${font}
    ${cpugraph 555753 eeeeec}
    NAME${alignr 9}PID     CPU%   MEM%
    ${top name 1}${alignr 9}${top pid 1}   ${top cpu 1}    ${top mem 1}
    ${top name 2}${alignr 9}${top pid 2}   ${top cpu 2}    ${top mem 2}
    ${top name 3}${alignr 9}${top pid 3}   ${top cpu 3}    ${top mem 3}
    ${top name 4}${alignr 9}${top pid 4}   ${top cpu 4}    ${top mem 4}
    
    
    ##################
    ##    MEMORY    ##
    ##################
    ${voffset 6}${font DroidSans:bold:size=8}${color4}MEMORY${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 4}${font DroidSansFallback:size=8.3}${color3}${offset 3}RAM ${memperc}%${goto 61}${font DroidSans:size=8.3} - ${mem}${goto 133}${offset 5}${font}
    ##################
    ##     HDD      ##
    ##################
    ${voffset 16}${font DroidSans:bold:size=8}${color4}HDD${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 5}${color2}${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}ROOT: ${fs_used_perc /}% ${goto 71}${font DroidSans:size=8.3}${fs_used /}${goto 95}  / ${offset 0}${fs_size /}${alignr}${font}
    ${voffset 5}${color2}${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}Ext Videos: ${fs_used_perc /media/Ext Videos}% ${goto 95}${font DroidSans:size=8.3}${fs_used /media/Ext Videos}${goto 127}/ ${offset 0}${fs_size /media/Ext Videos}${alignr}${font}
    ${voffset 5}${color2}${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}Ext VID1.5: ${fs_used_perc /media/Ext VID1.5}% ${goto 95}${font DroidSans:size=8.3}${fs_used /media/Ext VID1.5}${goto 127}/ ${offset 0}${fs_size /media/Ext VID1.5}${alignr}${font}
    ${voffset 5}${color2}${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}Internal Video: ${fs_used_perc /media/INTERNAL VI}% ${font DroidSans:size=8.3} ${fs_used /media/INTERNAL VI}/ ${fs_size /media/INTERNAL VI}${alignr}${font}
    ${voffset 5}${color2}${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}Ext Backup1: ${fs_used_perc /media/Ext Backup1}% ${font DroidSans:size=8.3} ${fs_used /media/Ext Backup1}/ ${fs_size /media/Ext Backup1}${alignr}${font}
    
    ${color light blue}HTC Legend:  ${fs_used /media/900E-A67B} / ${fs_size /media/900E-A67B} ${fs_bar 6,159 /media/900E-A67B} ${fs_used_perc /media/900E-A67B}%
    ${diskiograph 555753 eeeeec}
    ##################
    ##   WEATHER    ##
    ##################
    ${voffset 6}${font DroidSans:bold:size=8}${color4}WEATHER${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 0}${goto 59}${font Weather:size=38}${color2}y${font}${voffset -33}${offset 14}${font RadioSpace:size=32}${color3}${execi 1800 conkyForecast -d HT -u}C${font}
    ${voffset 0}${font Ubuntu:size=24}${color4}${alignc}${execi 1800 conkyForecast -d CT}${font}
    ${voffset 10}${goto 20}${font ConkyWindNESW:size=41}${color3}${execi 1800 conkyForecast -d BS}${font}${voffset -40}${goto 98}${font ConkyWeather:size=45}${execi 1800 conkyForecast -d WF}${font}${voffset -39}${goto 188}${font MoonPhases:size=32}${execi 1800 conkyForecast -d MF}${font}
    ${voffset 6}${goto 28}${font DroidSansFallback:bold:size=8.45}${color4}${execpi 1800 conkyForecast -d WS -i| sed -e 's/calm'/'\$\{offset 2}Calm/g' -e 's/mph'/'\$\{offset 2}mph/g'}${goto 88}Feels like ${execi 1800 conkyForecast -d LT -u}${execpi 1800 conkyForecast -d MP| sed -e 's/First.*'/'\$\{goto 182}First Qtr/g' -e 's/Last.*'/'\$\{goto 184}Last Qtr/g' -e 's/New.*'/'\$\{goto 195}New/g' -e 's/Full.*'/'\$\{goto 195}Full/g' -e 's/Waning.*'/'\$\{goto 187}Waning/g' -e 's/Waxing.*'/'\$\{goto 187}Waxing/g'}${font}
    ${voffset 9}${goto 36}${font DroidSansMono:bold:size=8.35}${color3}${execi 1800 conkyForecast -d DW -s 1 -w}${goto 89}${execi 1800 conkyForecast -d DW -s 2 -w}${goto 143}${execi 1800 conkyForecast -d DW -s 3 -w}${goto 197}${execi 1800 conkyForecast -d DW -s 4 -w}${font}
    ${voffset 2}${goto 25}${font ConkyWeather:size=32}${color2}${execi 1800 conkyForecast -d WF -s 1 -e 4 -S 1}${font}
    ${voffset 0}${goto 25}${font DroidSans:bold:size=8.5}${color4}${execi 1800 conkyForecast -d HT -s 1 -u}${offset 2}/${offset 2}${execi 1800 conkyForecast -d LT -s 1 -u}${goto 79}${execi 1800 conkyForecast -d HT -s 2 -u}${offset 2}/${offset 2}${execi 1800 conkyForecast -d LT -s 2 -u}${goto 133}${execi 1800 conkyForecast -d HT -s 3 -u}${offset 2}/${offset 2}${execi 1800 conkyForecast -d LT -s 3 -u}${goto 187}${execi 1800 conkyForecast -d HT -s 4 -u}${offset 2}/${offset 2}${execi 1800 conkyForecast -d LT -s 4 -u}${font}
    Attached Images Attached Images
    Last edited by Arminius; February 20th, 2011 at 06:44 AM. Reason: left out details about the weathers immunity

  4. #16084
    Join Date
    Feb 2008
    Beans
    145
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Arminius View Post
    ok, regrettably got another one, I've started using a new conky script and in the photo it's causing a light grey background behind all conky's, in the photo, the conky on the right is using the new code, where the light grey must be stemming from.
    But somehow the other 2 on the left, which used the old code, which never had a light grey background, they to are being infected by it, I've looked through the new conky code, turned alot of things on and off, but it won't go away, anyone know where it's coming from?

    on the conky on the right it ends right when the weather starts? so that might be a clue

    Code:
    ##################################
    ## VinDSL | rev. 11-02-17 01:46 ##
    ##################################
    ##   Screen res: 1280x1024x24   ##
    ##################################
    
    ####
    ## Prerequisites (required).
    ## conky-all 1.8.0 or 1.8.1
    ## conkyForecast 2.16
    ## weather.com XML Data Feed (XOAP)
    #
    
    ####
    ## Use XFT? Required to Force UTF8 (see below).
    #
    use_xft yes
    xftfont DroidSans:size=8.75
    xftalpha 0.1
    text_buffer_size 2048
    
    ####
    ## Force UTF8? Requires XFT (see above).
    ## Displays degree symbol, instead of °, etc.
    #
    override_utf8_locale yes
    
    ####
    ## Daemonize Conky, aka 'fork to background'.
    #
    background 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
    
    ####
    ## Force images to redraw when they change.
    #
    imlib_cache_size 0
    
    ####
    ## 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_ncurses no
    out_to_console no
    
    ####
    ## Text alignment.
    #
    alignment top_right
    
    ####
    ## Minimum size of text area.
    #
    minimum_size 240 0
    
    ####
    ## Gap between text and screen borders.
    #
    gap_x 8
    gap_y 33
    
    ####
    ## Shorten MiB/GiB to M/G in stats.
    #
    short_units yes
    
    ####
    ## Pad % symbol spacing after numbers.
    #
    pad_percents 0
    
    ####
    ## Pad spacing between text and borders.
    #
    border_inner_margin 4
    
    ####
    ## Limit the length of names in "Top Processes".
    #
    top_name_width 10
    
    ####
    ## Subtract file system -/+buffers/cache from used memory?
    ## Set to yes, to produce meaningful physical memory stats.
    #
    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
    
    ####
    ## 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 (suit yourself).
    #
    color0 White
    color1 Ivory
    color2 Ivory2
    color3 Ivory3
    color4 Tan1
    color5 Tan2
    color6 Gray
    color7 AntiqueWhite4
    color8 DarkSlateGray
    color9 Black
    
    ####
    ## Load Lua for shading (optional).
    ## Set the path to your script here.
    #
    lua_load ~/.conky/draw_bg.lua
    lua_draw_hook_pre draw_bg
    
    ####
    ## Load Lua for bargraphs (required).
    ## Set the path to your script here.
    #
    lua_load ~/.conky/bargraph_small.lua
    lua_draw_hook_post main_bars
    
    ####
    ## Installed fonts (required).
    #
    # ConkyWeather (Stanko Metodiev)
    # ConkyWindNESW (Stanko Metodiev)
    # Cut Outs for 3D FX (Fonts & Things)
    # Droid Font Family (Google Android SDK)
    # Moon Phases (Curtis Clark)
    # OpenLogos (Icoma)
    # PizzaDude Bullets (Jakob Fischer)
    # Radio Space (Iconian Fonts)
    # StyleBats (Vinterstille)
    # Ubuntu (Canonical Ltd)
    # Ubuntu Title Bold (Paulo Silva)
    # Weather (Jonathan Macagba)
    
    TEXT
    ##################
    ##    SYSTEM    ##
    ##################
    ${voffset 20}${font DroidSans:bold:size=8.25}${color4}SYSTEM${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 2}${color2}${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}Ubuntu Version: ${pre_exec lsb_release -r -s}
    ${voffset 2}${color2}${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}Uptime: $uptime
    ##################
    ##  PROCESSORS  ##
    ##################
    ${font DroidSans:bold:size=8}${color4}PROCESSORS${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${font DroidSans:size=8.65}${color3}${offset 5}Intel Core 2 Duo${alignr}${font DroidSans:size=8.3}${freq_g cpu0}${offset 1}GHz${font}
    ${font DroidSansFallback:size=8.39}${color3}${offset 2}${freq}MHz   Load: ${loadavg}
    ${font DroidSansFallback:size=8.39}${color3}${offset 2}CPU1${offset 5}${font DroidSans:size=8.3}${cpu cpu1}%${font}
    ${font DroidSansFallback:size=8.39}${color3}${offset 2}CPU2${offset 5}${font DroidSans:size=8.3}${cpu cpu2}%${font}
    ${cpugraph 555753 eeeeec}
    NAME${alignr 9}PID     CPU%   MEM%
    ${top name 1}${alignr 9}${top pid 1}   ${top cpu 1}    ${top mem 1}
    ${top name 2}${alignr 9}${top pid 2}   ${top cpu 2}    ${top mem 2}
    ${top name 3}${alignr 9}${top pid 3}   ${top cpu 3}    ${top mem 3}
    ${top name 4}${alignr 9}${top pid 4}   ${top cpu 4}    ${top mem 4}
    
    
    ##################
    ##    MEMORY    ##
    ##################
    ${voffset 6}${font DroidSans:bold:size=8}${color4}MEMORY${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 4}${font DroidSansFallback:size=8.3}${color3}${offset 3}RAM ${memperc}%${goto 61}${font DroidSans:size=8.3} - ${mem}${goto 133}${offset 5}${font}
    ##################
    ##     HDD      ##
    ##################
    ${voffset 16}${font DroidSans:bold:size=8}${color4}HDD${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 5}${color2}${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}ROOT: ${fs_used_perc /}% ${goto 71}${font DroidSans:size=8.3}${fs_used /}${goto 95}  / ${offset 0}${fs_size /}${alignr}${font}
    ${voffset 5}${color2}${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}Ext Videos: ${fs_used_perc /media/Ext Videos}% ${goto 95}${font DroidSans:size=8.3}${fs_used /media/Ext Videos}${goto 127}/ ${offset 0}${fs_size /media/Ext Videos}${alignr}${font}
    ${voffset 5}${color2}${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}Ext VID1.5: ${fs_used_perc /media/Ext VID1.5}% ${goto 95}${font DroidSans:size=8.3}${fs_used /media/Ext VID1.5}${goto 127}/ ${offset 0}${fs_size /media/Ext VID1.5}${alignr}${font}
    ${voffset 5}${color2}${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}Internal Video: ${fs_used_perc /media/INTERNAL VI}% ${font DroidSans:size=8.3} ${fs_used /media/INTERNAL VI}/ ${fs_size /media/INTERNAL VI}${alignr}${font}
    ${voffset 5}${color2}${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}Ext Backup1: ${fs_used_perc /media/Ext Backup1}% ${font DroidSans:size=8.3} ${fs_used /media/Ext Backup1}/ ${fs_size /media/Ext Backup1}${alignr}${font}
    
    ${color light blue}HTC Legend:  ${fs_used /media/900E-A67B} / ${fs_size /media/900E-A67B} ${fs_bar 6,159 /media/900E-A67B} ${fs_used_perc /media/900E-A67B}%
    ${diskiograph 555753 eeeeec}
    ##################
    ##   WEATHER    ##
    ##################
    ${voffset 6}${font DroidSans:bold:size=8}${color4}WEATHER${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 0}${goto 59}${font Weather:size=38}${color2}y${font}${voffset -33}${offset 14}${font RadioSpace:size=32}${color3}${execi 1800 conkyForecast -d HT -u}C${font}
    ${voffset 0}${font Ubuntu:size=24}${color4}${alignc}${execi 1800 conkyForecast -d CT}${font}
    ${voffset 10}${goto 20}${font ConkyWindNESW:size=41}${color3}${execi 1800 conkyForecast -d BS}${font}${voffset -40}${goto 98}${font ConkyWeather:size=45}${execi 1800 conkyForecast -d WF}${font}${voffset -39}${goto 188}${font MoonPhases:size=32}${execi 1800 conkyForecast -d MF}${font}
    ${voffset 6}${goto 28}${font DroidSansFallback:bold:size=8.45}${color4}${execpi 1800 conkyForecast -d WS -i| sed -e 's/calm'/'\$\{offset 2}Calm/g' -e 's/mph'/'\$\{offset 2}mph/g'}${goto 88}Feels like ${execi 1800 conkyForecast -d LT -u}${execpi 1800 conkyForecast -d MP| sed -e 's/First.*'/'\$\{goto 182}First Qtr/g' -e 's/Last.*'/'\$\{goto 184}Last Qtr/g' -e 's/New.*'/'\$\{goto 195}New/g' -e 's/Full.*'/'\$\{goto 195}Full/g' -e 's/Waning.*'/'\$\{goto 187}Waning/g' -e 's/Waxing.*'/'\$\{goto 187}Waxing/g'}${font}
    ${voffset 9}${goto 36}${font DroidSansMono:bold:size=8.35}${color3}${execi 1800 conkyForecast -d DW -s 1 -w}${goto 89}${execi 1800 conkyForecast -d DW -s 2 -w}${goto 143}${execi 1800 conkyForecast -d DW -s 3 -w}${goto 197}${execi 1800 conkyForecast -d DW -s 4 -w}${font}
    ${voffset 2}${goto 25}${font ConkyWeather:size=32}${color2}${execi 1800 conkyForecast -d WF -s 1 -e 4 -S 1}${font}
    ${voffset 0}${goto 25}${font DroidSans:bold:size=8.5}${color4}${execi 1800 conkyForecast -d HT -s 1 -u}${offset 2}/${offset 2}${execi 1800 conkyForecast -d LT -s 1 -u}${goto 79}${execi 1800 conkyForecast -d HT -s 2 -u}${offset 2}/${offset 2}${execi 1800 conkyForecast -d LT -s 2 -u}${goto 133}${execi 1800 conkyForecast -d HT -s 3 -u}${offset 2}/${offset 2}${execi 1800 conkyForecast -d LT -s 3 -u}${goto 187}${execi 1800 conkyForecast -d HT -s 4 -u}${offset 2}/${offset 2}${execi 1800 conkyForecast -d LT -s 4 -u}${font}
    I believe the lines I've changed to red are the culprit. Just delete or comment out (put a # in front of them) to remove the backgrounds.

  5. #16085
    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 Neon612 View Post
    I believe the lines I've changed to red are the culprit. Just delete or comment out (put a # in front of them) to remove the backgrounds.
    Thank you, Neon612!

    Would you like to be my assistant?!?!?

    I could use one...
    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

  6. #16086
    Join Date
    Feb 2008
    Beans
    145
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by VinDSL View Post
    Thank you, Neon612!

    Would you like to be my assistant?!?!?

    I could use one...
    Sure, why not

    I've just learned things the hard way, so why not share what I've figured out though my own sweat and tears.

  7. #16087
    Join Date
    Feb 2009
    Beans
    433

    Re: Post your .conkyrc files w/ screenshots

    thank u neon612 that worked perfectly

  8. #16088
    Join Date
    Feb 2010
    Location
    QLD, Australia
    Beans
    497
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Well as I said last night, theres always room for more tweaking in conky and after too much time of more twaeking I've finally got it to a point where I'm happy to leave it for a while (or well... till tomorrow at least...).

    Here's what I've got so far, and also a screenshot of last nights version for any one that wants to see the difference that didn't catch my last post.
    Attached Images Attached Images
    Ubuntu 16.04 / Linux 18
    “To mess up a Linux box, you need to work at it; to mess up your Windows
    box, you just need to work on it”.

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

    Re: Post your .conkyrc files w/ screenshots

    Hi Guys,

    In my never satisfied conky state of mind I thought I'd achieved happiness when I had another thought about another tweek...

    First thank you to everyone who has helped feed my addiction and to Migiel who most recently showed me how to pull only the time and date of a file using awk.

    So now I have this conky sitting in my upper right hand window:



    If it were daytime in the Western US you'd see the Grand Teton.

    I have the date and time the image was created below the image.
    I'd like to be able to also show what time it was in Jackson Hole when the image was created.

    I said all that to say this.

    1. Is there a way to subtract 8 hours from the displayed image creation time and show that as the time the image was on the server in the US?

    2. If not, is there a way to use the timezone command but have the command list the time when the image was created? That is not run like a clock, but just show the time at creation?
    Thank you,
    GG -----------

  10. #16090
    Join Date
    Oct 2005
    Location
    Herrenberg, Germany
    Beans
    19
    Distro
    Ubuntu Development Release

    Lightbulb Re: Need help w/ calendar... [SOLVED]

    Quote Originally Posted by VinDSL View Post
    I *know* how frustrating the calendar can be. Believe me on this. I thought I should send a quick reply.

    ...

    I was looking at the erroneous highlighting in the calendar, and none of my usual tricks worked.

    Sooo... I resorted to RTFM!

    I was unaware of the "-h" argument in "cal". It hides the date highlighting, which is counterintuitive to the task at hand, but I tried it anyway, and it solved the problem.

    I tested the change(s) in the both Conky 1.8.0 & Conky 1.8.1, on Ubu 10.10 & 11.04, and it worked fine in all cases.

    As I said, I'm not sitting at my machine right now, but going by the code in my last example, in this thread, and relying upon memory, the change(s) would look like this:

    Code:
    ## Uncomment the following line for Conky 1.8.0 ##
    ${voffset -75}${font DroidSansMono:size=7.55}${color3}${execpi 60 VinDSL_Cal_7=`date +%d`;cal -h|sed -e'1,1d' -e's/^/${offset 100}/' -e's/'$VinDSL_Cal_7'/${color4}&${color3}/'}${font}
    ## Uncomment the following line for Conky 1.8.1 ##
    ${voffset -75}${offset 100}${font DroidSansMono:size=7.55}${color3}${execpi 60 VinDSL_Cal_7=`date +%d`;cal -h|sed -e'1,1d' -e's/'$VinDSL_Cal_7'/${color4}&${color3}/'}${font}

    In retrospect, I *think* the date highlighting was getting done twice; once by "cal" and once again by "sed". Thus, this double-highlighting was the core problem, all along.

    Anyway, give that a try, and see how it works for you.

    I'll monitor this post, when I get back to the abode.

    Latez!
    I bow my head in silence and awe, Master. Forgive me for not making a stab at the cal manual myself, the arcane mysteries of the cal calculations being cloaked under the veil of my ignorance.

    Or in other words: YAY! Problem solved! I really have to look at your most recent code changes, I suspect that the Droid fonts would be to my liking as well.

    A while ago, everyone refrained from going to 1.8.1 because it messed up something. I notice that you have now a code switch implemented for 1.8.0/1.8.1. Does that mean it's now safe to go to 1.8.1? Any reason not to?

Page 1609 of 2348 FirstFirst ... 6091109150915591599160716081609161016111619165917092109 ... 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
  •