1
0
Fork
You've already forked dam
0
forked from sewn/dam
Itsy-bitsy dwm-esque bar for river.
  • C 92%
  • Makefile 8%
Find a file
2025年07月28日 13:31:25 +02:00
drwl @28785d10a3 drwl: use submodule 2025年04月20日 20:28:36 +03:00
.gitignore use config.def.h 2024年09月13日 16:15:00 +03:00
.gitmodules drwl: use submodule 2025年04月20日 20:28:36 +03:00
config.def.h config.h: replace layout name for rivercarro 2025年07月28日 13:31:25 +02:00
dam-demo.jpg change default layout names, add ><> 2024年11月10日 19:10:34 +03:00
dam.c drwl: use submodule 2025年04月20日 20:28:36 +03: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.