So you want the LEDs on your Acer-with-a-clit (ThinkPad E14 gen2) to be more humane?
Mute and micmute LEDs = off?
Power indicator LED = flashes with phy0 RX (white) and TX (green?
Good news, everyone! Do this:
create /some/where/tpled.sh:
#!/usr/bin/env python3 | |
import os | |
import subprocess | |
# Define the commands | |
cmd_on = "openhue set light 626d5ac8-dd60-4eaa-9fa7-f0d0eb31ec15 --on" | |
cmd_off = "openhue set light 626d5ac8-dd60-4eaa-9fa7-f0d0eb31ec15 --off" | |
get_cmd = "openhue get light 626d5ac8-dd60-4eaa-9fa7-f0d0eb31ec15" | |
# Function to get the current status of the light |
// ==UserScript== | |
// @name TwoStopBits Dark Mode | |
// @namespace http://tampermonkey.net/ | |
// @version 1.2 | |
// @description twostopbits.com dark mode userstyle | |
// @author Theodric | |
// @match https://twostopbits.com/* | |
// @grant GM_addStyle | |
// ==/UserScript== |
So you want the LEDs on your Acer-with-a-clit (ThinkPad E14 gen2) to be more humane?
Mute and micmute LEDs = off?
Power indicator LED = flashes with phy0 RX (white) and TX (green?
Good news, everyone! Do this:
create /some/where/tpled.sh:
## E14 (with a fucked-up Fn key) | |
## First part: Mappings to make the keyboard work more like the C13 | |
## Second part: Libinput quirks file to restore the function of disabling the touchpad while typing | |
## twinkpad:/etc/keyd # cat thinky.conf | |
[ids] | |
0001:0001:a38e6885 | |
[main] | |
f1 = back |
[ids] | |
k:18d1:503d | |
k:18d1:504c | |
k:18d1:5030 | |
k:18d1:5057 | |
k:18d1:502b | |
k:18d1:5052 | |
k:18d1:5050 | |
k:18d1:5044 | |
k:18d1:503c |
From: https://serverfault.com/questions/978738/dahdi-3-0-0-not-assign-spans-and-cannot-generate-configuration/989462#989462 | |
site logo | |
Skip to main content | |
Server Fault | |
DAHDI 3.0.0 not assign spans and cannot generate configuration | |
Asked 5 years, 4 months ago | |
Modified 2 years, 3 months ago |
open() { | |
if [[ -z "$1" ]]; then | |
echo "usage: open <file>" >&2 | |
return 1 | |
fi | |
if [[ ! -e "$1" ]]; then | |
echo "file not found: $1" >&2 | |
return 1 | |
fi |
// ==UserScript== | |
// @name MikroTik Inverted Dark Mode | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Invert colors on MikroTik webfig | |
// @author Peepee Poopoo | |
// @source https://gist.github.com/theodric/2c3b234c8a668eec50ceb3688aad0786 | |
// @fart hey you, edit this file so it works on your device's IP address/DNS name | |
// @match http://192.168.88.1/* | |
// @grant none |
// ==UserScript== | |
// @name InfoWars Black Hat Hax0r Mode | |
// @namespace http://tampermonkey.net/ | |
// @version 1.3 | |
// @description A dark mode for Drudge Report with a 1337 |-|4><0R æsthetic | |
// @author Theodric Æðelfriþ | |
// @match https://www.infowars.com/* | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name Drudge Report Black Hat Hax0r Mode | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description A dark mode for Drudge Report with a 1337 |-|4><0R æsthetic | |
// @author Theodric Æðelfriþ | |
// @match https://drudgereport.com/* | |
// @grant none | |
// ==/UserScript== |