Customizable status bar modules for DWM. Display system info like clock, RAM usage, network traffic, and moon phase in a lightweight, modular way.
- Lightweight and fast
- Modular:
clock,moon,netraf,ram - Fully customizable via
Config.hor Makefile - Works on Xorg-based DWM setups
- Easily integrated with
stterminal and DWM status bar
clock→ displays current timemoon→ shows moon phasenetraf→ monitors network trafficram→ displays RAM usageConfig.h→ configuration file for module intervals, colors, etc.
Clone the repo and build:
git clone https://github.com/happyman09/dwmblocks.git
cd dwmblocks
make
sudo make install
Edit Config.h to enable/disable modules or adjust update intervals.
Rebuild with make after making changes.
Run dwmblocks in your DWM setup to see your customized status bar. Can be combined with st, dmenu, and other Xorg-based tools.