forked from HattDroid/Mint-Y-Colora-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slimming down scripts, adding command line arguments, theme color def…
…initions in json file, added all colors from old colora-theme-colection
- Loading branch information
Showing
8 changed files
with
136 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
#!/bin/bash | ||
echo "Installing all the needed software to be able to run the scripts." | ||
|
||
echo "Installing all software needed to run the scripts." | ||
|
||
sudo apt-get install -y git python3 ruby-sass optipng inkscape | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,14 @@ | ||
#!/bin/bash | ||
# | ||
################################################################################################################## | ||
# Written to be used on 64 bits computers | ||
# Author : Erik Dubois | ||
# Website : http://www.erikdubois.be | ||
################################################################################################################## | ||
################################################################################################################## | ||
# | ||
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. | ||
# | ||
################################################################################################################## | ||
|
||
# path to Mint-Y source | ||
SRC_DIR="src/Mint-Y" | ||
|
||
echo "Deleting all assets i.e. png in the src folder" | ||
echo "Deleting all assets i.e. png in the src folder..." | ||
|
||
rm -f $SRC_DIR/gtk-2.0/assets/*.png | ||
rm -f $SRC_DIR/gtk-2.0/assets-dark/*.png | ||
rm -f $SRC_DIR/gtk-2.0/menubar-toolbar/*.png | ||
|
||
rm -f $SRC_DIR/gtk-3.0/assets/*.png | ||
|
||
echo "All png's have been deleted" | ||
echo "Proceed to making the assets." | ||
echo | ||
echo "Run script number 3 to make the assets." | ||
echo "Finished! Next, run script number 3 to make new assets." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.