Designing the system bar.
Wrote up the custom operating system experiments I've been doing. From: https://writing.grantcuster.com/posts/2023-08-07-a-task-based-operating-system-a-sketch-built-with-linux-nixos-hyprland-node-react/
My customized home dashboard
I've been working on building a task-focused operating system. Really it's more like a presentational wrapper on top of a bunch of Linux tools. You can see the configuration at the repo, for now it should only be used as a reference.
More work on my custom Linux home screen (by way of react and node).
Using a local node backend to run shell scripts that control my window manager, I think I can build custom system UI in react.
Thinking about what happens if I explicitly combine tool and layer. They already kind of are in most apps...
Thinking about the possibilities of user-defined JSX components.