Page 2192 of 2348 FirstFirst ... 1192169220922142218221902191219221932194220222422292 ... LastLast
Results 21,911 to 21,920 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21911
    Join Date
    May 2013
    Location
    United States
    Beans
    30
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    I grabbed the file you originally pointed to ... I have no music here, no wifi or wlan - just a wired connection so some things didn't fit. However I took the first two conkys and merged then into one with a whole pocket full of tweaks and added the shaded background:



    Not a bad little conky.
    Very nice! This is really getting me creatively inspired now.

  2. #21912
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Nolix View Post
    Very nice! This is really getting me creatively inspired now.
    The sage advice by Petro Dawg and stinkeye plus you "getting creatively inspired" means you're becoming addicted ...

    Welcome to the fold.

  3. #21913
    Join Date
    Nov 2012
    Beans
    6

    Re: Post your .conkyrc files w/ screenshots

    my main conky script has gone and be working improperly, in that although i say to show at 'alignment top_right' its showing at top-left and right up to the screen edge at the top, without leaving a space for my top panel. Its starting doing this since i suspended my machine, which was a bad mistake as its a desktop machine! Anyway, I'm using fluxbox as my DE and was only able to get back in to it by removing 'fluxbox', rebooting and then installing it again. Anyway, this is my 'conkyrc5' script;-
    Code:
    ##################################
    ## boztu | rev. 11-12-01 20:20 ##
    ##################################
    ##     December 2011 Series     ##
    ##################################
    
    
    ## ¡PLEASE READ THE FINE PRINT! ##
    
    
    ####
    ## Development Platforms (current)
    #
    #  Ubuntu 10.10 'Maverick Meerkat' (GNOME 2.28 - Conky 1.8.0)
    #  Ubuntu 12.04 'Precise Pangolin' (GNOME-SHELL - UNITY 2D/3D - Conky 1.8.1)
    #  Screen Resolution: 1280x1024x24 (DELL UltraSharp 1907FP)
    
    
    ####
    ## Prerequisites (required)
    #
    #  conky-all 1.8.0 or 1.8.1-5
    #  cURL - Command Line Tool
    #  xsltproc - Command Line Tool
    #  UTF-8 Compatible Text Editor
    #
    ## Tips n' Tricks
    ## Several ppl (including myself) have experienced issues with conky-all 1.8.1-6
    ## In every instance, downgrading to conky-all 1.8.1-5 has solved the problem(s).
    ## I recommend using (and pinning) conky-all 1.8.1-5 until things get sorted.
    ## conky-all 1.8.1-5 can be downloaded here: https://launchpad.net/ubuntu/+source/conky-all/1.8.1-5
    
    
    ####
    ## Installed fonts (required)
    #
    #  ConkyWeather (Stanko Metodiev)
    #  Cut Outs for 3D FX (Fonts & Things)
    #  Droid Font Family (Google Android SDK)
    #  KR A Round (Kat's Fun Fonts)
    #  OpenLogos (Icoma)
    #  PizzaDude Bullets (Jakob Fischer)
    #  Radio Space (Iconian Fonts)
    #  StyleBats (Vinterstille)
    #  Ubuntu Font Family (Canonical Ltd)
    #  Ubuntu Title Bold (Paulo Silva - not included in link below)
    #  Weather (Jonathan Macagba)
    #
    ## Tips n' Tricks from Mr. Peachy, djyoung4, and 42dorian (Thanks!)
    ## Most necessary fonts can be downloaded here: http://ompldr.org/vOHdoag
    ## Unzip the fonts into your font folder, for example: /home/username/.fonts
    ## Run this command in a terminal (rebuilds font cache file): sudo fc-cache -fv
    
    
    ####
    ## Use XFT? Required to Force UTF8 (see below)
    #
    use_xft yes
    xftfont DroidSans:size=8.75
    xftalpha 0.1
    
    
    ####
    ## Force UTF8? Requires XFT (see above)
    ## Displays degree symbol, instead of °, etc.
    #
    override_utf8_locale yes
    
    
    ####
    ## This buffer is used for text, single lines, output from $exec, and other variables.
    ## Increasing the text buffer size (too high) will drastically reduce Conky's performance.
    ## Decreasing the size (too low) will truncate content and cause strange display output.
    ## Standard text buffer size is 256 bytes (cannot be less). Adjust YOUR buffer wisely!
    #
    text_buffer_size 640
    
    
    ####
    ## Daemonize Conky, aka 'fork to background'.
    background yes
    
    
    ####
    ## Update interval in seconds.
    #
    update_interval 2.0
    
    
    ####
    ## The number of times Conky will update before quitting.
    ## Zero makes Conky run forever.
    #
    total_run_times 0
    
    
    ####
    ## Create own window in instead of using desktop?
    #
    #own_window yes
    #own_window_transparent no
    #own_window_type normal
    #own_window_class conky-semi
    #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window yes
    own_window_transparent yes
    own_window_type normal
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    #background no
    ####
    ## Some distros also require the following 2 lines.
    #
    own_window_argb_visual yes
    own_window_argb_value 255
    
    
    ####
    ## Force images to redraw when they change.
    #
    imlib_cache_size 0
    
    
    ####
    ## Use double buffering? Reduces flicker.
    #
    double_buffer yes
    
    
    ####
    ## Draw shades?
    #
    draw_shades yes
    default_shade_color 292421
    
    
    ####
    ## Draw outlines?
    #
    draw_outline yes
    
    
    ####
    ## Draw borders around text?
    #
    draw_borders yes
    
    
    ####
    ## 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, other possible values are commented
    alignment top_right
    #alignment top_middle
    #alignment bottom_left
    #alignment bottom_right
    
    
    ####
    ## Minimum size of the text area.
    ## Syntax: minimum_size [width] [height]
    #
    minimum_size 240 1394
    
    
    ####
    ## Maximum width of the text area.
    ## Syntax: maximum_width [width]
    #
    maximum_width 240
    
    
    ####
    ## Gap between text and screen borders.
    #
    gap_x 6	  ## Left / Right
    gap_y 32  ## Top / Bottom
    
    
    ####
    ## 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 3
    
    
    ####
    ## 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		#FFFFFF
    color1 Ivory		#FFFFF0
    color2 Ivory2		#EEEEE0
    color3 Ivory3		#CDCDC1
    color4 Tan1		#FFA54F
    color5 Tan2		#EE9A49
    color6 Gray		#7E7E7E
    color7 AntiqueWhite4	#8B8378
    color8 DimGray		#696969
    color9 Tomato		#FF6347
    
    
    #####
    ## 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
    
    
    TEXT
    ##################################
    ##             LOGO             ##
    ##################################
    ## Uncomment for hard-coded ID (static)
    #${voffset -33}${font OpenLogos:size=103}${color2}v${font}${voffset -76}${goto 179}${font UbuntuTitleBold:size=19.6}${color4}1${offset 1}2${offset 1}.${offset 0}0${offset 0}4${font}
    ####
    ## Uncomment for soft-coded ID (dynamic)
    # ${voffset -33}${font #OpenLogos:size=103}${color2}v${font}${voffset -76}${goto 179}${font UbuntuTitleBold:size=19.6}${color4}${pre_exec cat /etc/*release | grep 'RELEASE' | awk -F'=' '{print $2}'}${font}
    ####
    ## Additional ID (branch version, code name, release date, etc.)
    #${voffset -1}${goto 188}${font Ubuntu-B:size=8.1}${color4}alpha 1${font}
    ##################################
    ##            SYSTEM            ##
    ##################################
    ${voffset 7}${font DroidSans:bold:size=8.25}${color4}SYSTEM${offset 8}${color8}${voffset -2}${hr 2}${font}
    #${voffset 4}${font OpenLogos:size=10}${color2}u${voffset -4}${font DroidSans:size=8.6}${color3}${offset 5}${pre_exec lsb_release -sd || cat /etc/*release}${font}
    ${voffset 2}${offset -2}${font OpenLogos:size=12}${color2}Z${voffset -4}${font DroidSans:size=8.6}${color3}${offset 3}${sysname}${offset 3}${kernel}${alignr}${font DroidSans:size=8.3}${machine}${font}
    #${voffset 2}${font StyleBats:size=10}${color2}d${voffset -2}${font DroidSans:size=8.6}${color3}${offset 5}nVidia GeForce 7600 GT${alignr}${font DroidSans:size=8.3}#${pre_exec dpkg --status nvidia-current | grep Version | cut -f 1 -d '-' | sed 's/[^.,0-9]//g'}${font}
    #${voffset 2}${font StyleBats:size=10}${color2}A${voffset -1}${font DroidSans:size=8.6}${color3}${offset 5}Intel${offset 3}P4${offset 3}Extreme${offset 3}Edition${alignr 1}${font DroidSans:size=8.3}${freq_g cpu0}${offset 1}GHz${font}
    ${voffset 7}${alignr} CPU freq: ${freq_g cpu0}${offset 1}GHz${font}
    ${voffset 2}${font StyleBats:size=10}${color2}q${voffset -1}${font DroidSans:size=8.6}${color3}${offset 5}System${offset 3}Uptime${alignr}${font DroidSans:size=8.3}${uptime}${font}
    ##################################
    ##          PROCESSORS          ##
    ##################################
    ${voffset 4}${font DroidSans:bold:size=8}${color4}PROCESSORS${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 4}${font StyleBats:size=9.9}${color2}k${voffset -2}${font DroidSansFallback:size=8.39}${color3}${offset 2}CPU1${offset 5}${font DroidSans:size=8.3}${cpu cpu1}%${font}
    ${voffset 2}${font StyleBats:size=9.9}${color2}k${voffset -2}${font DroidSansFallback:size=8.39}${color3}${offset 2}CPU2${offset 5}${font DroidSans:size=8.3}${cpu cpu2}%${font}
    ##################################
    ##            MEMORY            ##
    ##################################
    ${voffset 5}${font DroidSans:bold:size=8}${color4}MEMORY${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 4}${font StyleBats:size=10}${color2}l${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 3}RAM${goto 97}${font DroidSans:size=8.3}${mem}${goto 133}/${offset 5}${memmax}${alignr}${memperc}%${font}
    ##################################
    ##             HDD              ##
    ##################################
    ${voffset 5}${font DroidSans:bold:size=8}${color4}HDD${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 6}${font StyleBats:size=9.9}${color2}x${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}ROOT${goto 95}${font DroidSans:size=8.3}${fs_used /}${goto 133}/${offset 5}${fs_size /}${alignr}${fs_free /}${font}
    ${voffset 6}${font StyleBats:size=9.9}${color2}x${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}${if_existing /media/backup}BACKUP: ${goto 95}${font DroidSans:size=8.3} ${fs_size /media/backup}${goto 133}/${offset 5}${fs_free /media/backup}${else} BACKUP:  Not Mounted${endif}${alignr}%${font}
    #${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}HOME${goto 95}${font DroidSans:size=8.3}${fs_used /home}${goto 133}/${offset 5}${fs_size /}${alignr}${fs_free /}%${font}
    ${voffset 6}${font StyleBats:size=9.9}${color2}4${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}SWAP${goto 95}${font DroidSans:size=8.3}${swap}${goto 133}/${offset 5}${swapmax}${alignr}${swapperc}%${font}
    ${voffset 6}${font StyleBats:size=9.9}${color2}4${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}TRASH: ${goto 133}${execi 60 du -sh ~/.local/share/Trash/files/ | awk '{print $1}' | sed '/^4.0K/ d'  | sed 's/$/ of TRASH /'}${font}
    ##################################
    ##         TOP PROCESSES        ##
    ##################################
    ${voffset 5}${font DroidSans:bold:size=8}${color4}TOP PROCESSES${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 6}${font StyleBats:size=10}${color1}h${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}${top_mem name 1}${goto 120}${font DroidSans:size=8.3}${top_mem mem_res 1}${alignr}${top_mem mem 1}%${font}
    ${voffset 1}${font StyleBats:size=10}${color1}h${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}${top_mem name 2}${goto 120}${font DroidSans:size=8.3}${top_mem mem_res 2}${alignr}${top_mem mem 2}%${font}
    ${voffset 1}${font StyleBats:size=10}${color1}h${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}${top_mem name 3}${goto 120}${font DroidSans:size=8.3}${top_mem mem_res 3}${alignr}${top_mem mem 3}%${font}
    # ${voffset 1}${font StyleBats:size=10}${color1}h${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}${top_mem name 4}${goto 120}${font DroidSans:size=8.3}${top_mem mem_res 4}${alignr}${top_mem mem 4}%${font}
    # ${voffset 1}${font StyleBats:size=10}${color1}h${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}${top_mem name 5}${goto 120}${font DroidSans:size=8.3}${top_mem mem_res 5}${alignr}${top_mem mem 5}%${font}
    # ${voffset 1}${font StyleBats:size=10}${color1}h${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}${top_mem name 6}${goto 120}${font DroidSans:size=8.3}${top_mem mem_res 6}${alignr}${top_mem mem 6}%${font}
    ##################################
    ##           NETWORK            ##
    ##################################
    ${voffset 4}${font DroidSans:bold:size=8}${color4}NETWORK${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 4}${font PizzaDudeBullets:size=9.5}${color6}T${font DroidSans:size=8.65}${color3}${offset 5}Download${goto 120}${font DroidSans:size=8.3}${totaldown eth0}${alignr}${font DroidSans:size=8.3}${downspeed eth0}${font}
    ${voffset 0}${font PizzaDudeBullets:size=9.5}${color6}N${font DroidSans:size=8.65}${color3}${offset 5}Upload${goto 120}${font DroidSans:size=8.3}${totalup eth0}${alignr}${font DroidSans:size=8.3}${upspeed eth0}${font}
    ${voffset 4}${font PizzaDudeBullets:size=9.5}${color6}a${font DroidSans:size=8.65}${color3}${offset 5}Private${offset 3}IP${goto 123}${font DroidSansFallback:size=8.5}LAN${alignr}${font DroidSans:size=8.3} ${alignr} ${addr eth0}${font}
    ${voffset 0}${font PizzaDudeBullets:size=9.5}${color6}a${font DroidSans:size=8.65}${color3}${offset 5}Public${offset 7}IP${goto 121}${font DroidSansFallback:size=8.5}WAN${alignr}${font DroidSans:size=8.3} ${alignr} ${execi 1800 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}${font}
    ##################################
    ##     WEATHER (Imperial)       ##
    ##################################
    #${voffset 4}${font DroidSans:bold:size=8.25}${color4}WEATHER${offset 8}${color8}${voffset -2}${hr 2}${font}
    #${voffset -55}${font RadioSpace:size=34}${color3}${execi 1800 /home/boztu/.conky/weather/weather.sh "Scottsdale,AZ" ctbi}${font}${voffset -28}${goto 33}${font Weather:size=42}${color3}y${font}
    #${voffset -38}${font Ubuntu:size=8.63}${color5}${execi 1800 /home/boztu/.conky/weather/weather.sh "Scottsdale,AZ" ctti}${font}
    #${voffset -39}${font KRARound:size=36}${color3}${goto 195}I${font}
    #${voffset 6}${font Ubuntu:size=23}${color5}${alignc -2}${execi 1800 /home/boztu/.conky/weather/weather.sh "Scottsdale,AZ" ccb}${font}
    #${voffset 8}${font DroidSansFallback:size=8.63}${color3}${execi 1800 /home/boztu/.conky/weather/weather.sh "Scottsdale,AZ"}${font}
    #${voffset -57}${font ConkyWeather:size=48}${color6}${alignc -55}${execi 1800 /home/boztu/.conky/weather/weather.sh "Scottsdale,AZ" cp}${font}
    #${voffset 6}${font DroidSansMono:bold:size=8.62}${color4}${offset 40}${execi 1800 /home/boztu/.conky/weather/weather.sh "Scottsdale,AZ" dl}${font}
    #${voffset 0}${font ConkyWeather:size=37.9}${color3}${offset 26}${execi 1800 /home/boztu/.conky/weather/weather.sh "Scottsdale,AZ" fcp}${font}
    #${voffset 0}${font DroidSansFallback:bold:size=8.62}${color4}${offset 28}${execi 1800 /home/boztu/.conky/weather/weather.sh "Scottsdale,AZ" fcti}${font}
    ##################################
    ##      WEATHER (Metric)        ##
    ##################################
    # ${voffset 4}${font DroidSans:bold:size=8.25}${color4}WEATHER${offset 8}${color8}${voffset -2}${hr 2}${font}
    # ${voffset -55}${font RadioSpace:size=34}${color3}${execi 1800 /home/boztu/.conky/weather/weather.sh "Toronto" ctbm}${font}${voffset -28}${goto 33}${font Weather:size=42}${color3}y${font}
    # ${voffset -38}${font Ubuntu:size=8.63}${color5}${execi 1800 /home/boztu/.conky/weather/weather.sh "Toronto" cttm}${font}
    # ${voffset -39}${font KRARound:size=36}${color3}${goto 195}I${font}
    # ${voffset 6}${font Ubuntu:size=23}${color5}${alignc -2}${execi 1800 /home/boztu/.conky/weather/weather.sh "Toronto" ccb}${font}
    # ${voffset 8}${font DroidSansFallback:size=8.63}${color3}${execi 1800 /home/boztu/.conky/weather/weather.sh "Toronto"}${font}
    # ${voffset -57}${font ConkyWeather:size=48}${color6}${alignc -55}${execi 1800 /home/boztu/.conky/weather/weather.sh "Toronto" cp}${font}
    # ${voffset 6}${font DroidSansMono:bold:size=8.62}${color4}${offset 40}${execi 1800 /home/boztu/.conky/weather/weather.sh "Toronto" dl}${font}
    # ${voffset 0}${font ConkyWeather:size=37.9}${color3}${offset 26}${execi 1800 /home/boztu/.conky/weather/weather.sh "Toronto" fcp}${font}
    # ${voffset 0}${font DroidSansFallback:bold:size=8.62}${color4}${offset 35}${execi 1800 /home/boztu/.conky/weather/weather.sh "Toronto" fctm}${font}
    ##################################
    ##             TIME             ##
    ##################################
    ${voffset 4}${font DroidSans:bold:size=8}${color4}TIME${offset 8}${color8}${voffset -2}${hr 2}${font}
    #${voffset -4}${font RadioSpace:size=32}${color3}${if_match ${time %l}<=9}${alignc 7}${time %l:%M%p}${else}${if_match ${time %l}>=10}${alignc -1}${time %l:%M%p}${endif}${endif}${font}
    ${voffset -4}${font RadioSpace:size=32}${color3}${alignc -1}${time %H:%M:%S}${font}
    ##################################
    ##      CALENDAR (5-Line)       ##
    ##################################
    ${voffset 4}${font DroidSans:bold:size=8}${color4}DATE${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 2}${font DroidSansMono:size=10}${color3}${alignc}${time %a }${time %e %B %G}${font}
    #${voffset -4}${font DroidSansFallback:bold:size=18}${if_match ${time %e}<=9}${color5}${alignc 65}${time %e}${font}${else}${if_match ${time %e}>=10}${color5}${alignc 60}${time %e}${endif}${endif}${font}
    #${voffset 0}${font DroidSansMono:size=7.55}${color3}${alignc 60}${time %B}${font}
    #${voffset 0}${font DroidSansMono:size=7.6}${color3}${alignc 60}${time %Y}${font}
    #${voffset -83}${font CutOutsFor3DFX:size=67}${color8}${alignc 99}2${font}
    ####
    ## Uncomment for Conky 1.8.0 (use mono fonts only)
    # ${voffset -68}${font DroidSansMono:size=7.55}${color3}${execpi 60 #boztu_Cal_9=`date +%-d`; cal -h | sed -e 's/\r//g' -e 's/^/ /g' #-e '1d' -e s/^/"\$\{offset 100"\}/ -e #'s/\<'"$boztu_Cal_9"'\>/${color4}&${color3}/'}
    ####
    ## Uncomment for Conky 1.8.1 (use mono fonts only)
    #${voffset -64}${offset 100}${font DroidSansMono:size=7.55}${color3}${execpi 60 boztu_Cal_9=`date +%-d`; cal -h | sed -e 's/\r//g' -e 's/^/ /g' -e '1d' -e 's/\<'"$boztu_Cal_9"'\>/${color4}&${color3}/'}
    ##################################
    ##   RHYTHMBOX (Experimental)   ##
    ##################################
    ${if_running rhythmbox}
    ${voffset 5}${font DroidSans:bold:size=7.75}${color4}RHYTHMBOX${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 4}${font DroidSans:size=8.25}${color3}${if_match "${execpi 2 expr length "`/usr/bin/rhythmbox-client --print-playing-format %tt | head -n 1`"}" >= "48"}${alignr 15}${scroll 38 4* ${execi 2 rhythmbox-client --print-playing-format %tt --no-start}}${font}${else}${alignc}${execi 2 rhythmbox-client --print-playing-format %tt --no-start}${font}${endif}${endif}
    ##################################
    ##    BANSHEE (Experimental)    ##
    ##################################
    ${if_running banshee}
    ${voffset 5}${font DroidSans:bold:size=7.75}${color4}BANSHEE${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${voffset 4}${font DroidSans:size=8.25}${color3}${if_match "${execpi 2 expr length "`/usr/bin/banshee --query-title --no-present | cut -f1- -d " "`"}" >= "48"}${alignr 15}${scroll 38 4* ${execi 2 banshee --query-title --no-present | cut -f2- -d " "}}${font}${else}${alignc}${execi 2 banshee --query-title --no-present | cut -f2- -d " "}${font}${endif}${endif}
    ##################################
    ##             MPD              ##
    ##################################
    ${if_running mpd}
    ${voffset -25}${font DroidSans:bold:size=7.75}${color4}MPD${offset 8}${color8}${voffset -2}${hr 2}${color3}${font}
    ${voffset 4}$mpd_status
    ${voffset 4}$mpd_artist
    ${voffset 4}$mpd_title
    ${voffset 4}${mpd_bar 5,100}
    ${voffset 4}$mpd_percent %          $mpd_elapsed/$mpd_length ${alignr} GMAIL:    ${execi 300 python ~/.conky/gmail.py}
    #################################
    ##             RSS WEATHER     ##
    #################################
    ${voffset 4}${font DroidSans:bold:size=8.25}${color4}WEATHER${offset 8}${color8}${voffset -2}${hr 2}${color3}${font}
    ${voffset 4} ${execi 600 bash $HOME/.conky/lowph/Accuweather_RSS/acc_rss}
     ${font conkyweather:size=30}${execpi 600  sed -n '2p' $HOME/.conky/lowph/Accuweather_RSS/weather}${font}${goto 75}${voffset -25}${execpi 600 sed -n '1p' $HOME/.conky/lowph/Accuweather_RSS/weather|cut -c1-20}
    ${voffset 4}${goto 75}${execpi 600 sed -n '1p' $HOME/.conky/lowph/Accuweather_RSS/weather|cut -c21-50}
    ${goto 75}${execpi 600 sed -n '1p' $HOME/.conky/lowph/Accuweather_RSS/weather|cut -c51-70}
    
    
    ${voffset 4} ${execi 600  sed -n '3p' $HOME/.conky/lowph/Accuweather_RSS/weather}
     ${font conkyweather:size=30}${execpi 600  sed -n '5p' $HOME/.conky/lowph/Accuweather_RSS/weather}${font}${goto 75}${voffset -25}${execpi 600 sed -n '4p' $HOME/.conky/lowph/Accuweather_RSS/weather|cut -c1-20}
    ${voffset 4}${goto 75}${execpi 600 sed -n '4p' $HOME/.conky/lowph/Accuweather_RSS/weather|cut -c21-40}
    ${goto 75}${execpi 600 sed -n '4p' $HOME/.conky/lowph/Accuweather_RSS/weather|cut -c41-60}
    
    
    ${voffset 4} ${execi 600  sed -n '6p' $HOME/.conky/lowph/Accuweather_RSS/weather}
     ${font conkyweather:size=30}${execpi 600  sed -n '8p' $HOME/.conky/lowph/Accuweather_RSS/weather}${font}${goto 75}${voffset -25}${execpi 600 sed -n '4p' $HOME/.conky/lowph/Accuweather_RSS/weather|cut -c1-20}
    ${voffset 4}${goto 75}${execpi 600 sed -n '7p' $HOME/.conky/lowph/Accuweather_RSS/weather|cut -c21-40}
    ${goto 75}${execpi 600 sed -n '7p' $HOME/.conky/lowph/Accuweather_RSS/weather|cut -c41-60} ${voffset -40}
    If run from the command line, this is what it shows ;-[boztu:Mon May 13 20:19:06 @~]$ [1432]>; !1407
    conky -d -c ~/.conkyrc5
    WARNING: gnome-keyring:: couldn't connect to: /home/boztu/.cache/keyring-qsUFaH/pkcs11: No such file or directory
    Conky: one or more $endif's are missing
    Conky: forked to background, pid is 19829
    [boztu:Mon May 13 20:19:18 @~]$ [1433]>;
    Conky: desktop window (43) is root window
    Conky: window type - normal
    Conky: drawing to created window (0x4600002)
    Conky: drawing to double buffer

    Can anyone help me recover it please?
    Thanks
    Sharon.

  4. #21914
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by boudiccas View Post
    If run from the command line, this is what it shows ;-[boztu:Mon May 13 20:19:06 @~]$ [1432]>; !1407
    conky -d -c ~/.conkyrc5
    WARNING: gnome-keyring:: couldn't connect to: /home/boztu/.cache/keyring-qsUFaH/pkcs11: No such file or directory
    Conky: one or more $endif's are missing
    Conky: forked to background, pid is 19829
    [boztu:Mon May 13 20:19:18 @~]$ [1433]>;
    Conky: desktop window (43) is root window
    Conky: window type - normal
    Conky: drawing to created window (0x4600002)
    Conky: drawing to double buffer

    Can anyone help me recover it please?
    Thanks
    Sharon.
    The Key to at least one problem:Conky: one or more $endif's are missing

    You are missing an ${endif} in your MPD section, I don't use it so I can't test it as that section cause another error looking to use a port.
    Code:
    ##             MPD              ##
    The only error I get after commenting that out:

    Code:
     13 May 13 | 18:58:15 ~
        $ conky -c /media/5/conky/boudiccas_2.conky &
    [1] 16883
     
     13 May 13 | 18:58:23 ~
        $ Conky: forked to background, pid is 16888
    
    Conky: desktop window (264) is root window
    Conky: window type - normal
    Conky: drawing to created window (0x2200002)
    Conky: drawing to double buffer
    wget: no process found
    /home/sector11/lowph/Accuweather_RSS/weather_raw: No such file or directory
    Which is interesting as weather is showing.
    Attached Images Attached Images

  5. #21915
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Thanks boudiccas for posting your code, I didn't realize "if_running" was a valid variable, that simplifies things a bit for me (I've apparently been doing things the hard way). I can't believe I'm still not familiar with all the native Conky commands yet.

    ...although i say to show at 'alignment top_right' its showing at top-left and right up to the screen edge at the top...

    Have you tried a different own_window_type, such as "override" instead of "normal"? It may make a difference, maybe not. I can't really see anything in your code that might be causing your issue.

    >>Update<<
    I ran your code as you posted it. It ran in the correct position for me, might be a system issue on your end.

    Screenshot - 05132013 - 08:30:16 PM.png
    Last edited by Petro Dawg; May 14th, 2013 at 02:34 AM.
    Who's Awesome? You're Awesome.

  6. #21916
    Join Date
    Nov 2012
    Beans
    6

    Re: Post your .conkyrc files w/ screenshots

    Thanks for this Petro Dawg, I ran it with 'override' and its working beautifully again. Still got the problem of the black background when what I really want is transparent though!

    And I've found a way of starting 3, or more, conkies all at once! Put this line in your '.bash_aliases' ;- alias conkyall='nohup conky -d -c ~/.conkyrc9 & nohup conky -d -c ~/.conkyrc & nohup conky -d -c ~/.conkyrc5 &' save and then in a terminal, enter 'conkyall', and lo and behold, it opens up 3 conkys with little intervention from yourself!

    Thanks again
    Sharon.

  7. #21917
    Join Date
    Nov 2008
    Location
    Magdalena,New Mexico,USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by boudiccas View Post
    Thanks for this Petro Dawg, I ran it with 'override' and its working beautifully again. Still got the problem of the black background when what I really want is transparent though!

    And I've found a way of starting 3, or more, conkies all at once! Put this line in your '.bash_aliases' ;- alias conkyall='nohup conky -d -c ~/.conkyrc9 & nohup conky -d -c ~/.conkyrc & nohup conky -d -c ~/.conkyrc5 &' save and then in a terminal, enter 'conkyall', and lo and behold, it opens up 3 conkys with little intervention from yourself!

    Thanks again
    Sharon.
    thanx for the hint about the alias bash command....will try that as I'm using 2 conky's now,
    but would like to "experiment" with more....

    I "assume" you declared your "own window" to be transparent along with the "override" command???
    my 2 conky's use the "override" command with no problems...see screenshot...of course it doesn't
    really show up against the black background, but it REALLY is transparent...


    Tommy
    Registered Linux User # 529389
    Arch Linux, MX 18.3 Linux
    my personal web page http://users.gilanet.com/~tfrost
    "If you're not living on the edge, you're taking up too much space"--Unknown

  8. #21918
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by boudiccas View Post
    Thanks for this Petro Dawg, I ran it with 'override' and its working beautifully again. Still got the problem of the black background when what I really want is transparent though!
    Try disabling argb transparency if using own_window_type override....
    Code:
    # own_window_argb_visual yes
    # own_window_argb_value 255
    From man conky
    own_window_argb_visual
    Boolean, use ARGB visual? ARGB can be used for real transparency, note that a composite manager is required for real transparency. This option will not work as desired (in most cases) in conjunction with 'own_window_type override'.
    Last edited by stinkeye; May 14th, 2013 at 07:35 PM.

  9. #21919
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by stinkeye View Post
    Try disabling argb transparency if using own_window_type override....
    Code:
    # own_window_argb_visual yes
    # own_window_argb_value 255
    From man conky
    own_window_argb_visual Boolean, use ARGB visual? ARGB can be used for real transparency, note that a composite manager is required for real transparency. This option will not work as desired (in most cases) in conjunction with 'own_window_type override'.

    own_window_argb_value When ARGB visuals are enabled, this use this to modify the alpha value used. Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
    Sage advice stinkeye, so I leave your quote, but people need to know that "override" has it's downside as well:

    own_window_type if own_window is yes, you may specify type normal, desktop, dock, panel or override (default: normal).

    Desktop windows are special windows that have no window decorations; are always visible on your desktop; do not appear in your pager or taskbar; and are sticky across all workspaces.

    Panel windows reserve space along a desktop edge, just like panels and taskbars, preventing maximized windows from overlapping them. The edge is chosen based on the alignment option.

    Override windows are not under the control of the window manager. Hints are ignored. This type of window can be useful for certain situations.
    meaning the hints here:
    own_window_hints If own_window is yes, you may use these window manager hints to affect the way Conky displays. Notes: Use own_window_type desktop as another way to implement many of these hints implicitly. If you use own_window_type override, window manager hints have no meaning and are ignored.
    Code:
    own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager
    Different WM's, different DE's, and different composite managers quite possibly will mean different settings in conky to act/display the same.

    As I'm finding the differences between my VSIDO Debian 'SID' conkys don't work the same for stinkeye and Petro Dawg in some cases.

    I use:
    Code:
    own_window yes
    own_window_type normal
    own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager  ## run on all desktops
    #own_window_hints undecorated,below,skip_taskbar,skip_pager ## run on the desktop it was started on
    
    ### ARGB can be used for real transparency
    ### NOTE that a composite manager is required for real transparency.
    ### This option will not work as desired (in most cases) in conjunction with
    ### own_window_type normal
    # own_window_argb_visual yes
    
    ### When ARGB visuals are enabled, this use this to modify the alpha value
    ### Use: own_window_type normal
    ### Use: own_window_transparent no
    ### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
    # own_window_argb_value 150
    pretty well exclusively on all my conkys here.

    Debian SID: OpenBox, with "compton" composite manager.

    NOTE: with own_window_type desktop you can not right click on your conky, it's dead space, but with normal and override it's available.

    Explore your options.
    Attached Images Attached Images
    Last edited by Sector11; May 14th, 2013 at 10:22 PM.

  10. #21920
    Join Date
    Nov 2012
    Beans
    6

    Re: Post your .conkyrc files w/ screenshots

    Thanks stinkeye, that was what was missing, and its now a transparent background after a conky restart. I'm a happy bunny again

    Thanks
    Sharon.

Page 2192 of 2348 FirstFirst ... 1192169220922142218221902191219221932194220222422292 ... 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
  •