M config_example.toml => config_example.toml +7 -3
@@ 1,11 1,15 @@
-opacity = 0.8
+opacity = 0.9
[[modules]]
format = "html"
-command = "echo 'You are using the example configuration. Edit it in <code>$XDG_CONFIG_HOME/ledybar/</code>'"
+# This command is a separate application. Clone and and modify it to suit your
+# needs or install it without modifications via
+#
+# cargo install --git https://git.sr.ht/~jplatte/ledybar-mod-i3-workspaces
+command = "~/.cargo/bin/ledybar-mod-i3-workspaces"
[[modules]]
-classes = "padding"
+classes = ["padding"]
[[modules]]
command = "date +%H∶%M∶%S"