From 7228f5cf389be15f15604d8d3438eed601f7d105 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Tue, 18 Aug 2020 16:15:21 +0100 Subject: Update README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 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. -
-dwmblocks-statuscmd-20200717-941f415.diff -- cgit v1.2.3-13-gbd6f