diff options
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 ``` |