11 lines
223 B
QML
11 lines
223 B
QML
import Quickshell
|
|
|
|
PersistentProperties {
|
|
property bool bar
|
|
property bool osd
|
|
property bool session
|
|
property bool launcher
|
|
property bool dashboard
|
|
property bool utilities
|
|
property bool sidebar
|
|
}
|