quickshell-examples/reload-popup
outfoxxed c30a4faf18
reload-popup: add example
2024-05-30 05:33:50 -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: add example 2024-05-30 05:33:50 -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: