-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
executable file
·38 lines (38 loc) · 903 Bytes
/
Copy pathplugin.json
File metadata and controls
executable file
·38 lines (38 loc) · 903 Bytes
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
{
"id": "screenCaptureToolbar",
"name": "Screen Capture Toolbar",
"description": "Premium pill-shaped toolbar for quick screenshots and screen recording",
"category": "utilities",
"version": "2.4.0",
"author": "JDKamalakar",
"icon": "screenshot_region",
"type": "daemon",
"component": "./CaptureToolbar.qml",
"settings": "./Settings.qml",
"capabilities": [
"ipc"
],
"repo": "https://github.com/JDKamalakar/DMS-ScreenCapture_Toolbar",
"compositors": [
"any"
],
"distro": [
"any"
],
"dependencies": [
"gpu screen recorder",
"slurp",
"grim",
"wl-clipboard",
"satty",
"ffmpeg",
"pipewire",
"pulseaudio-utils"
],
"screenshot": "https://raw.githubusercontent.com/JDKamalakar/DMS-ScreenCapture_Toolbar/refs/heads/main/assets/Screenshot_UI.png",
"permissions": [
"process",
"settings_read",
"settings_write"
]
}