MacOS rice widget to add cute urbit fun to your desktop.
To install it, first you need to install Ubersicht.
Then, paste the contents of widget.jsx into GettingStarted.jsx
With this, the widget should work (maybe you have to enable it or something, but basically that's it).
Now we need to link the widget to the output of your local ship. This requires two steps.
- Run
brew install expect
- Run this command:
unbuffer ./urbit lomlec-walsev-motluc-nammex | tee urbit.log 2>&1
(except using your ship name obvs) - Edit GettingStarted.jsx so
/Users/eliana/Documents/Code/urbit.log
points instead to the output file specified above (using absolute path)
Yes, I see that's more than two steps. Relax. Ain't ya evah hearda CALM COMPUTING?!?
There are bugs. This isn't really "software", just something I slapped together while procrastinating. If you want to make it better, PRs happily accepted!