mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-26 14:32:52 -05:00
Implement calendar events with khal
This commit is contained in:
@@ -78,6 +78,10 @@ ShellRoot {
|
||||
// Brightness properties from BrightnessService
|
||||
property int brightnessLevel: BrightnessService.brightnessLevel
|
||||
|
||||
// Calendar properties from CalendarService
|
||||
property bool calendarAvailable: CalendarService.khalAvailable
|
||||
property var calendarEvents: CalendarService.eventsByDate
|
||||
|
||||
// WiFi password dialog
|
||||
property bool wifiPasswordDialogVisible: false
|
||||
property string wifiPasswordSSID: ""
|
||||
|
||||
Reference in New Issue
Block a user