mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
data/oled/themes: remove some hardcoded paths
Origin commit data
------------------
Branch: ni/coolstream
Commit: 46d6a25c39
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Origin message was:
------------------
- data/oled/themes: remove some hardcoded paths
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
12
configure.ac
12
configure.ac
@@ -497,4 +497,16 @@ AC_CONFIG_FILES([
|
||||
data/themes/Material_Blue-Grey.theme
|
||||
])
|
||||
|
||||
# Oled themes
|
||||
AC_CONFIG_FILES([
|
||||
data/oled/themes/400x240/Default.otheme
|
||||
data/oled/themes/480x320/Default.otheme
|
||||
data/oled/themes/480x320/Advanced.otheme
|
||||
data/oled/themes/480x320/Easy.otheme
|
||||
data/oled/themes/480x320/Medium.otheme
|
||||
data/oled/themes/480x320/Simple.otheme
|
||||
data/oled/themes/480x320/Weather.otheme
|
||||
data/oled/themes/800x480/Default.otheme
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
@@ -9,7 +9,7 @@ glcd_background_color_red=0
|
||||
glcd_background_color_green=0
|
||||
glcd_background_color_blue=0
|
||||
glcd_background_image=
|
||||
glcd_font=/share/fonts/neutrino.ttf
|
||||
glcd_font=@FONTDIR@/neutrino.ttf
|
||||
glcd_channel_percent=25
|
||||
glcd_channel_align=2
|
||||
glcd_channel_x_position=0
|
@@ -1,3 +1,6 @@
|
||||
EXTRA_DIST = \
|
||||
Default.otheme Default.otheme.in
|
||||
|
||||
oledthemesdir = $(THEMESDIR)/oled
|
||||
|
||||
oledthemes_DATA = \
|
||||
|
@@ -8,8 +8,8 @@ glcd_foreground_color_blue=100
|
||||
glcd_background_color_red=0
|
||||
glcd_background_color_green=0
|
||||
glcd_background_color_blue=0
|
||||
glcd_background_image=/share/tuxbox/neutrino/icons/oled/advanced.png
|
||||
glcd_font=/share/fonts/neutrino.ttf
|
||||
glcd_background_image=@ICONSDIR@/oled/advanced.png
|
||||
glcd_font=@FONTDIR@/neutrino.ttf
|
||||
glcd_channel_percent=22
|
||||
glcd_channel_align=2
|
||||
glcd_channel_x_position=0
|
@@ -9,7 +9,7 @@ glcd_background_color_red=0
|
||||
glcd_background_color_green=0
|
||||
glcd_background_color_blue=0
|
||||
glcd_background_image=
|
||||
glcd_font=/share/fonts/neutrino.ttf
|
||||
glcd_font=@FONTDIR@/neutrino.ttf
|
||||
glcd_channel_percent=25
|
||||
glcd_channel_align=2
|
||||
glcd_channel_x_position=0
|
@@ -8,8 +8,8 @@ glcd_foreground_color_blue=100
|
||||
glcd_background_color_red=0
|
||||
glcd_background_color_green=0
|
||||
glcd_background_color_blue=0
|
||||
glcd_background_image=/share/tuxbox/neutrino/icons/oled/easy.png
|
||||
glcd_font=/share/fonts/neutrino.ttf
|
||||
glcd_background_image=@ICONSDIR@/oled/easy.png
|
||||
glcd_font=@FONTDIR@/neutrino.ttf
|
||||
glcd_channel_percent=22
|
||||
glcd_channel_align=2
|
||||
glcd_channel_x_position=0
|
@@ -1,3 +1,11 @@
|
||||
EXTRA_DIST = \
|
||||
Default.otheme Default.otheme.in \
|
||||
Advanced.otheme Advanced.otheme.in \
|
||||
Easy.otheme Easy.otheme.in \
|
||||
Medium.otheme Medium.otheme.in \
|
||||
Simple.otheme Simple.otheme.in \
|
||||
Weather.otheme Weather.otheme.in
|
||||
|
||||
oledthemesdir = $(THEMESDIR)/oled
|
||||
|
||||
oledthemes_DATA = \
|
||||
|
@@ -8,8 +8,8 @@ glcd_foreground_color_blue=100
|
||||
glcd_background_color_red=0
|
||||
glcd_background_color_green=0
|
||||
glcd_background_color_blue=0
|
||||
glcd_background_image=/share/tuxbox/neutrino/icons/oled/medium.png
|
||||
glcd_font=/share/fonts/neutrino.ttf
|
||||
glcd_background_image=@ICONSDIR@/oled/medium.png
|
||||
glcd_font=@FONTDIR@/neutrino.ttf
|
||||
glcd_channel_percent=22
|
||||
glcd_channel_align=2
|
||||
glcd_channel_x_position=0
|
@@ -8,8 +8,8 @@ glcd_foreground_color_blue=100
|
||||
glcd_background_color_red=0
|
||||
glcd_background_color_green=0
|
||||
glcd_background_color_blue=0
|
||||
glcd_background_image=/share/tuxbox/neutrino/icons/oled/simple.png
|
||||
glcd_font=/share/fonts/neutrino.ttf
|
||||
glcd_background_image=@ICONSDIR@/oled/simple.png
|
||||
glcd_font=@FONTDIR@/neutrino.ttf
|
||||
glcd_channel_percent=20
|
||||
glcd_channel_align=2
|
||||
glcd_channel_x_position=0
|
@@ -8,8 +8,8 @@ glcd_foreground_color_blue=100
|
||||
glcd_background_color_red=0
|
||||
glcd_background_color_green=0
|
||||
glcd_background_color_blue=0
|
||||
glcd_background_image=/share/tuxbox/neutrino/icons/oled/weather.png
|
||||
glcd_font=/share/fonts/neutrino.ttf
|
||||
glcd_background_image=@ICONSDIR@/oled/weather.png
|
||||
glcd_font=@FONTDIR@/neutrino.ttf
|
||||
glcd_channel_percent=22
|
||||
glcd_channel_align=2
|
||||
glcd_channel_x_position=0
|
@@ -9,7 +9,7 @@ glcd_background_color_red=0
|
||||
glcd_background_color_green=0
|
||||
glcd_background_color_blue=0
|
||||
glcd_background_image=
|
||||
glcd_font=/share/fonts/neutrino.ttf
|
||||
glcd_font=@FONTDIR@/neutrino.ttf
|
||||
glcd_channel_percent=25
|
||||
glcd_channel_align=2
|
||||
glcd_channel_x_position=0
|
@@ -1,3 +1,6 @@
|
||||
EXTRA_DIST = \
|
||||
Default.otheme Default.otheme.in
|
||||
|
||||
oledthemesdir = $(THEMESDIR)/oled
|
||||
|
||||
oledthemes_DATA = \
|
||||
|
Reference in New Issue
Block a user