Drew Naylor

Results 218 comments of Drew Naylor

I found a monochrome version of Suru++ which is based on Suru and it should help a lot: https://github.com/gusbemacbe/suru-plus-aspromauros Also I forked it. Edit: I'll need to change the default...

The way the icons will be cached is we'll add each of them to a dict (if it's not already in there) when loading the All Apps list and any...

Something else that should help is I think we should do culling for icons like my idea for doing culling on tile content.

To check if a theme doesn't have a required key, there should be a script that takes the default theme (the dark one) and converts it into minified JSON that...

Ok that last comment isn't getting the link to #238 correctly even after editing it.

I know an easy way to check if a theme has what's needed: load themes in using configparser and check if it `has_option` and return it, otherwise return the default...

This is really important on the PinePhone as its eMMC is really slow and will make performance worse to keep hammering the disk over and over. Might be able to...

Maybe if I go the Rust route, I could use configparser (not to be confused with Python configparser): https://docs.rs/configparser/latest/configparser

Wait a minute, should I write a daemon that provides theme data over D-Bus so fewer apps have to access the drive all at once when the theme changes? Or...