eisaev / unity-indicator

Home Page:http://projecthamster.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hamster Indicator

Hamster Indicator is an interface for Project Hamster, a time-tracking application. It adds an application indicator to the panel in Unity, Ubuntu's default desktop environment.

This is meant to work with Hamster as it is in the trunk, not with the latest stable version. It is still a work in progress and not ready for proper installation

(If, however, you want to test it, just run hamster-indicator. The icon won't be properly displayed. The entry "Indicator Options" on the menu isn't implemented yet. The windows may not always come to the front. Other than that, it should work, if you have installed Hamster from the trunk. Tell us about any bugs. See also issue #184.)

Features

Example screenshot

Installation

  • dependencies
    • Hamster 2.0-rc1
  • get the source
git clone https://github.com/projecthamster/unity-indicator.git```
  • install
cd unity-indicator
sudo cp data/hamster-indicator.gschema.xml /usr/share/glib-2.0/schemas/
sudo glib-compile-schemas /usr/share/glib-2.0/schemas
sudo cp data/icons/ubuntu-mono-dark/24x24/* /usr/share/icons/ubuntu-mono-dark/apps/24/
sudo gtk-update-icon-cache /usr/share/icons/ubuntu-mono-dark
sudo cp hamster-indicator /usr/local/bin/hamster-indicator
  • Starting

hamster-indicator

Contributing

  1. Fork this project
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Submit a Pull Request with your branch
  5. That's it!

About

http://projecthamster.org

License:GNU General Public License v3.0


Languages

Language:Python 100.0%