# WebTray This project helps you to create web-apps which you can dock into the systray. ## Usage ```sh webtray [--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 ```