No description
Find a file
2025-05-25 14:40:36 -06:00
drwl@28785d10a3 drwl: use submodule 2025-04-20 20:28:36 +03:00
.gitignore enabled user config 2025-05-23 15:30:25 -06:00
.gitmodules drwl: use submodule 2025-04-20 20:28:36 +03:00
config.def.h added barheight setting 2025-05-23 14:36:42 -06:00
config.h switched to rivercarro 2025-05-25 14:40:36 -06:00
dam-demo.jpg change default layout names, add ><> 2024-11-10 19:10:34 +03:00
dam.c dam: hide vacant tags 2025-05-23 15:28:51 -06:00
LICENSE LICENSE: update copyright year 2025-04-18 13:51:09 +03:00
Makefile drwl: use submodule 2025-04-20 20:28:36 +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.