eb095dcb47
Includes a Python script, Waybar config snippet, and README with install instructions, usage, and optional CSS styling.
10 lines
277 B
JSON
10 lines
277 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|