mylinuxforwork / dotfiles

The ML4W Dotfiles for Hyprland - An advanced and full-featured configuration for the dynamic tiling window manager Hyprland including an easy to use installation script for Arch based Linux distributions.
GNU General Public License v3.0
1.14k stars 87 forks source link

[BUG] Kitty kitten theme somehow always overwrittten ? #416

Closed seratg closed 1 week ago

seratg commented 2 weeks ago

Describe the bug Probably not a bug, but I cannot figure out how my kitty theme is being overwritten.

I did comment out the line include $HOME/.cache/wal/colors-kitty.conf and set a custom theme with kitten, but it is always launched with colors conf.

To Reproduce Launching a new terminal always uses colors-kitty.conf ?

Hitting the update button in the waybar, launcher kitty with the theme i set in kitten.

Distribution (please complete the following information):

Additional context Add any other context about the problem here.

mylinuxforwork commented 2 weeks ago

@seratg Everytime you change the wallpaper, the file $HOME/.cache/wal/colors-kitty.conf will be written by pywal. I would suggest that you additionally add your theme.

seratg commented 2 weeks ago

I don't think that this is the issue, as it happen even when I don't include colors-kitty.conf in kitty.conf.

I just tried to update colors-kitty.conf with a custom theme, it still wouldn't take the new theme.

Besides, as I mentioned, the update kitty terminal does start with the correct theming. However, as soon as I create another tab in that terminal window, the new tab doesnt have the correct theming.

mylinuxforwork commented 1 week ago

I don't think that this is the issue, as it happen even when I don't include colors-kitty.conf in kitty.conf.

I just tried to update colors-kitty.conf with a custom theme, it still wouldn't take the new theme.

Besides, as I mentioned, the update kitty terminal does start with the correct theming. However, as soon as I create another tab in that terminal window, the new tab doesnt have the correct theming.

Can you share a screenshot?

seratg commented 1 week ago

Launched kitty terminal when hitting the update on the top right corner:

screenshot123_11112024_101937

Manually launched kitty terminal: screenshot123_11112024_101543

Kitty conf:

screenshot123_11112024_101839

seratg commented 1 week ago

Ok, the call to cat ~/.cache/wal/sequences in zshrc autostart file was causing the issue to overwrite the kitty theme.