From ec87274d96dc966dbe595304037ef99240ccdf14 Mon Sep 17 00:00:00 2001 From: Andrew Perkins Date: Tue, 1 Oct 2024 11:09:48 +1000 Subject: [PATCH] README fixes --- weather@mockturtl/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/weather@mockturtl/README.md b/weather@mockturtl/README.md index 3a74ea14b82..c28d884c406 100644 --- a/weather@mockturtl/README.md +++ b/weather@mockturtl/README.md @@ -192,7 +192,7 @@ The setting allows you to make the applet display basically anything in the form | `{day_length}` | Daylight length in hours and minutes | | `{day_remain}` | Daylight remaining in hours and minutes ("" after dark) | | `{day_rem_pct}` | Daylight remaining as percentage ("0" after dark) | -| `{day_len_rem}` | Day length and Daylight remaining (or just Day length) | +| `{day_len_rem}` | Day length and daylight remaining (or day length) | | `{min}` | Minimum temperature | | `{max}` | Maximum temperature | | `{tmr_min}` | Tomorrow's min temperature | @@ -205,11 +205,11 @@ The setting allows you to make the applet display basically anything in the form | `{t_h_diff}` | Temperature change in next 1-2 hours with arrow indicator | | `{br}` | Line Break | -Left-pad values with up to 3 zeros using `{humidty,3.0}`. Right-pad values with up to 4 spaces using `{t.4}` (or `{t.4. }`. Some values have an overridable default padding (t: 4 padded left, humidity: 3 padded left, pressure: 7 padded left; all using spaces). +Left-pad values with up to 3 zeros using `{humidty,3.0}`. Right-pad values with up to 4 spaces using `{t.4}` (or `{t.4. }`). Some values have an overridable default padding (t: 4 padded left, humidity: 3 padded left, pressure: 7 padded left; all using spaces). -Multiline example for panel: ` {c} {t}{u}{t_h_diff}{br} {wind_speed}{wind_arrow} {humidity}% {pressure} {day_rem_pct}` +Multiline example for panel: ` {c} {t}{u}{t_h_diff}{br} {wind_speed}{wind_arrow} {humidity}% {pressure} {day_remain}` -Multiline example for tooltip - extra spaces fix rounded tooltips: ` {city} {country}, Last updated {last_updated} {br}Min / Max: {min} / {max} {u}{br}Tomorrow: {tmr_t} {br}Day Length: {day_len_rem} ` +Multiline example for tooltip - extra spaces fix rounded tooltips: ` {city} {country}, Last updated {last_updated} {br}Min / Max: {min} / {max} {u}{br}Tomorrow: {tmr_t} {br}Day Length: {day_length} ({day_rem_pct}%)` ## Run script when the weather data changes