summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Taylor <jtaylormuffins@gmail.com>2020-03-31 22:46:56 -0400
committerJackson Taylor <jtaylormuffins@gmail.com>2020-03-31 22:46:56 -0400
commit4667dba8a735291a85aa5a29543fa6e538390233 (patch)
tree38b667840863e5306736e9a9eb6096166069e1a7
parentd70fe40f9de2a10ccd5892b7886a559b181748cc (diff)
Add README.md
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d8a0ee8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# Jackson's Awesome Status Bar (jasbr)
+
+This is a status bar I am working on for suckless's dwm.
+
+As time goes on I hope to add more modules and improve options and configurations.
+
+### Why another status bar?
+There are a few nice ones that are written in C and bash/shell, ones that probably perform better and have better customizations.
+But I wanted to see if I could make one that fit my needs and helped me learn Golang a little bit more for something other than very basic web development.
+
+### Why Golang?
+It's really nice with concurrency, and that's something I want to integrate in the future, if I can. So you don't have to do something like wait a minute for your bar to update, or kill it and restart it.
+
+Also like I had said previously, I want to learn more about it.