-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
52 lines (52 loc) · 2.52 KB
/
registry.json
File metadata and controls
52 lines (52 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"plugins": [
{
"id": "clock",
"name": "Clock",
"description": "Shows current time and date",
"readme": "Adds a live clock widget that updates every second.\n\n**Widget:** Shows time (HH:MM:SS) and current date.\n\n**No configuration needed.** Just install and restart.",
"author": "Deck",
"version": "1.0.0",
"official": true,
"tags": ["widget", "utility"],
"platforms": ["macos", "windows", "linux"],
"url": "https://raw.githubusercontent.com/florextech/deck/main/plugins-available/clock.js"
},
{
"id": "system-monitor",
"name": "System Monitor",
"description": "CPU, RAM usage and uptime widget",
"readme": "Monitors your PC resources in real-time.\n\n**Widget data:**\n- CPU usage (%)\n- RAM usage (%)\n- System uptime\n- Hostname\n\nUpdates every 3 seconds.",
"author": "Deck",
"version": "1.0.0",
"official": true,
"tags": ["widget", "system", "monitoring"],
"platforms": ["macos", "windows", "linux"],
"url": "https://raw.githubusercontent.com/florextech/deck/main/plugins-available/system-monitor.js"
},
{
"id": "spotify",
"name": "Spotify",
"description": "Control Spotify playback and see now playing",
"readme": "Control Spotify from your tablet.\n\n**Actions:**\n- `spotify:toggle` — Play/Pause\n- `spotify:next` — Next track\n\n**Widget:** Shows currently playing song and artist.\n\n**Requirements:** Spotify must be running on your PC. macOS only (uses osascript).",
"author": "Deck",
"version": "1.0.0",
"official": true,
"tags": ["media", "music", "widget"],
"platforms": ["macos"],
"url": "https://raw.githubusercontent.com/florextech/deck/main/plugins-available/spotify.js"
},
{
"id": "pomodoro",
"name": "Pomodoro Timer",
"description": "25 min focus timer with notification when done",
"readme": "Focus timer based on the Pomodoro technique.\n\n**Action:** `pomodoro:toggle` — Start or cancel timer\n\n**Widget:** Shows remaining time (MM:SS) and status (idle/running).\n\n**How it works:**\n1. Start a 25-minute timer\n2. Get a notification + sound when time is up\n3. Take a break!\n\nPlays system sound on macOS when done.",
"author": "Deck",
"version": "1.0.0",
"official": true,
"tags": ["productivity", "timer", "widget"],
"platforms": ["macos", "windows", "linux"],
"url": "https://raw.githubusercontent.com/florextech/deck/main/plugins-available/pomodoro.js"
}
]
}