-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathshell.qml
More file actions
35 lines (28 loc) · 758 Bytes
/
shell.qml
File metadata and controls
35 lines (28 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
//@ pragma Env QS_NO_RELOAD_POPUP=1
//@ pragma Env QSG_RENDER_LOOP=threaded
//@ pragma Env QT_QUICK_FLICKABLE_WHEEL_DECELERATION=10000
import "modules"
import "components"
import "modules/drawers"
import "modules/areapicker"
import "modules/lock"
import "modules/quicktoggles"
import "modules/background"
import "modules/polkit"
import qs.modules.controlcenter
import qs.services
import Quickshell
ShellRoot {
Backdrop {}
Background {}
Drawers {}
AreaPicker {}
Lock {}
Shortcuts {}
QuickTogglesPanel {}
// Native polkit authentication agent — replaces polkit-kde-authentication-agent-1
PolkitDialog {}
ReloadPopup {}
// Initialize BatteryMonitor service
property var _batteryMonitor: BatteryMonitor
}