8000 GitHub - ellie-commons/wingpanel-indicator-onething
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ellie-commons/wingpanel-indicator-onething

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One Thing

Simply display some text in the elementary OS top bar

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

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

💝 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"

Releases

No releases published

Packages

No packages published
0