Hacker News new | ask | show | jobs
by Karellen 825 days ago
The "Making themes" doc has examples.

https://github.com/hyprwm/hyprcursor/blob/main/docs/MAKING_T...

Looking at the full description of the format, it includes the ability to use nested config sections with `{ ... }`, which has some obvious benefits for some use-cases. But for the complexity needed for defining cursors, I don't see the benefit of `.hl` over fdo `.desktop` configs. In fact, it looks like you could parse the hyprcursor `.hl` config files with a `.desktop` parser? Which might be more palatable for cross-desktop support?