Reply To: CLI or conky

Forum › Forums › General › Tips and Tricks › CLI or conky › Reply To: CLI or conky

#75811
blur13
Member

    Thanks!
    Doesnt this look pretty:

    ${execi 60 curl -s wttr.in/?format="Sunrise:+%S"|cut --complement -c 15-20} | ${execi 60 curl -s wttr.in/?format="%s"|cut --complement -c 6-20}

    Sunrise: 08:18 | 15:39

    execi 60 (ie updates every minute) might seem a bit excessive for something that really only needs updating once a day. The problem is that if I suspend the system, on wake up it doesnt refresh in the conky until the execi timer is reached. So for execi 60 it will update 60 seconds after wake up. It would be much better if it executed on wakeup, and then at whatever execi $seconds is specified.