summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-08-18 16:15:21 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-08-18 16:15:21 +0100
commit7228f5cf389be15f15604d8d3438eed601f7d105 (patch)
treea211db47f1aa8c2b7a4839b5d0b74dc4151ae562
parentb12722ab48277b9f960cdc0b0630564a610d5d0f (diff)
Update README
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 00896ed..1e695ee 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# dwmblocks
Modular status bar for dwm written in c.
+This is my fork of the original [dwmblocks](https://github.com/torrinfail/dwmblocks) repository.
# usage
To use dwmblocks first run 'make' and then install it with 'sudo make install'.
After that you can put dwmblocks in your xinitrc or other startup script to have it start with dwm.
@@ -8,8 +9,3 @@ The statusbar is made from text output from commandline programs.
Blocks are added and removed by editing the blocks.h header file.
By default the blocks.h header file is created the first time you run make which copies the default config from blocks.def.h.
This is so you can edit your status bar commands and they will not get overwritten in a future update.
-# patches
-Here are some patches to dwmblocks that add features that I either don't want to merge in, or that require a dwm patch to work.
-I do not maintain these but I will take pull requests to update them.
-<br>
-<a href=https://gist.github.com/toniz4/41d168719e22bf7bc4ecff09d424b7d2>dwmblocks-statuscmd-20200717-941f415.diff</a>