Darkkal44 / Cozytile

A Cozy rice ❃
522 stars 33 forks source link

Cozy and Everforest Themes not working #4

Closed martiam closed 1 year ago

martiam commented 1 year ago

Hello, I followed your automatic install instructions, and everything seems to work except the Cozy and Everforest Themes. I also noticed, that there are only 2 items in the .themes folder.

martiam commented 1 year ago

I think I found the issue. It's in the Themes folder in the home directory. I went through the themes which don't work and turns out their qtile config.py file uses your absolute path /home/unreal/.config/qtile/autostart_once.sh instead of using the os.path.expanduser

martiam commented 1 year ago

Changing these to the aforementioned os.path.expanduser like in the working configs worked. Also, I assume that the files in the .themes folder are your VSCode configs, but they are pathed absolutely to your home folder.

martiam commented 1 year ago

Sorry, for the spam, but the Everforest was okay, I just needed to give it some time to load.

Darkkal44 commented 1 year ago

Hello, I followed your automatic install instructions, and everything seems to work except the Cozy and Everforest Themes. I also noticed, that there are only 2 items in the .themes folder.

There are only two items in the .themes folder because, the gtk theme is currently not fully done. Iam currently working on it and will be pushing the files soon.

Darkkal44 commented 1 year ago

I think I found the issue. It's in the Themes folder in the home directory. I went through the themes which don't work and turns out their qtile config.py file uses your absolute path /home/unreal/.config/qtile/autostart_once.sh instead of using the os.path.expanduser

Thanks alot for reminding me that one of the config is hard-coded with my username, I will fix it.

Darkkal44 commented 1 year ago

Changing these to the aforementioned os.path.expanduser like in the working configs worked. Also, I assume that the files in the .themes folder are your VSCode configs, but they are pathed absolutely to your home folder.

As I mentioned above, the gtk themes in .themes directory is completely wip

Darkkal44 commented 1 year ago

@martiam I've corrected the path for the autostart script, so everything should work properly now. I'm still working on the GTK themes, and I'll update them as soon as they're finished.