quickshell-examples/reload-popup
outfoxxed 0cf5fff6ea
reload-popup: remove demo error from shell.qml
2024-06-23 14:50:17 -07:00
..
README.md reload-popup: add example 2024-05-30 05:33:50 -07:00
ReloadPopup.qml reload-popup: add example 2024-05-30 05:33:50 -07:00
reload-bad.png reload-popup: add example 2024-05-30 05:33:50 -07:00
reload-good.png reload-popup: add example 2024-05-30 05:33:50 -07:00
shell.qml reload-popup: remove demo error from shell.qml 2024-06-23 14:50:17 -07:00

README.md

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:

After making a bad edit: