dwt1--dotfiles/dwmblocks
Derek Taylor 9c2121348d 1. Qtile panel theme with images, 2. Adding to Neovim config. 2020-04-09 19:31:18 -05:00
..
LICENSE Lots of updates. 2020-03-19 14:50:17 -05:00
Makefile Lots of updates. 2020-03-19 14:50:17 -05:00
README.md Modifying README. 2020-03-24 11:23:44 -05:00
blocks.h 1. Qtile panel theme with images, 2. Adding to Neovim config. 2020-04-09 19:31:18 -05:00
dwmblocks 1. Qtile panel theme with images, 2. Adding to Neovim config. 2020-04-09 19:31:18 -05:00
dwmblocks.c Lots of updates. 2020-03-19 14:50:17 -05:00

README.md

dwmblocks

Modular status bar for dwm written in c.

Modifying dwmblocks

The statusbar is made from text output from scripts found in my .local/bin. Blocks are added and removed by editing the blocks.h header file.

To get my dwmblocks to work for you...

You will, of course, need my dwmblocks build and my scripts in .local/bin. Make sure that .local/bin is in your $PATH otherwise you can't call those scripts by name which is what I'm doing in blocks.h. Instead, you'd have to write out the full path to each script in the blocks.h.

To add .local/bin to $PATH, just add this line to your .bashrc:

PATH="$HOME/.local/bin${PATH:+:${PATH}}"