ファイルへ移動
MadcowOG e3ffe98a7b Moved all of the elipses stuff to the add_elipses function. 2023-03-05 19:51:32 -08:00
protocols Readme change and removed unneeded protocol 2023-02-22 22:41:40 -08:00
src Moved all of the elipses stuff to the add_elipses function. 2023-03-05 19:51:32 -08:00
.gitignore Fixed oversized status bars overwriting other components. 2023-03-04 00:09:57 -08:00
LICENSE Initial commit 2023-02-19 19:13:34 +00:00
Makefile Fixed Makefile 2023-02-22 22:19:14 -08:00
README.md Fixed the ipc link. 2023-03-05 19:23:35 -08:00
dwl-bar.1 Modified man page. 2023-02-28 02:50:24 -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.

Dependencies

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

  • make
  • pango
  • cairo
  • wayland
  • wayland-protocols

Compile

Compile with make, install with make install, uninstall make uninstall.

Configuration

Like most suckless-like software, configuration is done through src/config.def.h modify it to your heart's content. dwl-bar is compatible with someblocks for status.

If you want dwl-bar to control dwl (via mouse usage primarily) you may want to apply the ipc patch. However do note that you will also need to apply the ipc patch for dwl.

For more information about patching see the hacking article from suckless.

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/.