Skip to content

Commit

Permalink
Update i3status-rs Example format syntax for 0.31.0 (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
wseaton authored Jun 14, 2023
1 parent ee456ba commit fb82e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,14 @@ meson install -C build

## i3status-rs Example

> **Note** Ths requires i3status-rs version 0.30.0+
> **Note** Ths requires i3status-rs version 0.31.0+
i3status-rs config

```toml
[[block]]
block = "notify"
format = " $icon {($notification_count.eng(1)) |}"
format = " $icon {($notification_count.eng(w:1)) |}"
driver = "swaync"
[[block.click]]
button = "left"
Expand Down

0 comments on commit fb82e0c

Please sign in to comment.