/one-thing

One Thing Gnome Extension

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

One-Thing Gnome Extension

Put a single task or goal in your menu bar.

One-Thing is a productivity tool that helps you stay focused on one task at a time.

Install

You can install this extension from the gnome extension store: https://extensions.gnome.org/extension/5072/one-thing/

Screenshots

  • Task View:

    drawing
  • Edit Task: Easly edit your task.

    drawing
  • Preferences Window: You can control the position of the task in the top bar

    drawing

Development

Create Zip File to be published

zip -r one-thing@github.com.zip * -x .git/* .github/* Makefile README.md

Manual installation notes (great for development)

  • Run make (or make all) from the project folder to compile the schema
  • Place the folder in ~/.local/share/gnome-shell/extensions
  • Rename the folder to one-thing@github.com so the gnome shell will find it
  • Makefile, .gitignore and this file can be deleted (optional)
  • Reset the gnome shell (if under X11 then press Alt-F2 and then submit the r command; else if under Wayland then log out and log back in)