diff --git a/docs/modules/Clipboard.md b/docs/modules/Clipboard.md index 7aa3b7f..212a60d 100644 --- a/docs/modules/Clipboard.md +++ b/docs/modules/Clipboard.md @@ -47,7 +47,7 @@ Supports plain text and images. type = "clipboard" max_items = 3 -[[end.truncate]] +[end.truncate] mode = "end" length = 50 ``` diff --git a/docs/modules/Music.md b/docs/modules/Music.md index 18efeb1..5c5bc7d 100644 --- a/docs/modules/Music.md +++ b/docs/modules/Music.md @@ -69,7 +69,7 @@ format = "{title} / {artist}" music_dir = "/home/jake/Music" truncate = "end" -[[start.icons]] +[start.icons] play = "" pause = "" ``` diff --git a/docs/modules/Notifications.md b/docs/modules/Notifications.md index 8a8608c..33617e3 100644 --- a/docs/modules/Notifications.md +++ b/docs/modules/Notifications.md @@ -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 = "󱅯" diff --git a/docs/modules/Volume.md b/docs/modules/Volume.md index bfa4653..afde862 100644 --- a/docs/modules/Volume.md +++ b/docs/modules/Volume.md @@ -52,7 +52,7 @@ type = "volume" format = "{icon} {percentage}%" max_volume = 100 -[[end.icons]] +[end.icons] volume_high = "󰕾" volume_medium = "󰖀" volume_low = "󰕿"