Skip to content

atoomic/runeui-color-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runeui-color-icons

Alternate colored icons for RuneUI, which is used by:

You will find here a set of alternate icons to use with any RuneUI webapp.

The main advantage of these icons is to be used on your mobile devices, once adding the website to "Home Screen"

For example on iOS using the "Add to Home Screen" button

Red:

Red

Blue:

Blue

Green:

Green

Yellow:

Yellow

Installation:

1/ Copy the icons to your webserver directory hosting RuneUI For example, moodeaudio uses /var/www/, to install the red icons you would need to run, something like this

scp red/*.png pi@moode.local:/var/www/

or divided in several steps as the scp cannot be done directly :-)

scp red/*.png pi@moode.local:
ssh pi@moode.local    
# create the v2-* versions used by moodeaudio
for i in apple-touch*png; do echo $i; cp $i v2-$i; done
sudo mv *.png /var/www/

2/ from your mobile device (iPhone, iPad, ...), use safari and browse to http://moode.local (this is the default name) then click on the "share icon" and select "Add to Home Screen"

Step 1

3/ Give it a name

Step 2

4/ Enjoy :-)

Step 3

Wish List

Unordered list of features

  • iOS icons Basic set of icons: red, green, blue, yellow
  • Android icons Convert icons for android devices

Contributes:

Merge requests are welcome :-)

About

Alternate color icons for runeui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published