diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-03-21 21:45:03 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-03-21 21:45:03 +0530 |
| commit | cbd2f3426ad2bfc037abcd133a0544d40051cb86 (patch) | |
| tree | 03d454e3ab8e0bb983313223d1728060762fb085 /arch_install.sh | |
| parent | 2c525885d57a87a646090c589fa6edb7c70e24e4 (diff) | |
add dwmblocks
Diffstat (limited to 'arch_install.sh')
| -rw-r--r-- | arch_install.sh | 4 |
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 |
