1
0
Fork 0
quickshell-examples/reload-popup/README.md

13 lines
368 B
Markdown

# Reload Popup
Replaces the standard quickshell config reload popup.
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)