forked from melmellow/LIGHT-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPure steam skin installer.sh
More file actions
19 lines (18 loc) · 1.24 KB
/
Copy pathPure steam skin installer.sh
File metadata and controls
19 lines (18 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
steam="C:\Program Files (x86)\Steam"
rm -rf Pure
git clone https://github.com/Snudgee/Pure.git
cp "Pure/LIGHT/Pure (light)" -r "$steam\skins"
cp "Pure/LIGHT/libraryroot.custom.css" "$steam\steamui"
cp "Pure/LIGHT/friends.custom.css" "$steam\clientui"
#cp "Pure/DARK/friends.custom.css" "$steam\clientui"
cp "Pure/DARK/Pure (dark)" -r "$steam\skins"
#cp "Pure/DARK/libraryroot.custom" "$steam\steamui"
cp "Pure/EXTRAS/accountbutton with rounded avatar no balance/accountbutton.layout" "$steam\skins\Pure (light)\resource\layout"
cp "Pure/EXTRAS/accountbutton with rounded avatar no balance/accountbutton.layout" "$steam\skins\Pure (dark)\resource\layout"
#cp "Pure/EXTRAS/accountbutton with rounded avatar and balance/accountbutton.layout" "$steam\skins\Pure (light)\resource\layout"
#cp "Pure/EXTRAS/accountbutton with rounded avatar and balance/accountbutton.layout" "$steam\skins\Pure (dark)\resource\layout"
#cp "Pure/EXTRAS/announcement button/steamrootdialog.layout" "$steam\skins\Pure (light)\resource\layout"
#cp "Pure/EXTRAS/announcement button/steamrootdialog.layout" "$steam\skins\Pure (dark)\resource\layout"
cp "Pure/FONTS/library.ttf" "C:\WINDOWS\Fonts"
cp "Pure/FONTS/overlaytaskbar.ttf" "C:\WINDOWS\Fonts"
cp "Pure/FONTS/store.ttf" "C:\WINDOWS\Fonts"