template output not showing #50
-
Hi, when i run hellwal -i /path/to/my/wallpaper, it creates the new colors and sets it on my terminal like I want, but I need the generated template files to use on other parts of my system. I get the warning : Cannot access directory: /home/my_name/.config/hellwal/templates so i create it myself. Now when i re-run the command, no more warnings. However, I still don't have any outputs in /home/my_name/templates. How can I get the outputs? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Easy, you have to create a templates. You created template directory, but it's empty. To get outputs in cache folder from computed templates you actually need one :) So if you installed hellwal from aur you should have some of them in Hope it helps! |
Beta Was this translation helpful? Give feedback.
Easy, you have to create a templates. You created template directory, but it's empty. To get outputs in cache folder from computed templates you actually need one :)
So if you installed hellwal from aur you should have some of them in
/usr/share/docs/hellwal/templates/
(if not you can take some from here: repo folder. Copy all of them, or those you want to/home/$USER/.config/hellwal/templates
and you should have output in~/.cache/hellwal/
Hope it helps!