No description
This repository has been archived on 2024-02-29. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2024-01-29 19:24:56 +01:00
.gitignore custom changes 2024-01-29 19:24:56 +01:00
blocks.def.h custom changes 2024-01-29 19:24:56 +01:00
CHANGELOG.md release v1.0.1 2022-12-11 19:31:29 +01:00
generate_patch.sh custom changes 2024-01-29 19:24:56 +01:00
LICENSE change dwm backend to somebar 2021-10-28 17:27:05 +02:00
Makefile custom changes 2024-01-29 19:24:56 +01:00
README.md replace mailing list 2021-11-15 19:36:59 +01:00
someblocks.1 described what -p does in the manpage 2023-10-17 21:59:11 +02:00
someblocks.c custom changes 2024-01-29 19:24:56 +01:00

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.