Page 2153 of 2348 FirstFirst ... 1153165320532103214321512152215321542155216322032253 ... LastLast
Results 21,521 to 21,530 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21521
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    Is all this to run a conky "in" a terminal - or to start a conky in a terminal that displays on the desktop?
    The idea originally was I wanted shortcuts in my launcher which would open a democonkyrc config in gedit
    for pasting in other peoples configs and run that config in the terminal for error checking.

    I now use one variation of the script to run my democonkyrc in terminal
    and another variation to toggle some conkys I use off and on.
    eg I have separate conkys to display three different surfcam locations and
    another conky which shows a slideshow of pics from the cams for the last hour.

    Another conky wgets an image of a 7 day forecast but doesn't blend in well
    with the desktop so I wanted to be able to toggle it off and on.
    I can now do this from a .desktop launcher in unity.
    Attached Images Attached Images

  2. #21522
    Join Date
    Aug 2011
    Beans
    32

    Re: Post your .conkyrc files w/ screenshots

    Simple question to which I can't find an answer to, how to I shuffle my text over to the right so I can have it to the side of a picture?

    Funny, I found a link just after I posted this, {offset} is the key to my solution Silly me
    Last edited by DobsonM; January 22nd, 2013 at 08:10 AM.

  3. #21523
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    @ dk75

    I have been told this draw-bg.lua leaks memory.
    Do you know if it does or not?

    I see this at the end and I have to wonder:
    Code:
    cairo_destroy(cr)
    cairo_surface_destroy(cs)
    Dunno, it shouldn't at first glance - IIRC arclance@ is an expert about memory leaks.

    You could always check it out with top/htop/ps/whatever.
    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. #21524
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @ stinkeye

    DUH! Sometimes I'm slow. But it stems, in this case, from no knowledge of Unity and my DUHness. I though you were "running" the conky in a terminal.

    It's a script to "start" the conky in a terminal. OK got it now.

    I just open a terminal paste that top line I talked about earlier.

    We each have our ways, and sometimes it is dictated by the "software" we use. Unity vs OpenBox vs FluxBox vs GNOME3 vs XFCE4 vs Mate vs KDE vs Windows vs Mac

    I have a few that I open in a window, I look at them and close them.


    I have the same problem I have some conkys - I want the information but I don't want to see them all the time - they auto start on desktop 2 and stay there. Two of them have really LONG update intervals:
    Code:
    update_interval 42300
    - once a day - like my little calendar that uses "remind" and a text file of TV shows.

    What conky needs is a new optional update command:
    Code:
    #update_interval 42300
    update_at 00:00:00
    Attached Images Attached Images
    Last edited by Sector11; January 22nd, 2013 at 02:06 PM.

  5. #21525
    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 Sector11 View Post

    I have the same problem I have some conkys - I want the information but I don't want to see them all the time - they auto start on desktop 2 and stay there. Two of them have really LONG update intervals:
    Code:
    update_interval 42300
    - once a day - like my little calendar that uses "remind" and a text file of TV shows.

    What conky needs is a new optional update command:
    Code:
    #update_interval 42300
    update_at 00:00:00
    I haven't tried it, but could you set up an if_match command to invoke a bash script and restart conky at a specific time? Such as...

    Code:
    ${if_match "${execi 60 date +$H:%M}" ==  "08:30"} ${exec ~/myfilepath/restart.sh} ${endif}
    I'm sure my syntax is terrible, but hopefully you get the idea.

    Restarting conky should have everything update.
    Last edited by Petro Dawg; January 22nd, 2013 at 03:17 PM.
    Who's Awesome? You're Awesome.

  6. #21526
    Join Date
    Mar 2012
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    My newest theme for Peachy's Interactive conky script.


    Still a work in progress, but close to completion.

  7. #21527
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Petro Dawg View Post
    I haven't tried it, but could you set up an if_match command to invoke a bash script and restart conky at a specific time? Such as...

    Code:
    ${if_match "${execi 60 date +$H:%M}" ==  "08:30"} ${exec ~/myfilepath/restart.sh} ${endif}
    I'm sure my syntax is terrible, but hopefully you get the idea.

    Restarting conky should have everything update.
    No the "update_interval" is above TEXT.

    It would defeat the purpose to have an "exec" command running every 30 seconds to check to see it it was a specific time. when the purpose of the
    Code:
    update_interval 42300
    is to have conky only update once every 24 hours, therefore not using any resources.

  8. #21528
    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 Sector11 View Post
    No the "update_interval" is above TEXT.

    It would defeat the purpose to have an "exec" command running every 30 seconds to check to see it it was a specific time. when the purpose of the
    Code:
    update_interval 42300
    is to have conky only update once every 24 hours, therefore not using any resources.
    Why not then, instead of using a long update_interval, just use change all your executes to execi 42300? I doubt it would use much in the way of resources just updating text, especially if exec commands are being executed only once per day. Except, of course, the one command checking the time.

    I think the restart idea would be useful in updating the weather or calendar conky at midnight, so that the proper days are always shown once the date changes.
    Last edited by Petro Dawg; January 22nd, 2013 at 11:37 PM.
    Who's Awesome? You're Awesome.

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

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    No the "update_interval" is above TEXT.

    It would defeat the purpose to have an "exec" command running every 30 seconds to check to see it it was a specific time. when the purpose of the
    Code:
    update_interval 42300
    is to have conky only update once every 24 hours, therefore not using any resources.
    I'm slow so there might be an obvious reason why this isn't an acceptable solution, but if the idea is to automatically update the conky once a day why not run the kill then restart script as a cron job?
    Thank you,
    GG -----------

  10. #21530
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @ Petro Dawg & GrouchyGaijin

    I get up between 7:30 and 9 in the morning, five out of seven days a week I am in bed before midnight, I turn my computer off when I go to bed.

    And if I am up at midnight and NEED to see what's changed, a double-left click on tint2's clock, does a ssc.sh.

    Code:
    clock_rclick_command = /media/5/Conky/OBMenuS/S11_T2_SSC.sh
    clock_lclick_command = ~/bin/kfc.sh
    I have various ssc.sh files.

    Code:
       #!/bin/bash
       # click to start, click to stop
    
    if pidof conky | grep [0-9] > /dev/null
      then
    	exec killall conky
      else
    
    # on all desktops
    #	conky -c /media/5/conky/test274.johnraff.conky &
    #	conky -c /media/5/conky/test275.johnraff.conky &
    #	conky -c /media/5/Conky/S11_v9_R.conky &
    #	conky -c /media/5/conky/test287.memory.conky &
    	conky -c /media/5/Conky/S11_email.conky &
    
    # Start with low sleep and build up per desktop.
    
    # on desktop 4 only
    #	(sleep 1s && wmctrl -s 3 && conky -c /media/5/conky/Didier-T/conkyrc_meteo_graph_baro) &
    #	(sleep 1s && wmctrl -s 3 && conky -c /media/5/conky/Didier-T/conkyrc_meteo_lua) &
    
    # on desktop 3 only
    #	(sleep 1s && wmctrl -s 2 && conky -c /media/5/Conky/TeoWeatherClock/Teo_Clock_2.conky) &
    #	(sleep 1s && wmctrl -s 2 && conky -c /media/5/Conky/jed_greyclock_conkyrc) &
    #	(sleep 1s && wmctrl -s 2 && conky -c /media/5/Conky/Chronograph_mrpeachy.conky) &
    #	(sleep 1s && wmctrl -s 2 && conky -c /media/5/conky/Didier-T/conkyrc_meteo_graph_baro) &
    #	(sleep 1s && wmctrl -s 2 && conky -c /media/5/conky/Didier-T/conkyrc_meteo_lua) &
    #	(sleep 1s && wmctrl -s 2 && conky -c /media/5/Conky/S11_VSIDO.conkyrc) &
    #	(sleep 1s && wmctrl -s 2 && conky -c /media/5/Conky/S11_VSIDO_v9.conkyrc) &
    	(sleep 1s && wmctrl -s 2 && conky -c /media/5/Conky/Chronograph_mrpeachy.conky) &
    
    # on desktop 2 only (change to 5s if using desktop 3)
    	(sleep 8s && wmctrl -s 1 && conky -c /media/5/Conky/S11_Dates.conky) &
    	(sleep 8s && wmctrl -s 1 && conky -c /media/5/Conky/S11_VNS.conky) &
    	(sleep 8s && wmctrl -s 1 && conky -c /media/5/Conky/S11_Rem_Cal.conky) &
    	(sleep 8s && wmctrl -s 1 && conky -c /media/5/Conky/S11_Disk_Activity.conky) &
    #	(sleep 8s && wmctrl -s 1 && conky -c /media/5/Conky/S11_NOAA.conky) & ## DO NOT USE - CHEWS UP MEMORY!!!!!!!!!
    #	(sleep 8s && wmctrl -s 1 && conky -c /media/5/Conky/S11_v9_SM.conky) &
    #	(sleep 8s && wmctrl -s 1 && conky -c /media/5/Conky/S11_mrp_FSYS.conky) &
    #	(sleep 8s && wmctrl -s 1 && conky -c /media/5/Conky/S11_v9_H.conky) &
    #	(sleep 8s && wmctrl -s 1 && conky -c /media/5/Conky/S11_v9_R.conky) &
    
    # on desktop 1 only (change to 10s if using desktop 3)
    	(sleep 14s && wmctrl -s 0 && conky -c /media/5/Conky/S11_VSIDO_v9.conkyrc) &
    #	(sleep 14s && wmctrl -s 0 && conky -c /media/5/Conky/VO_Radiotray.conky) &
    #	(sleep 14s && wmctrl -s 0 && conky -c /media/5/Conky/Chronograph_mrpeachy.conky) &
    #	(sleep 14s && wmctrl -s 0 && conky -c /media/5/Conky/S11_Chronograph_Full_2.conky) &
    #	(sleep 14s && wmctrl -s 0 && conky -c /media/5/Conky/TeoWeatherClock/Teo_Clock_2.conky) &
    #	(sleep 14s && wmctrl -s 0 && conky -c /media/5/Conky/S11_Chronograph.conky) &
    #	(sleep 14s && wmctrl -s 0 && conky -c /media/5/Conky/S11_Chronograph_2.conky) &
    #	(sleep 14s && wmctrl -s 0 && conky -c /media/5/Conky/S11_coin.conky) &
      exit
    fi

Page 2153 of 2348 FirstFirst ... 1153165320532103214321512152215321542155216322032253 ... 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
  •