You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
Is there a way to set a specific background for a FOLDER AND all its SUB-FOLDERS or for only folder SUB-FOLDERS?
EXAMPLES (those examples don't go in the same config.ini file)
I know that we can set a background for C:\ folder only (witch is good)
[C:]
img=picture1.png
Here we would have a background for C:\ folder and all its SUB-FOLDERS (what I'm looking for)
[C:*]
img=picture2.png
Here we would have a background for C:\ SUB-FOLDERS only (not affecting the C:\ folder) (what I'm looking for too)
[C:**]
img=picture3.png
In the same way : Here we would have a background for C:\myfolder\ folder and all its SUB-FOLDERS
[C:\myfolder*]
img=picture4.png
By the way, I am very happy to have find this tool. :)