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:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user