Skip to content

Instantly share code, notes, and snippets.

View FletcherD's full-sized avatar

Fletcher D FletcherD

View GitHub Profile
@FletcherD
FletcherD / lgtv_screensaver.sh
Created September 11, 2025 10:41
LG TV screensaver for Wayland
#!/bin/bash
# Use the 'LGWebOSRemote' python package to turn an LG TV on and off when the system goes idle and wakes up.
# Before using, you'll need to pair your TV and set it as the default, using the instructions here:
# https://github.com/klattimer/LGWebOSRemote
cd /home/media/.local/bin/lgtv_screensaver
TIMEOUT_POWER=1800
@FletcherD
FletcherD / JLinkUpdate.py
Last active June 15, 2025 05:15
Segger JLink auto update script
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "bs4",
# "lxml",
# "requests",
# "tqdm",
# ]