mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36:46 +00:00
quickshell and hyprland additions
This commit is contained in:
23
.config/quickshell/nucleus-shell/config/Globals.qml
Normal file
23
.config/quickshell/nucleus-shell/config/Globals.qml
Normal file
@@ -0,0 +1,23 @@
|
||||
import QtQuick
|
||||
pragma Singleton
|
||||
pragma ComponentBehavior: Bound
|
||||
import Quickshell
|
||||
|
||||
Singleton {
|
||||
id: root
|
||||
property QtObject visiblility
|
||||
property QtObject states
|
||||
|
||||
visiblility: QtObject {
|
||||
property bool powermenu: false
|
||||
property bool launcher: false
|
||||
property bool sidebarRight: false
|
||||
property bool sidebarLeft: false
|
||||
}
|
||||
|
||||
states: QtObject {
|
||||
property bool settingsOpen: false
|
||||
property bool intelligenceWindowOpen: false
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user