David Konsumer
David Konsumer
I hadn't seen [this](https://github.com/christianhaitian/arkos/tree/main/Headers). So I did this: ``` wget https://github.com/christianhaitian/arkos/raw/main/Headers/install_headers.sh chmod 777 install_headers.sh ./install_headers.sh ``` That didn't seem to make a difference (the files are still missing and things...
Well, hmm. So I still can't build it, but I ran `sudo apt install love` and then `love` in ssh, and it appears to run ok. I put games in...
> You should've used the vm I have available for builds like this. That seems great! I will do this in the future, or maybe just use docker to build...
> Which git are you updating for epicnoir? The one used in ThemeMaster. If so, it would be helpful to the maintainer if you did a PR I think. I...
It seems like the update goes kind of deep: - JohnIrvine1433/ThemeMaster - Jetup13/Emulationstation-OGA-Theme-Gallery - Jetup13/es-theme-epicnoir - c64-dev/es-theme-epicnoir And a couple are missing issue queues. I guess I could just PR...
I made one for `apps` too, since it's useful to me to be able to run any random thing from the menu (so I don't need a keyboard connected to...
I made 2 PRs [here](https://github.com/Jetup13/es-theme-epicnoir), hopefully that will get into ThemeMaster, and eventually in ArkOS: - [love](https://github.com/Jetup13/es-theme-epicnoir/pull/2) - [apps](https://github.com/Jetup13/es-theme-epicnoir/pull/1)
I think this may be a bit more complicated for supporting arbitrary depth of multiple themes, and my solution above only handles a single top-level theme (it just adds all...
Basically, I could see the instructions starting with "If you use a single ThemeProvider, you can also use css-variables to grab values from your theme, like this:" with very little...
I could also see it making more sense to just encourage people to make their own special components, using styled-components, and forget the whole thing. :) The more I look...