No description
Find a file
2024-07-04 20:36:16 +03:00
.gitignore initial commit 2024-06-28 09:06:38 +03:00
config.h initial commit 2024-06-28 09:06:38 +03:00
dam-demo.png initial commit 2024-06-28 09:06:38 +03:00
dam.c fix no title 2024-07-04 20:36:16 +03:00
drwl.h initial commit 2024-06-28 09:06:38 +03:00
LICENSE initial commit 2024-06-28 09:06:38 +03:00
Makefile initial commit 2024-06-28 09:06:38 +03:00
poolbuf.h initial commit 2024-06-28 09:06:38 +03:00
README.md initial commit 2024-06-28 09:06:38 +03:00
river-control-unstable-v1.xml initial commit 2024-06-28 09:06:38 +03:00
river-status-unstable-v1.xml initial commit 2024-06-28 09:06:38 +03:00
wlr-layer-shell-unstable-v1.xml initial commit 2024-06-28 09:06:38 +03:00

dam

dam is a itsy-bitsy dwm-esque bar for river.

To use a status-bar, you can pass in status text via stdin:

slstatus -s | dam

Building

To build dam first ensure that you have the following dependencies:

  • wayland
  • wayland-protocols
  • fcft
  • pixman
  • pkg-config

Afterwards, run:

make
make install

Usage

Run dam.