Browse Source

- lcd4inux.conf: add missing reload to new truetype widgets

master
vanhofen 6 years ago
parent
commit
cab8af950b
  1. 3
      archive-imagefiles/lcd4linux/etc/lcd4linux.conf

3
archive-imagefiles/lcd4linux/etc/lcd4linux.conf

@ -452,6 +452,7 @@ Widget WEATHER_CITY1 {
align 'C' align 'C'
expression file::exist(FWEATHER) == 0 ? '' : file::readline('/tmp/lcd/weather_city', 1) expression file::exist(FWEATHER) == 0 ? '' : file::readline('/tmp/lcd/weather_city', 1)
update 10000 update 10000
reload 1
} }
Widget WEATHERICON_CURRENT { Widget WEATHERICON_CURRENT {
@ -485,6 +486,7 @@ Widget TEMPERATURE_CURRENT1 {
align 'L' align 'L'
expression file::exist(FWEATHER) == 0 ? '' : file::readline('/tmp/lcd/weather_temp', 1) expression file::exist(FWEATHER) == 0 ? '' : file::readline('/tmp/lcd/weather_temp', 1)
update 10000 update 10000
reload 1
} }
Widget TEMPERATURE_LATER { Widget TEMPERATURE_LATER {
@ -504,6 +506,7 @@ Widget TEMPERATURE_LATER1 {
align 'R' align 'R'
expression file::exist(FWEATHER) == 0 ? '' : (TEMP=file::readline('/tmp/lcd/weather_temp', strftime('%H', time()) < 16 ? 2 : 3); substr(TEMP, (strstr(TEMP, '|') + 1))) expression file::exist(FWEATHER) == 0 ? '' : (TEMP=file::readline('/tmp/lcd/weather_temp', strftime('%H', time()) < 16 ? 2 : 3); substr(TEMP, (strstr(TEMP, '|') + 1)))
update 10000 update 10000
reload 1
} }
# --- OS/N/DOScam ----------------------------------------------------------- # # --- OS/N/DOScam ----------------------------------------------------------- #

Loading…
Cancel
Save