mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 01:43:13 +00:00
16 lines
279 B
Markdown
16 lines
279 B
Markdown
|
# Script: system-thinklight
|
||
|
|
||
|
A small script that displays the Thinklight state from ThinkPad ACPI driver.
|
||
|
|
||
|
![system-thinklight](screenshots/1.png)
|
||
|
|
||
|
|
||
|
## Module
|
||
|
|
||
|
```ini
|
||
|
[module/system-thinklight]
|
||
|
type = custom/script
|
||
|
exec = ~/polybar-scripts/system-thinklight.sh
|
||
|
interval = 10
|
||
|
```
|