diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-10 13:32:52 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-10 13:32:52 -0500 |
| commit | 5c2b81edcd6cbdaf378a37885214ed1961322d9e (patch) | |
| tree | 9951876a42ebd61e6f722e3f7ad97fd5434b6206 /install.sh | |
| parent | c13fe5d37bfffeaa31e04cf011ec18bc80918bd1 (diff) | |
Added cursors
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -5,7 +5,7 @@ sudo pacman -S --needed dialog # Sets the folder names dwm="dwm-6.2" dmenu="dmenu-5.0" -st="st-0.8.2" +st="st-0.8.4" dwmblocks="dwmblocks" theme="red" dialog --title "sarc" --msgbox "Welcome to the sarc installer!" 0 0 @@ -22,6 +22,9 @@ theme="$(cat /tmp/.theme_sel)" echo "Making config folders" mkdir -p ~/.config/sarc/ + mkdir -p ~/.icons/default/ + + etc/cursor cp -r * ~/.config/sarc/ cd ~/.config/sarc/ sudo cp /etc/ns.conf /etc/ @@ -47,7 +50,7 @@ theme="$(cat /tmp/.theme_sel)" echo "Copying files" mkdir ~/.dwm - + mkdir ~/.icons/ cp ./etc/.xinitrc ~ cp ./etc/$theme.wallpaper.jpg ~/.config/ mv ~/.config/$theme.wallpaper.jpg ~/.config/wallpaper.jpg |