Neurarian
Neurarian
I got a similar error, but resolved it. Using the home-manager module, you could try the following instead of imperatively symlinking the dir to .config/ags: ```nix programs.ags = { enable...
> I'm experiencing this, and additionally a (conjecture) related problem with my bar where it has this 1px transparent border between it and my windows that flickers on and off...
Thanks! It's indeed a gtk4-layer-shell issue. For me the easiest way to mitigate the revealer resizing issue was to force a resize of the parent window just once on setup...
Hi, I noticed the same. Setting the OSD window property `clickThrough` like [this](https://github.com/Jas-SinghFSU/HyprPanel/blob/2be9f1ef6c2df2ecf0eebe5a039e8029d8d151cd/src/components/osd/index.tsx#L22) avoids this issue.
I faced this issue when adapting the color generation for my config and came to the same conclusion to convert any wallpapers with 1D modes to RGB after import by...