diff --git a/www/images/Makefile b/www/images/Makefile index 4382a7b3..0a705b42 100644 --- a/www/images/Makefile +++ b/www/images/Makefile @@ -2,7 +2,11 @@ include ../../defines.mk all: +# start.png /usr/share/icons/gnome/16x16/actions/media-playback-start.png +# stop.png /usr/share/icons/gnome/16x16/actions/media-playback-stop.png GNOME_IMAGES = \ + start.png \ + stop.png \ display.png \ keyboard.png \ cdrom.png \ diff --git a/www/images/start.png b/www/images/start.png new file mode 100644 index 00000000..7d39b2f4 Binary files /dev/null and b/www/images/start.png differ diff --git a/www/images/stop.png b/www/images/stop.png new file mode 100644 index 00000000..740bed0c Binary files /dev/null and b/www/images/stop.png differ