You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,20 +19,24 @@ Screenshots and more information on the [official web page!](https://random-hack
19
19
Features
20
20
========
21
21
22
-
-Unlimted number of customizable alarms
22
+
-Unlimited number of customizable alarms
23
23
24
24
- Can wake up using the default sound, or any of audio / video file of your choosing.
25
25
26
26
- Custom date alarms
27
27
28
-
- Completely Cross plateform
28
+
- Completely Cross platform
29
+
30
+
- Support for one-time alarms
29
31
30
32
## Linux Build/Install
31
33
32
34
### Building
33
35
34
-
1. Ensure QT5 is installed on your system.
35
-
1. In the termnal, type `qmake`. This will create a Makefile
36
+
1. Ensure the proper dependencies are met
37
+
1. Ensure QT5 is installed on your system. On Arch, the needed packages are `qt5-base` and `qt5-multimedia`
38
+
1. Optionally install `noto-fonts` to be able to properly see Unicode symbols in the alarm list widget
39
+
1. In the terminal, type `qmake`. This will create a Makefile
36
40
1. Type `make`
37
41
38
42
### Installing
@@ -58,6 +62,9 @@ Categories=Application;Utility;
58
62
```
59
63
4. QTalarm Should now be installed.
60
64
65
+
## Waybar users
66
+
It is possible to configure QTalarm to launch when clicking on the waybar clock. Such a configuration would launch the application each time the clock was clicked. Normally, when QTalarm has a second instance the duplicate process will shutdown and the main window would be shown on the original process. Configuring waybar to run QTalarm with the `--toggleOnDup` flag should force the application to toggle its main window when a duplicate process is launched.
0 commit comments