8 lines
75 B
QML
8 lines
75 B
QML
import Quickshell
|
|
|
|
ShellRoot {
|
|
settings.watchFiles: true
|
|
|
|
Bar {}
|
|
}
|