1
0
Fork 0

reload-popup: add example

This commit is contained in:
outfoxxed 2024-05-30 05:33:50 -07:00
parent 7d0bfb6b61
commit c30a4faf18
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 165 additions and 0 deletions

14
reload-popup/README.md Normal file
View file

@ -0,0 +1,14 @@
# Reload Popup
A popup in the corner of the screen that appears when hot reloading the configuration,
which you can easily add to an existing shell.
You can try it out by running `quickshell -p shell.qml` which will put a simple bar
on the screen. The popup will appear if the file is edited, and display the error
if the configuration is invalid.
After making a good edit:
![](./reload-good.png)
After making a bad edit:
![](./reload-bad.png)