diff options
Diffstat (limited to 'shell.qml')
| -rw-r--r-- | shell.qml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,11 +1,9 @@ import "modules" -import "modules/bar" import "modules/drawers" import "modules/background" import Quickshell ShellRoot { - Bar {} Background {} Drawers {} |