[Question] Replace system sounds without violating stateless design?

Hello, I was wondering if it is possible to replace system sounds effects in Clear Linux without the need to modify the files at / usr / share / sounds, since I would be messing with the statelessness and the files I replace may get rewrote by the OS in an update (swupd in fact rewrites them if I try to repair the system)
I know for instance that you can issue custom settings for programs if you create the config in /etc/(programname), maybe something similar for system sounds can be done?

You should be able to do this at the user-level in ~/.local/share/sounds. $HOME isn’t managed by swupd so it would not get overwritten.

2 Likes