Conky's texeci executing every 30 seconds regardless of options
by Turbocapitalist from LinuxQuestions.org on (#6PBYW)
Conky's texeci seems to ignore the parameters I pass to it and executes the target script every 30 seconds no matter what integer I use:
Code:${texeci 3600 ~/.config/conky/scripts/another_script.sh}If I have understood correctly, Conky should wait 3600 seconds before firing up another_script.sh, yet it does so every 30 seconds. I have tried changing the number but there seems to be no effect.
If I change it to a small number, say 3, it executes every 5 seconds not every 3 seconds.
I'd like to have the script executed every hour and, if possible, on the hour.
What have I missed?
Code:${texeci 3600 ~/.config/conky/scripts/another_script.sh}If I have understood correctly, Conky should wait 3600 seconds before firing up another_script.sh, yet it does so every 30 seconds. I have tried changing the number but there seems to be no effect.
If I change it to a small number, say 3, it executes every 5 seconds not every 3 seconds.
I'd like to have the script executed every hour and, if possible, on the hour.
What have I missed?