New backup 2025-03-04 21:30:01
This commit is contained in:
parent
c88a8fd5e1
commit
56d1524187
3 changed files with 8 additions and 6 deletions
|
@ -118,4 +118,5 @@ button.active {
|
||||||
.weather {
|
.weather {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background-color: rgba($color7,0.5);
|
background-color: rgba($color7,0.5);
|
||||||
|
padding: 10px 0px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -374,12 +374,13 @@
|
||||||
:class "weather"
|
:class "weather"
|
||||||
:orientation "v"
|
:orientation "v"
|
||||||
:width 300
|
:width 300
|
||||||
:height 200
|
:height 125
|
||||||
:space-evenly false
|
:space-evenly true
|
||||||
:spacing 20
|
; :spacing 20
|
||||||
"Eugene, OR"
|
"Eugene, OR | ${json.current_condition[0].weatherDesc[0].value}"
|
||||||
"${json.weather.maxtempF}"
|
"${json.weather[0].mintempF}°F / ${json.weather[0].maxtempF}°F"
|
||||||
"${json.current_condition[0].temp_F}°F (Feels like ${json.current_condition[0].FeelsLikeF}°F)"))
|
"${json.current_condition[0].temp_F}°F (feels like ${json.current_condition[0].FeelsLikeF}°F)"
|
||||||
|
"${json.current_condition[0].humidity}% humidity"))
|
||||||
|
|
||||||
(defwindow widgets
|
(defwindow widgets
|
||||||
:windowtype "normal"
|
:windowtype "normal"
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 27 KiB |
Loading…
Add table
Reference in a new issue