forked from Shinonome/dots-hyprland
12 lines
196 B
QML
12 lines
196 B
QML
import QtQuick
|
|
import Quickshell
|
|
pragma Singleton
|
|
|
|
Singleton {
|
|
property QtObject bar: QtObject {
|
|
property int workspacesShown: 10
|
|
property int batteryLowThreshold: 20
|
|
}
|
|
|
|
}
|