Pretty much the elementary OS pendant of
Mac OS: https://sindresorhus.com/one-thing
Gnome-Shell: https://github.com/one-thing-gnome/one-thing
Install the deb file in release to install
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: left, center, right
gsettings set io.github.ellie_commons.indicator-onething position centerSupport 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 mesonRun meson to configure the build environment and then ninja to build
meson build --prefix=/usr
cd build
ninjaTo install
sudo ninja installTo uninstall, same but "uninstall"
