A simple, modular bash/shell script for configuring your DWM bar. https://git.ari.lt/ari/bdwmb
Find a file
Ari Archer 92030e7d22
1.1: Switch to GPLv3 and improve the code
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-10-30 13:13:15 +02:00
doc update @ Sat 19 Mar 17:14:52 EET 2022 2022-03-19 17:14:52 +02:00
modules update @ Sat 19 Mar 17:14:52 EET 2022 2022-03-19 17:14:52 +02:00
.clang-format 1.1: Switch to GPLv3 and improve the code 2022-10-30 13:13:15 +02:00
.editorconfig 1.1: Switch to GPLv3 and improve the code 2022-10-30 13:13:15 +02:00
.shellcheckrc update @ Wed 16 Feb 22:53:03 EET 2022 2022-02-16 22:53:03 +02:00
bdwmb 1.1: Switch to GPLv3 and improve the code 2022-10-30 13:13:15 +02:00
config.sh 1.1: Switch to GPLv3 and improve the code 2022-10-30 13:13:15 +02:00
CONTRIBUTING.md update @ Wed 16 Feb 22:53:03 EET 2022 2022-02-16 22:53:03 +02:00
LICENSE 1.1: Switch to GPLv3 and improve the code 2022-10-30 13:13:15 +02:00
Makefile update @ Sat 19 Mar 17:21:33 EET 2022 2022-03-19 17:21:33 +02:00
README.md 1.1: Switch to GPLv3 and improve the code 2022-10-30 13:13:15 +02:00

BdwmB

A simple, modular bash/shell script for configuring your DWM bar.

Installation

Manual

$ git clone https://github.com/TruncatedDinosour/bdwmb
$ cd bdwmb
$ sudo make full
$ make config

Linux packages

Flags

-q = quiet, do not show debug messages.
-h = show help
-l = list modules

Using it in .xprofile or .xinitrc

bdwmb -q &

Dependencies

xsetroot
bash
coreutils

And any other dependencies for the modules you will want to use

For documentation look into the /doc directory.