summaryrefslogtreecommitdiff
path: root/.config/noctalia/plugins/timer/manifest.json
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-23 13:06:10 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-23 13:06:10 +0100
commit25d3f382b1218b9112b2c4c7219abf2e6ced3c74 (patch)
treedccbfdd2b9f21f691276c909d0ccad4ef2a07c1b /.config/noctalia/plugins/timer/manifest.json
parent7d6bc7e062af943c70332404c925a9e24fdc6127 (diff)
noctalia: Add the Noctalia config
Diffstat (limited to '.config/noctalia/plugins/timer/manifest.json')
-rw-r--r--.config/noctalia/plugins/timer/manifest.json33
1 files changed, 33 insertions, 0 deletions
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