New backup 2025-03-04 21:30:01

This commit is contained in:
Penelope Gwen 2025-03-04 21:30:01 -08:00
parent c88a8fd5e1
commit 56d1524187
3 changed files with 8 additions and 6 deletions
de/home/.config/eww

View file

@ -118,4 +118,5 @@ button.active {
.weather {
border-radius: 8px;
background-color: rgba($color7,0.5);
padding: 10px 0px;
}

View file

@ -374,12 +374,13 @@
:class "weather"
:orientation "v"
:width 300
:height 200
:space-evenly false
:spacing 20
"Eugene, OR"
"${json.weather.maxtempF}"
"${json.current_condition[0].temp_F}°F (Feels like ${json.current_condition[0].FeelsLikeF}°F)"))
:height 125
:space-evenly true
; :spacing 20
"Eugene, OR | ${json.current_condition[0].weatherDesc[0].value}"
"${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].humidity}% humidity"))
(defwindow widgets
:windowtype "normal"

Binary file not shown.

Before

(image error) Size: 52 KiB

After

(image error) Size: 27 KiB