Update Bar Inactive Condition authored by Ethan's avatar Ethan
......@@ -4,4 +4,10 @@ The condition will be true if the bar is inactive.
## Parameters
| Parameter | Aliases | Description | Type |
| ------ | ------ | ------ | ------ |
| `timeout` | `t, time` | The time in ticks until a bar is considered inactive. Defaults to the option `inactivity-timeout` set in the config. | Integer |
\ No newline at end of file
| `timeout` | `t, time` | The time in ticks until a bar is considered inactive. Defaults to the option `inactivity-timeout` set in the config. | Integer |
## Examples
```
conditions:
- 'bar-inactive{t=60,m=true}'
```
\ No newline at end of file