Pretty much the elementary OS pendant of Mac OS: https://sindresorhus.com/one-thing Gnome-Shell: https://github.com/one-thing-gnome/one-thing
Still working on this!
- Figure out how to do a deb file
You can change text from commandline:
gsettings set io.github.ellie_commons.indicator-onething text "whatever"
And align the text in the entry box to: 0: left, 1: center, 2: right
gsettings set io.github.ellie_commons.indicator-onething position 1
Support is always welcome and shows us that people want this to continue.
Stella, current main dev:
Install dependencies with:
sudo apt install libglib2.0-dev libgranite-dev libwingpanel-dev valac meson
Run meson
to configure the build environment and then ninja
to build
meson build --prefix=/usr
cd build
ninja
To install
sudo ninja install
To uninstall, same but "uninstall"