João Pereira

Results 5 comments of João Pereira

I'm using [ags](https://github.com/Aylur/ags) to show info about the active window (whether it's floating, maximized, pinned, etc) in my status bar, but it can't change that info dynamically without an event

Sure thing! In [this repo](https://github.com/ttoino/vite-web-extension-css-fonts), I ran `npm init @samrum/vite-plugin-web-extension@latest`, and left everything as default. Then I installed `remixicon` so I had a local font to test with and replaced...

I'm using 1.7.6 but it still doesn't seem to work, I'll try to do some more testing

The custom icons are only applied when the icon theme is `fancy`, as evidenced by these lines: https://github.com/lsd-rs/lsd/blob/82124fd0b946855254721117d7ba004c377d0f44/src/icon.rs#L16-L26 This should ideally be reflected in the documentation, I spent quite a...

Interesting, it's definitely better to error out than to silently ignore the theme. I'll just use a relative path for the time being.