No description
Find a file
Rentib e6eb713fb3
close signal_fd in cleanup
We should close file descriptors that we open. Also this commit adds
handling SIGINT (same as SIGTERM) and does not die if we got EAGAIN from
poll().
2025-02-09 14:33:02 +01: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 change default layout names, add ><> 2024-11-10 19:10:34 +03:00
dam-demo.jpg change default layout names, add ><> 2024-11-10 19:10:34 +03:00
dam.c close signal_fd in cleanup 2025-02-09 14:33:02 +01: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: slightly simplify 2024-11-10 18:26:26 +03:00
README.md update demo image 2024-10-25 12:12: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.

To hide the current selected output's monitor, the USR1 signal can be sent to do so.