From a0d0b23c94f2b8dddd14f9456410cd2a2094c4f4 Mon Sep 17 00:00:00 2001 From: Alexander Bocken <32177905+AlexBocken@users.noreply.github.com> Date: Sat, 25 Apr 2020 19:11:20 +0200 Subject: [PATCH] fix readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe02a0c..d5901ec 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Modular status bar for dwm written in c. # modifying blocks The statusbar is made from text output from commandline programs. -Blocks are added and removed by editing the blocks.h header file. +Blocks are added and removed by editing the config.h header file.