1
0
Fork
You've already forked dam
0
forked from sewn/dam
Itsy-bitsy dwm-esque bar for river.
  • C 94.8%
  • Makefile 5.2%
Find a file
2025年06月26日 20:44:19 +02: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 limit title width 2025年06月26日 20:44:19 +02: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.