blob: 94ced1181f01d0b77ca22cfc422be8f318b8ead4 (
plain)
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
|
# WebTray
This project helps you to create web-apps which you can dock into the systray.
## Usage
```sh
webtray <url> [--open-at-startup]
```
If you do not use `--open-at-startup` it will start in the systray.
## Build
### Dependencies
```
Qt6 Qt6WebEngine
```
To install them run the following on Arch-Linux
```sh
pacman -Sy qt6 qt6-webengine
```
|