From 25d3f382b1218b9112b2c4c7219abf2e6ced3c74 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Mar 2026 13:06:10 +0100 Subject: noctalia: Add the Noctalia config --- .config/noctalia/plugins/timer/manifest.json | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .config/noctalia/plugins/timer/manifest.json (limited to '.config/noctalia/plugins/timer/manifest.json') diff --git a/.config/noctalia/plugins/timer/manifest.json b/.config/noctalia/plugins/timer/manifest.json new file mode 100644 index 0000000..766392a --- /dev/null +++ b/.config/noctalia/plugins/timer/manifest.json @@ -0,0 +1,33 @@ +{ + "id": "timer", + "name": "Timer", + "version": "1.1.2", + "minNoctaliaVersion": "4.4.4", + "author": "Noctalia Team", + "official": true, + "license": "MIT", + "repository": "https://github.com/noctalia-dev/noctalia-plugins", + "description": "A timer and stopwatch plugin for the bar & control center.", + "tags": [ + "Bar", + "Utility" + ], + "entryPoints": { + "main": "Main.qml", + "barWidget": "BarWidget.qml", + "panel": "Panel.qml", + "controlCenterWidget": "ControlCenterWidget.qml", + "settings": "Settings.qml" + }, + "dependencies": { + "plugins": [] + }, + "metadata": { + "defaultSettings": { + "defaultDuration": 0, + "compactMode": false, + "iconColor": "none", + "textColor": "none" + } + } +} \ No newline at end of file -- cgit v1.2.3