Skip to content

Latest commit

 

History

History
executable file
·
76 lines (51 loc) · 1.49 KB

File metadata and controls

executable file
·
76 lines (51 loc) · 1.49 KB

One Thing

Simply display some text in the elementary OS top bar

Made for elementary OS
One Thing indicator

Pretty much the elementary OS pendant of Mac OS: https://sindresorhus.com/one-thing
Gnome-Shell: https://github.com/one-thing-gnome/one-thing

🛣️ Roadmap

Install the deb file in release to install

You can change text from commandline:

gsettings set io.github.elly_code.indicator-onething text "whatever"

And align the text in the entry box to: left, center, right

gsettings set io.github.elly_code.indicator-onething position center

💝 Donations

Support is always welcome and shows us that people want this to continue.

Stella, current main dev:

🏗️ Building

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"