9 lines
91 B
QML
9 lines
91 B
QML
import Quickshell
|
|
|
|
ShellRoot {
|
|
settings.watchFiles: true
|
|
|
|
Bar {}
|
|
Launcher {}
|
|
}
|