Skip to content

Commit

Permalink
docs: fix issues with several more toml examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Apr 24, 2024
1 parent ea2b208 commit 782b955
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/modules/Clipboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Supports plain text and images.
type = "clipboard"
max_items = 3

[[end.truncate]]
[end.truncate]
mode = "end"
length = 50
```
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Music.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ format = "{title} / {artist}"
music_dir = "/home/jake/Music"
truncate = "end"

[[start.icons]]
[start.icons]
play = ""
pause = ""
```
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "󱅯"
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type = "volume"
format = "{icon} {percentage}%"
max_volume = 100

[[end.icons]]
[end.icons]
volume_high = "󰕾"
volume_medium = "󰖀"
volume_low = "󰕿"
Expand Down

0 comments on commit 782b955

Please sign in to comment.