Added README file. master origin/HEAD origin/master
authorAaron Taylor <ataylor@subgeniuskitty.com>
Sat, 4 Feb 2023 02:25:36 +0000 (18:25 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Sat, 4 Feb 2023 02:25:36 +0000 (18:25 -0800)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..89e3339
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# Overview #
+
+Updates the status bar for `dwm` to display the load average, date and time.
+
+# Status #
+
+Complete. Tested on FreeBSD 13.
+
+# Instructions #
+
+Simply `make clean all` and copy the resulting `dwmstatus` binary anywhere
+desired. Remember to call it from `~/.xinitrc` so it starts automatically when
+X starts up.