No description
Find a file
2024-08-30 17:45:16 +03:00
.gitignore Revert "Added zig build system only" 2024-08-30 17:45:16 +03:00
bufpool.h update drwl & move to bufpool, makes dam work again in river 2024-08-30 17:43:36 +03:00
config.h initial commit 2024-06-28 09:06:38 +03:00
dam-demo.png update demo image 2024-07-07 14:14:01 +03:00
dam.c Revert "Added zig build system only" 2024-08-30 17:45:16 +03:00
drwl.h update drwl & move to bufpool, makes dam work again in river 2024-08-30 17:43:36 +03:00
LICENSE initial commit 2024-06-28 09:06:38 +03:00
Makefile Revert "Added zig build system only" 2024-08-30 17:45:16 +03:00
README.md README: update build instructions 2024-07-07 14:11:49 +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:

zig build -Doptimize=ReleaseFast --prefix /usr/local install

Usage

Run dam.