]> git.armaanb.net Git - dwmblocks.git/blob - README.md
af7d033b2cf51d44cf4b1ba0946297d2e22170f7
[dwmblocks.git] / README.md
1 # dwmblocks
2 Modular status bar for dwm written in c.
3 # usage
4 To use dwmblocks first run 'make' and then install it with 'sudo make install'.
5 After that you can put dwmblocks in your xinitrc or other startup script to have it start with dwm.
6 # modifying blocks
7 The statusbar is made from text output from commandline programs.
8 Blocks are added and removed by editing the blocks.h header file.
9 By default the blocks.h header file is created the first time you run make which copies the default config from blocks.def.h.
10 This is so you can edit your status bar commands and they will not get overwritten in a future update.