No description
Find a file
2024-09-22 17:53:20 +03:00
.gitignore use config.def.h 2024-09-13 16:15:00 +03:00
bufpool.h update drwl & move to bufpool, makes dam work again in river 2024-08-30 17:43:36 +03:00
config.def.h union Arg and spawn function 2024-09-19 17:28:28 +02:00
dam-demo.png update demo image 2024-07-07 14:14:01 +03:00
dam.c show mode only if mode isnt "normal" (special mode) 2024-09-22 17:53:20 +03:00
drwl.h remove unused drwl func 2024-08-30 17:49:39 +03:00
LICENSE initial commit 2024-06-28 09:06:38 +03:00
Makefile Makefile: use POSIX-1-2024 issue 8 2024-09-13 16:13:32 +03:00
README.md README: update build instructions 2024-09-07 20:53:13 +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.