~raphi/someblocks

Modular status bar for somebar, based on dwmblocks.
Added documentation for how to use the update signal feature
described what -p does in the manpage
28d7e79d — Raphael Robatsch 1 year, 9 months ago
release v1.0.1

clone

read-only
https://git.sr.ht/~raphi/someblocks
read/write
git@git.sr.ht:~raphi/someblocks

You can also use your local clone with git send-email.

#someblocks

Modular status bar for somebar written in c.

This is a fork of dwmblocks, modified to connect to somebar instead of dwm.

The mailing list for this project is ~raphi/public-inbox@lists.sr.ht.

#usage

To use someblocks first run 'make' and then install it with 'sudo make install'. After that you can put someblocks in your startup script to have it start with dwl/somebar.

#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 someblocks that add features that I either don't want to merge in, or that require a dwl/somebar patch to work. I do not maintain these but I will take pull requests to update them.