Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markupstart/someblocks
https://github.com/markupstart/someblocks
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/markupstart/someblocks
- Owner: markupstart
- License: isc
- Created: 2024-01-09T00:15:16.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-09T00:17:12.000Z (12 months ago)
- Last Synced: 2024-01-09T02:32:52.665Z (12 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# someblocks
Modular status bar for [somebar](https://git.sr.ht/~raphi/somebar) written in c.This is a fork of [dwmblocks](https://github.com/torrinfail/dwmblocks), modified
to connect to somebar instead of dwm.The mailing list for this project is
[~raphi/[email protected]](mailto:~raphi/[email protected]).
# 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.
# someblocks