-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from Defman21/launcher_icons
GH - 74 - New style for launcher icons
- Loading branch information
Showing
8 changed files
with
218 additions
and
36 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/bin/bash | ||
|
||
|
||
read -p "Use colored background for items in the launcher? [y/n]: " type | ||
|
||
case $type in | ||
[Yy]*) | ||
echo "Installing colored svg's..." | ||
cp ./colored_54.svg ../launcher_icon_back_54.svg | ||
cp ./colored_150.svg ../launcher_icon_back_54.svg | ||
;; | ||
[Nn]*) | ||
echo "Installing transparent svg's..." | ||
cp ./transparent_54.svg ../launcher_icon_back_54.svg | ||
cp ./transparent_150.svg ../launcher_icon_back_150.svg | ||
;; | ||
esac | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.