mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-08 00:09:27 -05:00
11 lines
151 B
QML
11 lines
151 B
QML
import QtQuick
|
|
import Quickshell
|
|
pragma Singleton
|
|
|
|
Singleton {
|
|
property QtObject bar: QtObject {
|
|
property int workspacesShown: 10
|
|
}
|
|
|
|
}
|