Open vod3 opened 6 months ago
It's not clear to me how stylix is setting the wallpaper. I'm currently using Hyprland with wbg as a wallpaper setter, but after applying a theme everything changes, only the wallpaper stays the same. Am I supposed to deactivate wbg, has stylix an included wallpaper daemon for wayland?
https://github.com/danth/stylix/pull/102 was meant to extend wallpaper capabilities.
Furthermore, under Tips and Tricks in the docs there seems to be a interesting function. How is the pixel function working? Where can I find the generated wallpaper for activating it? is "base0A" taking a color-variable from the theme or is it just naming the wallpaper?
The best pixel
documentation would the function itself:
https://github.com/danth/stylix/blob/81df8443556335016d6f0bc22630a95776a56d8b/stylix/pixel.nix#L4-L8
The docs are not clear on all of my points I'm afraid...
Yes, the documentation still has some ways to go.
Built in support for wallpapers on Hyprland is being worked on in #377
Hi there, It's not clear to me how stylix is setting the wallpaper. I'm currently using Hyprland with wbg as a wallpaper setter, but after applying a theme everything changes, only the wallpaper stays the same. Am I supposed to deactivate wbg, has stylix an included wallpaper daemon for wayland?
Furthermore, under Tips and Tricks in the docs there seems to be a interesting function. How is the pixel function working? Where can I find the generated wallpaper for activating it? is "base0A" taking a color-variable from the theme or is it just naming the wallpaper? The docs are not clear on all of my points I'm afraid...
Thanks for your time!