Compare commits
3 Commits
98d507d01c
...
38394e833f
Author | SHA1 | Date | |
---|---|---|---|
38394e833f | |||
645773ca97 | |||
cb6d8b2be2 |
Binary file not shown.
Before Width: | Height: | Size: 137 B After Width: | Height: | Size: 137 B |
Binary file not shown.
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 139 B |
3
icons/Wintergreen/cursor.theme
Normal file
3
icons/Wintergreen/cursor.theme
Normal file
@ -0,0 +1,3 @@
|
||||
[Icon Theme]
|
||||
Name=Wintergreen
|
||||
Comment=A simple cursor theme
|
BIN
icons/Wintergreen/cursors/alias
Normal file
BIN
icons/Wintergreen/cursors/alias
Normal file
Binary file not shown.
BIN
icons/Wintergreen/cursors/copy
Normal file
BIN
icons/Wintergreen/cursors/copy
Normal file
Binary file not shown.
BIN
icons/Wintergreen/cursors/default
Normal file
BIN
icons/Wintergreen/cursors/default
Normal file
Binary file not shown.
BIN
icons/Wintergreen/cursors/help
Normal file
BIN
icons/Wintergreen/cursors/help
Normal file
Binary file not shown.
BIN
icons/Wintergreen/cursors/help-alternate
Normal file
BIN
icons/Wintergreen/cursors/help-alternate
Normal file
Binary file not shown.
1
icons/Wintergreen/cursors/no-drop
Symbolic link
1
icons/Wintergreen/cursors/no-drop
Symbolic link
@ -0,0 +1 @@
|
||||
not-allowed
|
BIN
icons/Wintergreen/cursors/not-allowed
Normal file
BIN
icons/Wintergreen/cursors/not-allowed
Normal file
Binary file not shown.
BIN
icons/Wintergreen/cursors/progress
Normal file
BIN
icons/Wintergreen/cursors/progress
Normal file
Binary file not shown.
BIN
icons/Wintergreen/cursors/text
Normal file
BIN
icons/Wintergreen/cursors/text
Normal file
Binary file not shown.
BIN
icons/Wintergreen/cursors/wait
Normal file
BIN
icons/Wintergreen/cursors/wait
Normal file
Binary file not shown.
10
install-local.sh
Executable file
10
install-local.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
themesDest="$HOME/.themes"
|
||||
iconsDest="$HOME/.icons"
|
||||
mkdir -p "$themesDest"
|
||||
mkdir -p "$iconsDest"
|
||||
echo "... installing theme"
|
||||
cp -r themes/Wintergreen "$themesDest"
|
||||
echo "... installing icons"
|
||||
cp -r icons/Wintergreen "$iconsDest"
|
||||
echo ".// ok"
|
Loading…
Reference in New Issue
Block a user