File: README.md

package info (click to toggle)
gnome-shell-timer 0.0.20120615%2Bgitbde3fd2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 188 kB
  • sloc: python: 198; xml: 57; sh: 50; makefile: 17
file content (38 lines) | stat: -rw-r--r-- 2,040 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Timer extension for gnome-shell
- Provides a countdown timer in the gnome-shell top panel
- User adjustable timer presets for common tasks
- Manually adjustable timer

# Installation
## Archlinux
Get from [AUR](https://aur.archlinux.org/packages.php?ID=52047)

## Debian
Get from [Debian Packages](http://packages.debian.org/sid/gnome-shell-timer)

## Direct from source
- Get Source

    * [Master branch | Gnome-shell 3.2](https://github.com/olebowle/gnome-shell-timer/zipball/master) (there is an make script in the repo, so you don't have to do the steps mentioned below)
    * [Gnome-3.0 branch | Gnome-shell 3.0.x](https://github.com/olebowle/gnome-shell-timer/zipball/gnome-3.0)

- Extract *timer@olebowle.gmx.com* directory to *~/.local/share/gnome-shell/extensions/*
- Move utilities-timer-symbolic.svg to /usr/share/icons/hicolor/scalable/apps
- Update the system's icon cache: *gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor*
- Enable the extension using gnome-tweak-tool (Shell Extensions -> Timer Extension) or via following commandline:
  -      gsettings get org.gnome.shell enabled-extensions
  -      gsettings set org.gnome.shell enabled-extensions [\<value from get above\>, timer@olebowle.gmx.com]
- Press *Alt + F2*, and *r* in command to restart gnome-shell

# Configuration
- Please refer to the Wiki:
    * [Gnome-shell 3.2](https://github.com/olebowle/gnome-shell-timer/wiki/Configuration-3.2)
    * [Gnome-shell 3.0.x](https://github.com/olebowle/gnome-shell-timer/wiki/Configuration-3.0)

# License
See [COPYING](https://github.com/olebowle/gnome-shell-timer/blob/master/COPYING) for details.

# Thanks
- Contributors: [gnome-shell-pomodoro](https://github.com/codito/gnome-shell-pomodoro/contributors) which was a nice starting point for this extension (code and documentation)
- Contributors: [gnome-shell-system-monitor-applet](https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/contributors) - pie diagram
- [Timer Applet](https://launchpad.net/timer-applet) - original idea