tzdata in Downloads folder

Any of you using waybar ? Everytime I boot my computer I got a tzdata folder in my Downloads folder !
After some investigation, I know it is due to waybar but I don't know why.

I would be interested if anyone has the same issue and if you found out how to solve it.

Many thanks
 
I've got the same issue, but I don't know how to solve it.
I can confirm that if I remove ~/Downloads/tzdata, and then start waybar, this directory magically appear again.
 
It comes from devel/date port/package, and the option to use system tzdata, that is USE_SYSTEM_TZ_DB, is in CMAKE_OFF list for some reason. You might want to ask maintainer:
Code:
$ make maintainer
sunpoet@FreeBSD.org
 
Back
Top