Is your feature request related to a problem? Please describe.
I am using pywal which sets a custom colorscheme based on currently applied wallpaper.
I have "reload_style_on_change" : true, in my waybar's config.jsonc file. It reloads the bar automatically whenever I change it's looks in style.css file or any imported css file in style.css file.
But I don't see any option do it. If this feature is present please help me configure it.
It's really annoying to run swaync-client -rs everytime I change my wallpaper.
Describe the solution you'd like
I would like the solution to be something like waybar's.
personally i have a keybind that runs a bash script to switch wallpaper and change my pywal theme globally.
maybe you can take inspiration from my dotfiles
Is your feature request related to a problem? Please describe.
I am using pywal which sets a custom colorscheme based on currently applied wallpaper. I have
"reload_style_on_change" : true,
in my waybar's config.jsonc file. It reloads the bar automatically whenever I change it's looks in style.css file or any imported css file in style.css file.But I don't see any option do it. If this feature is present please help me configure it.
It's really annoying to run
swaync-client -rs
everytime I change my wallpaper.Describe the solution you'd like
I would like the solution to be something like waybar's.