added support for comments in disp.toml

This commit is contained in:
koffeejava
2026-03-12 19:14:04 -06:00
parent 36af8d8233
commit faa0bf7cd5
2 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
# This is for customary units
1 = "{icon}"
2 = "Live Temperature: {temp_f}°"
3 = "Feels like: {feels_temp_f}°"
4 = "Wind Speed: {wind_mph} MPH"
5 = "Humidity: {humidity}%"
6 = "Pressure: {pressure_in}"
7 = "Description: {orange}{bold}{description}{reset}"