forked from alarm-clock-applet/alarm-clock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
58 lines (37 loc) · 827 Bytes
/
README
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Alarm Clock
=================
This package contains a program for use with the GNOME panel or equivalent.
Requirements
------------
You need at least:
glib-2.16.0
gtk-2.12.0
gconf-2.0
gio-2.0
gnome-icon-theme
gstreamer-1.0
libnotify-0.4.1
libxml-2.0
unique-1.0
Optional dependencies:
appindicator >= 0.0.7
Application indicator support is automatically detected during configure.
Installation
------------
Unpackage with:
tar zxvf alarm-clock-applet-<VERSION>.tar.gz
cd alarm-clock-applet-<VERSION>
Compile with the usual:
./configure
make
make install
Usage
-----
# start applet
alarm-clock-applet
# start applet with main window hidden
alarm-clock-applet --hidden
# stop all alarms
alarm-clock-applet --stop-all
# snooze all alarms
alarm-clock-applet --snooze-all