Custom configurations doesn't set permanently #913
-
DescriptionEvery time I customize the settings to my preference, they reset whenever I switch themes or even just change the wallpaper. Steps to Reproduce
Expected BehaviorSet the configurations I customized permanently, if not for all themes then atleast for the current theme I'm using. Actual BehaviorConfigurations seems to reset to default when I change themes. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hello! can you list down all the files you want to modify? I will move this to discussions panel as this is not an issue. |
Beta Was this translation helpful? Give feedback.
-
I think it would be a good idea to write a short wiki because I think many user (including me) struggle to understand what the best procedure is to keep modified settings in hyprland/dunst/waybar after an update. A struictured step by step guide what to do to keep certain settings untouched and what steps to run to update the rest of the repo |
Beta Was this translation helpful? Give feedback.
hmmm , you know symlinks?
in kitty
each time you edit the theme.conf you are editing the original file.
in hyprland same goes to kitty.
in waybar that's a symlink too
Don't ever try to change something inside this as this will be overwritten
And many more, can I say everything ?
Now, every time you change themes/wallpaper, that symbolic link will change according to the current theme. Now you got answers why it changed.
If you want to have specific changes for every theme, then you should edit all.
Read this theming guide for further info, see how the theming works.
https://github.com/prasanthrangan/hyprdots/wiki/Theming
If you plan to make a custom theme, we can help with that, as Hy…