mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-04 04:42:05 -04:00
plugins/desktop-widgets: create a new "desktop" widget plugin type
- Draggable per-monitor background layer widgets - Add basic dms version checks on plugins - Clock: built-in clock desktop plugin - dgop: built-in system monitor desktop plugin
This commit is contained in:
17
quickshell/PLUGINS/ExampleDesktopClock/plugin.json
Normal file
17
quickshell/PLUGINS/ExampleDesktopClock/plugin.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "exampleDesktopClock",
|
||||
"name": "Desktop Clock",
|
||||
"description": "An example desktop widget displaying an analog clock",
|
||||
"version": "1.0.0",
|
||||
"author": "DankMaterialShell",
|
||||
"type": "desktop",
|
||||
"capabilities": ["desktop-widget", "clock"],
|
||||
"component": "./DesktopClock.qml",
|
||||
"icon": "schedule",
|
||||
"settings": "./DesktopClockSettings.qml",
|
||||
"requires_dms": ">=1.2.0",
|
||||
"permissions": [
|
||||
"settings_read",
|
||||
"settings_write"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user