mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
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
|
|
}
|
|
|
|
}
|