Add Waybar widget for fan controller

Includes a Python script, Waybar config snippet, and README with install
instructions, usage, and optional CSS styling.
This commit is contained in:
2026-09-11 10:33:41 +02:00
parent 72e9c1392a
commit eb095dcb47
3 changed files with 176 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"custom/fan": {
"return-type": "json",
"exec": "~/.config/waybar/scripts/fan.py",
"interval": 5,
"on-click": "python3 ~/.config/waybar/scripts/fan.py cycle",
"on-right-click": "python3 ~/.config/waybar/scripts/fan.py auto"
}
}