An open API service indexing awesome lists of open source software.

https://github.com/elly-code/wingpanel-indicator-onething

Simply show a short label in elementary OS top bar
https://github.com/elly-code/wingpanel-indicator-onething

elementary-os elementaryos pantheon simplethings vala wingpanel wingpanel-indicator

Last synced: about 1 month ago
JSON representation

Simply show a short label in elementary OS top bar

Awesome Lists containing this project

README

          


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:

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

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

```bash
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:

```bash
sudo apt install libglib2.0-dev libgranite-dev libwingpanel-dev valac meson
```

Run `meson` to configure the build environment and then `ninja` to build

```bash
meson build --prefix=/usr
cd build
ninja
```

To install

```bash
sudo ninja install
```

To uninstall, same but "uninstall"