diff options
Diffstat (limited to 'shell.qml')
| -rw-r--r-- | shell.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell.qml b/shell.qml new file mode 100644 index 0000000..9f91e59 --- /dev/null +++ b/shell.qml @@ -0,0 +1,6 @@ +import "modules/bar" +import Quickshell + +ShellRoot { + Bar {} +} |