Skip to content

Commit 76289d2

Browse files
committed
updated readme
1 parent 67dfa72 commit 76289d2

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,24 @@ Screenshots and more information on the [official web page!](https://random-hack
1919
Features
2020
========
2121

22-
- Unlimted number of customizable alarms
22+
- Unlimited number of customizable alarms
2323

2424
- Can wake up using the default sound, or any of audio / video file of your choosing.
2525

2626
- Custom date alarms
2727

28-
- Completely Cross plateform
28+
- Completely Cross platform
29+
30+
- Support for one-time alarms
2931

3032
## Linux Build/Install
3133

3234
### Building
3335

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
3640
1. Type `make`
3741

3842
### Installing
@@ -58,6 +62,9 @@ Categories=Application;Utility;
5862
```
5963
4. QTalarm Should now be installed.
6064

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.
67+
6168
Licensing
6269
==========
6370
GPL V3

0 commit comments

Comments
 (0)