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
- Host: GitHub
- URL: https://github.com/elly-code/wingpanel-indicator-onething
- Owner: elly-code
- License: lgpl-2.1
- Created: 2025-04-07T19:41:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-10-18T13:42:12.000Z (5 months ago)
- Last Synced: 2026-01-13T16:08:12.015Z (2 months ago)
- Topics: elementary-os, elementaryos, pantheon, simplethings, vala, wingpanel, wingpanel-indicator
- Language: Vala
- Homepage:
- Size: 288 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
README
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"