Skip to content

Instantly share code, notes, and snippets.

View finsterdexter's full-sized avatar

George Walker finsterdexter

  • Sioux Falls, SD
  • 06:04 - 5h behind
View GitHub Profile
@finsterdexter
finsterdexter / dock-charge.service
Last active December 29, 2023 23:38
A shell script that updates the RGB on my razer mouse dock based on the mouse's charge level
# put in /etc/systemd/system, then do $ sudo systemctl enable dock-charge.service
[Unit]
Description=Charge LED Monitor
After=syslog.target
[Service]
ExecStart=/usr/local/bin/dock-charge.sh
Restart=always
[Install]
@finsterdexter
finsterdexter / nerdctl.json
Last active September 13, 2021 12:31
scoop app manifest for nerdctl
{
"version":"0.11.1",
"url":"https://github.com/containerd/nerdctl/releases/download/v0.11.1/nerdctl-0.11.1-windows-amd64.tar.gz",
"bin":"nerdctl.exe",
"hash":"fa43b4e947a7dcf7670ca8894fa18dbc5447bb31d617fa33b8f45024d7051015"
}