dwl-bar-mod/README.md

23 行
830 B
Markdown
Raw 通常表示 履歴

2023-02-20 04:13:34 +09:00
# dwl-bar
2023-02-20 04:14:05 +09:00
dwm-like bar for dwl
2023-02-20 04:39:55 +09:00
I believe dwl-bar provides a more dwm-like experience out of the box than other bars like somebar.
2023-02-20 04:30:40 +09:00
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
2023-02-20 04:39:55 +09:00
## 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/`.