https://github.com/projecthamster/unity-indicator
https://github.com/projecthamster/unity-indicator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/projecthamster/unity-indicator
- Owner: projecthamster
- License: gpl-3.0
- Created: 2014-11-11T22:11:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T18:12:50.000Z (over 10 years ago)
- Last Synced: 2025-01-15T00:18:03.582Z (over 1 year ago)
- Language: Python
- Homepage: http://projecthamster.org
- Size: 46.9 KB
- Stars: 7
- Watchers: 11
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Hamster Indicator
Hamster Indicator is an interface for [Project Hamster](http://projecthamster.wordpress.com/), 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](https://github.com/projecthamster/unity-indicator/issues). See also [issue #184](https://github.com/projecthamster/hamster/issues/184).)
## Features

## Installation
- dependencies
- Hamster 2.0-rc1
- get the source
```sh
git clone https://github.com/projecthamster/unity-indicator.git```
```
- install
```sh
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](https://github.com/projecthamster/unity-indicator/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](https://github.com/projecthamster/unity-indicator/pulls) with your branch
5. That's it!