Go to file
MadcowOG 870fcf2620 The actual initial commit. 2023-02-19 11:30:40 -08:00
protocols The actual initial commit. 2023-02-19 11:30:40 -08:00
src The actual initial commit. 2023-02-19 11:30:40 -08:00
.gitignore The actual initial commit. 2023-02-19 11:30:40 -08:00
LICENSE Initial commit 2023-02-19 19:13:34 +00:00
README.md The actual initial commit. 2023-02-19 11:30:40 -08:00

README.md

dwl-bar

dwm-like bar for dwl

Still in development. But should compile.

Compile

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

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