mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Calendar: add timer
LocationTab: rework calendar settings SoundService: add simple service to play & loop sounds
This commit is contained in:
@@ -100,6 +100,26 @@
|
||||
"analogClockInCalendar": false,
|
||||
"firstDayOfWeek": -1
|
||||
},
|
||||
"calendar": {
|
||||
"cards": [
|
||||
{
|
||||
"id": "banner-card",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "calendar-card",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "timer-card",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "weather-card",
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"screenRecorder": {
|
||||
"directory": "",
|
||||
"frameRate": 60,
|
||||
|
||||
Reference in New Issue
Block a user