]> git.seodisparate.com - swaybar_info/commitdiff
Add Changelog.md 0.1.1
authorStephen Seo <seo.disparate@gmail.com>
Thu, 11 Aug 2022 02:55:53 +0000 (11:55 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 11 Aug 2022 02:55:53 +0000 (11:55 +0900)
Changelog.md [new file with mode: 0644]

diff --git a/Changelog.md b/Changelog.md
new file mode 100644 (file)
index 0000000..468c87e
--- /dev/null
@@ -0,0 +1,21 @@
+# Changelog
+
+## Upcoming Changes
+
+## 0.1.1
+
+Implement setting the time format string with the `--time-format=<time format string>` arg.
+
+## 0.1.0
+
+Implementation of info output for use by swaybar.
+
+By default, displays the date, load-avg, and memory usage.
+
+Network stats can be shown with the `--netdev=<device>` arg.
+
+Arbitrary output from a command can be shown with the `--regex-cmd=<cmd>[SPLIT]<args...>[SPLIT]<regex>` arg.
+
+The update interval in seconds can be set with the `--interval-sec=<seconds>` arg.
+
+Battery stats display can be enabled with the `--acpi-builtin` arg.