reload-popup: add example
This commit is contained in:
parent
7d0bfb6b61
commit
c30a4faf18
5 changed files with 165 additions and 0 deletions
14
reload-popup/README.md
Normal file
14
reload-popup/README.md
Normal 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:
|
||||

|
||||
|
||||
After making a bad edit:
|
||||

|
Loading…
Add table
Add a link
Reference in a new issue