diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-06-05 14:30:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-05 14:30:56 -0500 |
| commit | ab8c4738fe4bc6c2eb2f60e5df07ffcbeeb14e62 (patch) | |
| tree | 33bb1193a2f5cd016228714e2a2588cd8ecc2960 /README.md | |
| parent | 4e11883ed106ef674acdd06c556fcb43805906e3 (diff) | |
add status bar installation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -10,7 +10,15 @@ https://dwm.suckless.org/ ## installation ``` -git clone https://github.com/ozpv/dwm.git +git clone https://github.com/ozpv/dwm cd dwm sudo make install ``` +## other + +### status bar installation +``` +git clone https://github.com/ozpv/dwmblocks +cd dwmblocks +sudo make install +``` |
