mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
docs: fix issues with several more toml examples
This commit is contained in:
parent
ea2b20816d
commit
782b9554a2
4 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ Supports plain text and images.
|
||||||
type = "clipboard"
|
type = "clipboard"
|
||||||
max_items = 3
|
max_items = 3
|
||||||
|
|
||||||
[[end.truncate]]
|
[end.truncate]
|
||||||
mode = "end"
|
mode = "end"
|
||||||
length = 50
|
length = 50
|
||||||
```
|
```
|
||||||
|
|
|
@ -69,7 +69,7 @@ format = "{title} / {artist}"
|
||||||
music_dir = "/home/jake/Music"
|
music_dir = "/home/jake/Music"
|
||||||
truncate = "end"
|
truncate = "end"
|
||||||
|
|
||||||
[[start.icons]]
|
[start.icons]
|
||||||
play = ""
|
play = ""
|
||||||
pause = ""
|
pause = ""
|
||||||
```
|
```
|
||||||
|
|
|
@ -54,7 +54,7 @@ Clicking the widget opens the SwayNC panel.
|
||||||
type = "notifications"
|
type = "notifications"
|
||||||
show_count = true
|
show_count = true
|
||||||
|
|
||||||
[[end.icons]]
|
[end.icons]
|
||||||
closed_none = ""
|
closed_none = ""
|
||||||
closed_some = ""
|
closed_some = ""
|
||||||
closed_dnd = ""
|
closed_dnd = ""
|
||||||
|
|
|
@ -52,7 +52,7 @@ type = "volume"
|
||||||
format = "{icon} {percentage}%"
|
format = "{icon} {percentage}%"
|
||||||
max_volume = 100
|
max_volume = 100
|
||||||
|
|
||||||
[[end.icons]]
|
[end.icons]
|
||||||
volume_high = ""
|
volume_high = ""
|
||||||
volume_medium = ""
|
volume_medium = ""
|
||||||
volume_low = ""
|
volume_low = ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue