You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"_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.",