README.md (459B) - raw
1 dwmblocks 2 ========= 3 Modular status bar for dwm written in c. 4 5 Installation 6 ------------ 7 Edit config.mk to match your local setup (dwmblocks is installed into the 8 /usr/local namespace by default). 9 10 Afterwards enter the following command to build and install slock 11 (if necessary as root): 12 13 make clean install 14 15 Running dwm 16 ----------- 17 Add the following line to your .xinitrc to start dwmblocks using startx: 18 19 dwmblocks & 20 21 Or run the 'dwmblocks' command.