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

14 lines
368 B
Markdown
Raw Permalink Normal View History

2024-05-30 05:33:50 -07:00
# Reload Popup
Replaces the standard quickshell config reload popup.
2024-05-30 05:33:50 -07:00
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)