8 lines
127 B
QML
8 lines
127 B
QML
//@ pragma UseQApplication
|
|
import Quickshell
|
|
|
|
// for ShellRoot and PanelWindow
|
|
ShellRoot {
|
|
Bar {}
|
|
LinuxActivation {}
|
|
}
|