quickshell: should be everything I want now
This commit is contained in:
@@ -4,10 +4,16 @@ import Quickshell.Widgets
|
||||
import qs.Constants
|
||||
import qs.Modules.Bar
|
||||
import qs.Modules.Misc
|
||||
import qs.Modules.Panel
|
||||
import qs.Services
|
||||
|
||||
Scope {
|
||||
id: root
|
||||
|
||||
IPCService {
|
||||
id: ipcService
|
||||
}
|
||||
|
||||
Bar {
|
||||
id: bar
|
||||
|
||||
@@ -20,4 +26,16 @@ Scope {
|
||||
shell: root
|
||||
}
|
||||
|
||||
CalendarPanel {
|
||||
id: calendarPanel
|
||||
|
||||
objectName: "calendarPanel"
|
||||
}
|
||||
|
||||
ControlCenterPanel {
|
||||
id: controlCenterPanel
|
||||
|
||||
objectName: "controlCenterPanel"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user