themes: add some theme relevant trigger buttons
icons: add larger on/off buttons
Origin commit data
------------------
Branch: ni/coolstream
Commit: 332df34a2e
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)
------------------
This commit was generated by Migit
@@ -345,6 +345,12 @@ data/pictures/backgrounds/Makefile
|
||||
data/pictures/screensaver/Makefile
|
||||
data/scripts/Makefile
|
||||
data/themes/Makefile
|
||||
data/themes/Neutrino-3.0/Makefile
|
||||
data/themes/Neutrino-3.0/icons/Makefile
|
||||
data/themes/Neutrino-3.0/icons/buttons/Makefile
|
||||
data/themes/Olive-3.0/Makefile
|
||||
data/themes/Olive-3.0/icons/Makefile
|
||||
data/themes/Olive-3.0/icons/buttons/Makefile
|
||||
data/webtv/Makefile
|
||||
data/y-web/Makefile
|
||||
data/y-web/images/Makefile
|
||||
|
@@ -1,5 +1,9 @@
|
||||
installdir = $(THEMESDIR)
|
||||
|
||||
SUBDIRS = \
|
||||
Neutrino-3.0/icons/buttons \
|
||||
Olive-3.0/icons/buttons
|
||||
|
||||
install_DATA = \
|
||||
AdulteratedOrange.theme \
|
||||
Bluemoon-3.0.theme \
|
||||
|
1
data/themes/Neutrino-3.0/Makefile.am
Normal file
@@ -0,0 +1 @@
|
||||
subdir = icons
|
1
data/themes/Neutrino-3.0/icons/Makefile.am
Normal file
@@ -0,0 +1 @@
|
||||
subdir = buttons
|
7
data/themes/Neutrino-3.0/icons/buttons/Makefile.am
Normal file
@@ -0,0 +1,7 @@
|
||||
installdir = $(THEMESDIR)/Neutrino-3.0/icons
|
||||
|
||||
install_DATA = \
|
||||
btn_option_off_active.png \
|
||||
btn_option_off_inactive.png \
|
||||
btn_option_on_active.png \
|
||||
btn_option_on_inactive.png
|
BIN
data/themes/Neutrino-3.0/icons/buttons/btn_option_off_active.png
Normal file
After Width: | Height: | Size: 598 B |
After Width: | Height: | Size: 614 B |
BIN
data/themes/Neutrino-3.0/icons/buttons/btn_option_on_active.png
Normal file
After Width: | Height: | Size: 938 B |
After Width: | Height: | Size: 614 B |
2
data/themes/Olive-3.0/Makefile.am
Normal file
@@ -0,0 +1,2 @@
|
||||
SUBDIRS = icons
|
||||
|
1
data/themes/Olive-3.0/icons/Makefile.am
Normal file
@@ -0,0 +1 @@
|
||||
SUBDIRS = buttons
|
7
data/themes/Olive-3.0/icons/buttons/Makefile.am
Normal file
@@ -0,0 +1,7 @@
|
||||
installdir = $(THEMESDIR)/Olive-3.0/icons
|
||||
|
||||
install_DATA = \
|
||||
btn_option_off_active.png \
|
||||
btn_option_off_inactive.png \
|
||||
btn_option_on_active.png \
|
||||
btn_option_on_inactive.png
|
BIN
data/themes/Olive-3.0/icons/buttons/btn_option_off_active.png
Normal file
After Width: | Height: | Size: 838 B |
BIN
data/themes/Olive-3.0/icons/buttons/btn_option_off_inactive.png
Normal file
After Width: | Height: | Size: 769 B |
BIN
data/themes/Olive-3.0/icons/buttons/btn_option_on_active.png
Normal file
After Width: | Height: | Size: 831 B |
BIN
data/themes/Olive-3.0/icons/buttons/btn_option_on_inactive.png
Normal file
After Width: | Height: | Size: 762 B |