diff options
author | Raphael Robatsch <raphael-git@tapesoftware.net> | 2021-10-28 17:27:05 +0200 |
---|---|---|
committer | Raphael Robatsch <raphael-git@tapesoftware.net> | 2021-10-28 17:27:05 +0200 |
commit | d432a2a0fec7f1c28f01e93fdae9135bfec67d89 (patch) | |
tree | ebad73d344109d152f9c27b99fc5bbd9e1427533 /README.md | |
parent | 96cbb453e5373c05372fd4bf3faacfa53e409067 (diff) |
change dwm backend to somebar
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,15 +1,16 @@ -# dwmblocks -Modular status bar for dwm written in c. +# someblocks +Modular status bar for [somebar](https://gitlab.com/raphaelr/somebar) written in c. + +This is a fork of [dwmblocks](https://github.com/torrinfail/dwmblocks), modified +to connect to somebar instead of dwm. # 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. +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 dwmblocks that add features that I either don't want to merge in, or that require a dwm patch to work. +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. -<br> -<a href=https://gist.github.com/IGeraGera/e4a5583b91b3eec2e81fdceb44dea717>dwmblocks-statuscmd-b6b0be4.diff</a> |