Update Bar Inactive Condition authored by Ethan's avatar Ethan
...@@ -5,3 +5,9 @@ The condition will be true if the bar is inactive. ...@@ -5,3 +5,9 @@ The condition will be true if the bar is inactive.
| Parameter | Aliases | Description | Type | | 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 | | `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