summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmbrose <me@librelife.org>2026-02-17 01:18:18 -0500
committerAmbrose <me@librelife.org>2026-02-17 01:18:18 -0500
commite1abe85d2c52680ff5a549fbac1b251d1c04d131 (patch)
tree80078e4997307d75e5f5f032fa4a2f4ed66c265c
parentb739b81943805cc6bf2c3f5d0e84e38ee0b4c66f (diff)
Updated README
-rw-r--r--README.md21
1 files changed, 4 insertions, 17 deletions
diff --git a/README.md b/README.md
index 9939ff3..97fc68f 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,10 @@
# DWMBlocks
-Status bar built for my build of [DWM](/swindlesmccoop/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
+### Compiling and Installing
```
-./configure && make && doas make install
+make && doas make install
```
-Replace doas with sudo as necessary.
-## Software Made to Work With This
-- [DWM](https://github.com/swindlesmccoop/dwm)
-- [DMenu](https://github.com/swindlesmccoop/dmenu)
-- [ST](https://github.com/swindlesmccoop/st)
+## For laptop users
-# 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](https://github.com/swindlesmccoop/not-just-dotfiles) at [`.local/bin/`](https://github.com/swindlesmccoop/not-just-dotfiles/tree/master/.local/bin). Simply download each script, make them each executable, and place them somewhere in your $PATH.
+If you are a laptop user, edit the `blocks.h` file and uncomment the line with `sb-battery`.