blob: 486360bbaee9193a040ee597124577d753381e2f (
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> [--hidden]
```
If you use `--hidden` 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
```
|