ファイルへ移動
MadcowOG 5af382d9c0 Removed unused button configs. 2023-02-22 08:36:58 -08:00
protocols The actual initial commit. 2023-02-19 11:30:40 -08:00
src Removed unused button configs. 2023-02-22 08:36:58 -08:00
.gitignore Changes to be merged into standard dwl-bar 2023-02-21 15:59:29 -08:00
LICENSE Initial commit 2023-02-19 19:13:34 +00:00
README.md Small change, still trying to figure out how git works. 2023-02-21 16:10:55 -08:00

README.md

dwl-bar

dwm-like bar for dwl

I believe dwl-bar provides a more dwm-like experience out of the box than other bars like somebar.

Still in development. But should compile.

Dependencies

I'm not sure what the package names will be for your distrobution, so just make sure these are generally what you have.

  • pango
  • cairo
  • wayland
  • wayland-protocols

Compile

Compile with this command gcc ./src/*.c -o ./bar $(pkg-config --cflags --libs wayland-client wayland-cursor pangocairo).

Configuration

Like most suckless-like software, configuration is done through src/config.def.h modify it to your heart's content.

Thanks

Thanks to raphi for somebar this project is largely just somebar but in C and a few tweaks to make it similar to dwm. The ipc protocol is also just the ipc patch in somebar's contrib/.