Lennart Poettering on Nostr: Did you know you could control brightness of the red dot on the i of the "ThinkPad" ...
Did you know you could control brightness of the red dot on the i of the "ThinkPad" on the top-side of your thinkpad? I sure didn't:
this turns it off:
```
echo 0 | tee /sys/class/leds/tpacpi\:\:lid_logo_dot/brightness
```
and this turns it on:
```
echo 255 | tee /sys/class/leds/tpacpi\:\:lid_logo_dot/brightness
```
I don't really know what this information is good for, but hey, isn't it awesome to have a 1px display on the outside of your laptop?
Published at
2023-11-03 09:03:11Event JSON
{
"id": "631c85bf41bbdd81f9f8b751e23c5ed49c720f1c48ed9db4bfb756fb58b01854",
"pubkey": "1d95c32d9a9d95a54f98eb2eaa156f3d3a71dc49eca2c960b2b89962758f1cc0",
"created_at": 1699002191,
"kind": 1,
"tags": [
[
"proxy",
"https://mastodon.social/users/pid_eins/statuses/111345807599821099",
"activitypub"
]
],
"content": "Did you know you could control brightness of the red dot on the i of the \"ThinkPad\" on the top-side of your thinkpad? I sure didn't:\n\nthis turns it off:\n\n```\necho 0 | tee /sys/class/leds/tpacpi\\:\\:lid_logo_dot/brightness\n```\n\nand this turns it on:\n\n```\necho 255 | tee /sys/class/leds/tpacpi\\:\\:lid_logo_dot/brightness\n```\n\nI don't really know what this information is good for, but hey, isn't it awesome to have a 1px display on the outside of your laptop?",
"sig": "00a7dae73520eaf123e93aacbebe3828bba94e55f4b795e894e8fc93f447b59f1df79267fb666f8d20abf9e115eec8fd7f80e8dadafabf098bdef6dc18a874e1"
}