You are not logged in.

#301 Yesterday 18:52:40

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 1,226

Re: Conky Weather TAD script

@asqwerth

marens wrote:

I will try to make the script ignore the failed attempts and keep all the files intact.

https://forums.bunsenlabs.org/viewtopic … 58#p150358

You can still (if you want) use this part which prevents the TAD script from changing files needed by conky if the update attempt fails.
The wget command is different now, but this part remains the same.

For weather_raw:

if [ ! -s $HOME/time_and_date_conky_script/weather_raw ]; then
    exit 0
fi

For date_raw:

if [ ! -s $HOME/time_and_date_conky_script/date_raw ]; then
    exit 0
fi

However, I hope that this will not be necessary and that the testing of the TAD script will be successful.
Let's wait a few days to be sure.

If everything goes well, I will remove the warning from the first post (#1) of this thread.


If people would know how little brain is ruling the world, they would die of fear.

Offline

Board footer

Powered by FluxBB