Page 2066 of 2348 FirstFirst ... 1066156619662016205620642065206620672068207621162166 ... LastLast
Results 20,651 to 20,660 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #20651
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Surprise, surprise, and what in this 21 directories is...

    And if you want run Conky in terminal you must give it conkyrc file as an argument, like
    Code:
    conky -c ~/.conky/conky14/ConkyCercle
    Linux Debian Sid (Minted) x86_64/3.12.10, Conky 2.0_pre, Xorg 7.7/1.15.0, KDE 4.11.5, Lenovo T61, Intel X3100, HITACHI HTS722010K9SA00 100GB, WDC_WD5000BEVT 500GB
    Linux user No.: 483055 | My Conky Pitstop corner | One4All project

  2. #20652
    Join Date
    Apr 2007
    Location
    Miami FL USA
    Beans
    1,292
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dk75 View Post
    Surprise, surprise, and what in this 21 directories is...

    And if you want run Conky in terminal you must give it conkyrc file as an argument, like
    Code:
    conky -c ~/.conky/conky14/ConkyCercle
    That didnt work for me, got:
    [cecil@manjaro ~]$ conky -c ~/.conky/conky14/ConkyCercle
    Conky: /home/cecil/.conky/conky14/ConkyCercle: 46: no such configuration: '${image'
    Conky: forked to background, pid is 2375
    [cecil@manjaro ~]$
    Conky: desktop window (1400003) is subwindow of root window (267)
    Conky: window type - desktop
    Conky: drawing to created window (0x2000002)
    Conky: drawing to double buffer
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    Conky: obj->data.i 2 info.cpu_count 1
    Conky: attempting to use more CPUs than you have!
    Conky: llua_do_call: function conky_clock_rings execution failed: /home/cecil/.conky/conky14/conky/clock_rings.lua:225: attempt to perform arithmetic on local 'value' (a nil value)

  3. #20653
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Does "Conky Cercle - 14" from Conky Control works?
    What files do you have in ~/.conky/conky14?
    What Conky do you have?
    Linux Debian Sid (Minted) x86_64/3.12.10, Conky 2.0_pre, Xorg 7.7/1.15.0, KDE 4.11.5, Lenovo T61, Intel X3100, HITACHI HTS722010K9SA00 100GB, WDC_WD5000BEVT 500GB
    Linux user No.: 483055 | My Conky Pitstop corner | One4All project

  4. #20654
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Maybe this:
    Code:
    conky -c ~/.conky/conky1/conkyClementine
    conky -c ~/.conky/conky2/conkyClementine1
    conky -c ~/.conky/conky3/ConkyRamCpu2
    conky -c ~/.conky/conky4/ConkyRamCpu
    conky -c ~/.conky/conky5/conkyrc_orange
    conky -c ~/.conky/conky6/conkyrc_HUD
    conky -c ~/.conky/conky7/ConkyNotes
    conky -c ~/.conky/conky8/ConkyZoe
    conky -c ~/.conky/conky9/ConkyBox
    conky -c ~/.conky/conky10/DateHD
    conky -c ~/.conky/conky11/Date-Hour
    conky -c ~/.conky/conky12/ConkyRss
    conky -c ~/.conky/conky13/ConkyRss2
    conky -c ~/.conky/conky14/ConkyCercle
    conky -c ~/.conky/conky15/conky-all-gray
    conky -c ~/.conky/conky16/ConkyUpdate
    conky -c ~/.conky/conky17/ConkyBar
    conky -c ~/.conky/conky18/ConkyLarge
    conky -c ~/.conky/conky19/conkyrc_5
    conky -c ~/.conky/conky20/conkyrc  ## Ubuntu
    conky -c ~/.conky/conky21/conkyrc_3
    and a file called "conky"

    Code:
    #!/bin/sh
    # License GPL
    # by rodofr - Voyager Live
    	# Display the action selector
    	RET=`zenity --list --title "Conky" --checklist --width=330 --height=440 \
    		--column "Select" --column "Conky" \
    		FALSE	"Conky-all-Stop" \
    		FALSE 	"Clementine-OV - 1" \
    		FALSE 	"Clementine-WV - 2" \
    		FALSE	"HD-Orange - 3" \
    		FALSE	"HD-Gray - 4" \
    		FALSE	"Delta-Orange - 5" \
    		FALSE	"HUD - 6" \
    		FALSE	"ConkyNotes - 7" \
    		FALSE	"ConkyZoe - 8" \
    		FALSE	"ConkyBox - 9" \
    		FALSE	"DateHD - 10" \
    		FALSE	"Date-Hour - 11"\
    		FALSE	"ConkyRss - 12"\
    		FALSE	"ConkyRss2 - 13"\
    		FALSE	"ConkyCercle - 14" \
    		FALSE	"Conky-all-gray - 15" \
    		FALSE	"Conky-Update - 16" \
    		FALSE	"ConkyBar - 17" \
    		FALSE	"ConkyLarge - 18" \
    		FALSE	"ConkyCore - 19" \
    		FALSE	"ConkyUbuntu - 20" \
    		FALSE	"ConkyCore2 - 21" \
    		FALSE	"Conky-all-Stop"`
    	
    	if echo "$RET" | grep "Conky-all-Stop"; then
    		exec ~/.scripts/Conky/Conky-all-Stop &
    	fi
    	if echo "$RET" | grep "Clementine-OV - 1"; then
    		exec ~/.scripts/Conky/Clementine-OV &
    	fi
    	if echo "$RET" | grep "Clementine-WV - 2"; then
    		exec ~/.scripts/Conky/Clementine-WV &
    	fi
    	if echo "$RET" | grep "HD-Orange - 3"; then
    		exec ~/.scripts/Conky/HD-Orange &
    	fi
    	if echo "$RET" | grep "HD-Gray - 4"; then
    		exec ~/.scripts/Conky/HD-Gray &
    	fi
    	if echo "$RET" | grep "Delta-Orange - 5"; then
    		exec ~/.scripts/Conky/Delta-Orange &
    	fi
    	if echo "$RET" | grep "HUD - 6"; then
    		exec ~/.scripts/Conky/HUD &
    	fi
    	if echo "$RET" | grep "ConkyNotes - 7"; then
    		exec ~/.scripts/Conky/ConkyNotes &
    	fi
    	if echo "$RET" | grep "ConkyZoe - 8"; then
    		exec ~/.scripts/Conky/ConkyZoe &
    	fi
    	if echo "$RET" | grep "ConkyBox - 9"; then
    		exec ~/.scripts/Conky/ConkyBox &
    	ficonky -c ~/.conky/conky1/conkyClementine
    conky -c ~/.conky/conky2/conkyClementine1
    conky -c ~/.conky/conky3/ConkyRamCpu2
    conky -c ~/.conky/conky4/ConkyRamCpu
    conky -c ~/.conky/conky5/conkyrc_orange
    conky -c ~/.conky/conky6/conkyrc_HUD
    conky -c ~/.conky/conky7/ConkyNotes
    conky -c ~/.conky/conky8/ConkyZoe
    conky -c ~/.conky/conky9/ConkyBox
    conky -c ~/.conky/conky10/DateHD
    conky -c ~/.conky/conky11/Date-Hour
    conky -c ~/.conky/conky12/ConkyRss
    conky -c ~/.conky/conky13/ConkyRss2
    conky -c ~/.conky/conky14/ConkyCercle
    conky -c ~/.conky/conky15/conky-all-gray
    conky -c ~/.conky/conky16/ConkyUpdate
    conky -c ~/.conky/conky17/ConkyBar
    conky -c ~/.conky/conky18/ConkyLarge
    conky -c ~/.conky/conky19/conkyrc_5
    conky -c ~/.conky/conky20/conkyrc  ## Ubuntu
    
    	if echo "$RET" | grep "DateHD - 10"; then
    		exec ~/.scripts/Conky/DateHD &
    	fi
    	if echo "$RET" | grep "Date-Hour - 11"; then
    		exec ~/.scripts/Conky/Date-Hour &
    	fi
    	if echo "$RET" | grep "ConkyRss - 12"; then
    		exec ~/.scripts/Conky/ConkyRss &
    	fi
    	if echo "$RET" | grep "ConkyRss2 - 13"; then
    		exec ~/.scripts/Conky/ConkyRss2 &
    	fi
    	if echo "$RET" | grep "ConkyCercle - 14"; then
    		exec ~/.scripts/Conky/ConkyCercle &
    	fi
    	if echo "$RET" | grep "Conky-all-gray - 15"; then
    		exec ~/.scripts/Conky/Conky-all-gray &
    	fi
    	if echo "$RET" | grep "Conky-Update - 16"; then
    		exec ~/.scripts/Conky/Conky-Update &
    	fi
    	if echo "$RET" | grep "ConkyBar - 17"; then
    		exec ~/.scripts/Conky/ConkyBar &
    	fi
    	if echo "$RET" | grep "ConkyLarge - 18"; then
    		exec ~/.scripts/Conky/ConkyLarge &
    	fi
    	if echo "$RET" | grep "ConkyCore - 19"; then
    		exec ~/.scripts/Conky/ConkyCore &
    	fi
    	if echo "$RET" | grep "ConkyUbuntu - 20"; then
    		exec ~/.scripts/Conky/ConkyUbuntu &
    	fi
    	if echo "$RET" | grep "ConkyCore2 - 21"; then
    		exec ~/.scripts/Conky/ConkyCore2 &
    	fi
    	if echo "$RET" | grep "Conky-all-Stop"; then
    		exec ~/.scripts/Conky/Conky-all-Stop &
    	if [ $? -eq 1 ];then exit; fi; fi
    
    # Finish
    fi

  5. #20655
    Join Date
    Apr 2007
    Location
    Miami FL USA
    Beans
    1,292
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dk75 View Post
    Does "Conky Cercle - 14" from Conky Control works?
    What files do you have in ~/.conky/conky14?
    What Conky do you have?
    Works but clock hands disappear after a few seconds
    Files in /conky14: /conky, clock_rings.lua, conky_bg.png /quadcore_cpu, /conky1, clock_rings.lua, conky_bg.png and ConkyCercle in /conky14
    Version: 1.9.0, Sept 18
    Attached Images Attached Images

  6. #20656
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by cecilpierce View Post
    Works but clock hands disappear after a few seconds
    Files in /conky14: /conky, clock_rings.lua, conky_bg.png /quadcore_cpu, /conky1, clock_rings.lua, conky_bg.png and ConkyCercle in /conky14
    Version: 1.9.0, Sept 18
    It may be disappearing if the ConkyCercle config is using...
    Code:
    own_window_type desktop
    Usually disappears when you click the desktop.


    Try using...
    Code:
    own_window_type normal
    and make sure there is not multiple own_window_type settings in the ConkyCercle config.
    Last edited by stinkeye; September 28th, 2012 at 03:01 PM.

  7. #20657
    Join Date
    Apr 2007
    Location
    Miami FL USA
    Beans
    1,292
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    @stinkeye

    Change it and deleted one other, stll the same with conky14, clock hands show for abt 5 secs with no circle, then the circle comes up and the hands disappear, of course I dont know what im doing...

  8. #20658
    Join Date
    Apr 2007
    Location
    Miami FL USA
    Beans
    1,292
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Oops, forgot the screen shot, if you can see it ?
    Attached Images Attached Images

  9. #20659
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Strange.
    I downloadd the conky configs and lua scripts from one of Sector11's links
    and I get the display as shown in pic.
    Altough I don't think it would fix your clock display,except to make your background transparent, the config I have uses...
    Code:
    own_window_argb_visual yes
    own_window yes
    
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,sticky,skip_taskbar,skip_pager,below
    Attached Images Attached Images
    Last edited by stinkeye; September 28th, 2012 at 05:54 PM.

  10. #20660
    Join Date
    Apr 2007
    Location
    Miami FL USA
    Beans
    1,292
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    If and when you get a chance check this out, conky14 looks weird to me.
    Attached Files Attached Files

Page 2066 of 2348 FirstFirst ... 1066156619662016205620642065206620672068207621162166 ... 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
  •