2022-10-03 15:35:03 -04:00
2022-07-24 05:11:39 -04:00
2022-10-03 15:35:03 -04:00
2022-07-24 05:08:49 -04:00
2022-07-24 05:08:49 -04:00
2023-04-16 14:17:55 -04:00

DWMBlocks

Status bar built for my build of DWM. Compatible with Linux, OpenBSD, and FreeBSD, however I have not yet written the actual functionality for FreeBSD in the scripts yet.

Compiling and Installing

./configure && make && doas make install

Replace doas with sudo as necessary.

Software Made to Work With This

Dependencies

Each module depends on a script of mine, specifically the following:

  • sb-cpuusage
  • sb-volume
  • sb-memory
  • sb-cputemp
  • sb-network
  • sb-battery
    All of these scripts can be found in my dotfiles repo. Simply download each script, make them each executable, and place them somewhere in your $PATH.
Description
My build of dwm-blocks
Readme 43 KiB
Languages
C 88.1%
Makefile 11.9%