aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-03-21 21:45:03 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-03-21 21:45:03 +0530
commitcbd2f3426ad2bfc037abcd133a0544d40051cb86 (patch)
tree03d454e3ab8e0bb983313223d1728060762fb085
parent2c525885d57a87a646090c589fa6edb7c70e24e4 (diff)
add dwmblocks
-rw-r--r--arch_install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch_install.sh b/arch_install.sh
index 2b7453d..00420dd 100644
--- a/arch_install.sh
+++ b/arch_install.sh
@@ -95,6 +95,10 @@ rm -r tmpdotfiles
git clone --depth=1 git@github.com:krolyxon/dwm.git ~/.local/src/dwm
sudo make -C ~/.local/src/dwm install
+# dwmblocks: statusbar
+git clone --depth=1 git@github.com:krolyxon/dwmblocks.git ~/.local/src/dwmblocks
+sudo make -C ~/.local/src/dwmblocks install
+
# st: Terminal
git clone --depth=1 git@github.com:krolyxon/st-luke.git ~/.local/src/st
sudo make -C ~/.local/src/st-luke install