1
0
Fork
You've already forked someblocks
0
Modular status bar for somebar, based on dwmblocks.
  • C 82%
  • Makefile 10.5%
  • Roff 7.5%
Find a file
2026年06月04日 01:16:25 +08:00
.gitignore change dwm backend to somebar 2021年10月28日 17:27:05 +02:00
blocks.def.h Initial commit 2026年05月31日 00:25:23 +08:00
LICENSE change dwm backend to somebar 2021年10月28日 17:27:05 +02:00
Makefile Change standard from gnu17 to c99 2026年06月04日 01:16:25 +08:00
README.md Initial commit 2026年05月31日 00:25:23 +08:00
someblocks.1 described what -p does in the manpage 2023年10月17日 21:59:11 +02:00
someblocks.c Initial commit 2026年05月31日 00:25:23 +08:00

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.