forked from juanmagdev/ThinkPad-Red-Led-Control
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
15 lines (15 loc) · 1.3 KB
/
metadata.json
File metadata and controls
15 lines (15 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"_generated": "Generated by SweetTooth, do not edit",
"description": "A GNOME Shell extension to control and customize the ThinkPad red LED directly from the top panel. It allows you to turn on/off the LED, blink it and send morse code messages.\n\nNote: Secure Boot / kernel lockdown can block LED control; disable Secure Boot or boot with lockdown=none.\n\nSetup helper:\nQuick setup (recommended):\nbash $HOME/.local/share/gnome-shell/extensions/thinkpad-red-led@juanmagd.dev/install.sh\n\nManual setup:\nEXT_SRC=\"$HOME/.local/share/gnome-shell/extensions/thinkpad-red-led@juanmagd.dev/tools/thinkpad-red-led-helper\"\nsudo install -o root -g root -m 0755 \"$EXT_SRC\" /usr/local/bin/thinkpad-red-led-helper\nsudo visudo -f /etc/sudoers.d/thinkpad-red-led\nAdd line (replace with your username):\nyour_user ALL=(root) NOPASSWD: /usr/local/bin/thinkpad-red-led-helper\nSystem-wide install:\nEXT_SRC=\"/usr/share/gnome-shell/extensions/thinkpad-red-led@juanmagd.dev/tools/thinkpad-red-led-helper\"\nThen restart GNOME Shell or disable/enable the extension.",
"gettext-domain": "juanmagd.dev",
"name": "ThinkPad Red Led Control",
"shell-version": [
"46",
"47",
"48",
"49"
],
"url": "https://github.com/juanmagdev/ThinkPad-Red-Led-Control",
"uuid": "thinkpad-red-led@juanmagd.dev",
"version": 7
}