Personal fork of dwmblocks, a simple status bar for dwm
Go to file
2023-02-23 10:22:56 -08:00
scripts Add ethernet to dwmblocks-network 2023-02-21 14:18:19 -08:00
.gitignore Added dwmblocks-pulse-listener.c 2023-02-23 09:22:54 -08:00
blocks.def.h Added dwmblocks-pulse-listener.c 2023-02-23 09:22:54 -08:00
dwmblocks-pulse-listener.c Merge branch 'main' of git.zander.im:Zander671/dwmblocks 2023-02-23 09:27:22 -08:00
dwmblocks.c Fix wait time 2023-02-23 10:22:56 -08:00
LICENSE Initial commit 2023-02-21 12:15:57 -08:00
Makefile Added dwmblocks-pulse-listener.c 2023-02-23 09:22:54 -08:00
README.md Initial commit 2023-02-21 12:15:57 -08:00

dwmblocks

Modular status bar for dwm written in c.

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.

modifying blocks

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-b6b0be4.diff