docs: fix issues with several more toml examples

This commit is contained in:
Jake Stanger 2024-04-24 21:42:25 +01:00
parent ea2b20816d
commit 782b9554a2
No known key found for this signature in database
GPG Key ID: C51FC8F9CB0BEA61
4 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ Supports plain text and images.
type = "clipboard"
max_items = 3
[[end.truncate]]
[end.truncate]
mode = "end"
length = 50
```

View File

@ -69,7 +69,7 @@ format = "{title} / {artist}"
music_dir = "/home/jake/Music"
truncate = "end"
[[start.icons]]
[start.icons]
play = ""
pause = ""
```

View File

@ -54,7 +54,7 @@ Clicking the widget opens the SwayNC panel.
type = "notifications"
show_count = true
[[end.icons]]
[end.icons]
closed_none = "󰍥"
closed_some = "󱥂"
closed_dnd = "󱅯"

View File

@ -52,7 +52,7 @@ type = "volume"
format = "{icon} {percentage}%"
max_volume = 100
[[end.icons]]
[end.icons]
volume_high = "󰕾"
volume_medium = "󰖀"
volume_low = "󰕿"