Modular status bar for
somebar, based on dwmblocks.
- C 82%
- Makefile 10.5%
- Roff 7.5%
| .gitignore | change dwm backend to somebar | |
| blocks.def.h | Initial commit | |
| LICENSE | change dwm backend to somebar | |
| Makefile |
Change standard from gnu17 to c99
|
|
| README.md | Initial commit | |
| someblocks.1 | described what -p does in the manpage | |
| someblocks.c | Initial commit | |
pinitik1906's fork of someblocks
Install
git clone --depth 1 https://codeberg.org/pinitik1906/someblocks.git "$HOME"/.local/share/usr/git/someblocks
cd "$HOME"/.local/share/usr/git/someblocks
sudo make clean install
Update
cd "$HOME"/.local/share/usr/git/someblocks
git pull
sudo make clean install
Uninstall
cd "$HOME"/.local/share/usr/git/someblocks
sudo make clean uninstall
cd "$HOME"
rm -rf "$HOME"/.local/share/usr/git/someblocks
Examples inside of blocks.def.h are in my dotfiles for Arch-based and for Void Linux.