Skip to content

Commit

Permalink
Merge pull request #76 from Defman21/launcher_icons
Browse files Browse the repository at this point in the history
GH - 74 - New style for launcher icons
  • Loading branch information
anmoljagetia committed Apr 30, 2016
2 parents d381be8 + 73d9434 commit be0eeee
Show file tree
Hide file tree
Showing 8 changed files with 218 additions and 36 deletions.
66 changes: 66 additions & 0 deletions unity/extras/colored_150.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions unity/extras/colored_54.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions unity/extras/switch.sh
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

7 changes: 7 additions & 0 deletions unity/extras/transparent_150.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions unity/extras/transparent_54.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion unity/launcher_icon_back_54.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 26 additions & 19 deletions unity/launcher_icon_selected_back_150.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 22 additions & 16 deletions unity/launcher_icon_selected_back_54.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be0eeee

Please sign in to comment.