Unverified Commit 23e40635 authored by Bryan Malyn's avatar Bryan Malyn Committed by GitHub

Add example i3status-rs config to README.md (#202)

parent 0767c90a
...@@ -240,6 +240,25 @@ ninja -C build ...@@ -240,6 +240,25 @@ ninja -C build
meson install -C build meson install -C build
``` ```
## i3status-rs Example
> **Note** Ths requires i3status-rs version 0.30.0+
i3status-rs config
```toml
[[block]]
block = "notify"
format = " $icon {($notification_count.eng(1)) |}"
driver = "swaync"
[[block.click]]
button = "left"
action = "show"
[[block.click]]
button = "right"
action = "toggle_paused"
```
## Waybar Example ## Waybar Example
This example requires `NotoSansMono Nerd Font` to get the icons looking right This example requires `NotoSansMono Nerd Font` to get the icons looking right
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment