From 9cacb14273d0f94d02a84da08114b61cef5e28d1 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Fri, 3 Feb 2023 18:25:36 -0800 Subject: [PATCH] Added README file. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 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. -- 2.20.1