blob: 270e2b2bc498f765beab3cd6902784217b610af7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# sarc
<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>
## About
This is the setup I use on Linux. I use my own versions of paleofetch, dwm, dmenu, and dwmblocks, however st comes from Luke Smith (lukesmith.xyz).
Files are in $HOME/.config/sarc
## Installation
```git clone https://github.com/SkywalkerSW5/sarc
cd sarc
./install.sh
```
## Themes
Their are dwm config files that are different themes. To change the theme, edit the theme variable in the install.sh script. Then run it again, and the theme will change.
Note that if you want to change anything in the dwm config, do it in dwm/config.def.h, otherwise it won't be permanent.
### Current Themes
- Red
- Blue
- Green
## Credits
### st
Luke Smith (lukesmith.xyz) is the creator of the version of st I am using, so thanks to him. https://github.com/LukeSmithxyz/
### Mouse Icon Theme
https://www.gnome-look.org/p/1356095/
|