diff options
| author | stkhan <personal@slickd.xyz> | 2021-10-17 18:43:19 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-10-17 18:43:19 -0500 |
| commit | 3b852e0f10892789210fd8e3fdd8415faf3cf2d8 (patch) | |
| tree | 9ff20de62f5e354926a5aed15b3f99c0dbd5cd63 /README.md | |
| parent | cc844e1931ba6f4c417ea8682f5cfa72ef5e4fec (diff) | |
3.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -1,17 +1,14 @@ -# sarc +# sarc 3.0 -<img src="etc/screenshots/blue.png" width="250px"></img> -<img src="etc/screenshots/red.png" width="250px"></img> -<img src="etc/screenshots/green.png" width="250px"></img> +<img src="theme/purple_mountain/screenshot.png" width="500px"></img> ## About -This is the setup I use on Linux. I use my own versions of dwm, dmenu, dwmblocks, and st. +My patches dwm, st, dmenu, and more ## Installation -### Arch (or Arch based distros) - ``` -wget https://raw.githubusercontent.com/SkywalkerSW5/sarc/master/PKGBUILD -makepkg -si +git clone https://github.com/SkywalkerSW5/sarc +./build.sh +sudo ./install.sh ``` |