New backup 2025-07-01 08:30:07

This commit is contained in:
Penelope Gwen 2025-07-01 08:30:07 -07:00
parent b9c9a92eb3
commit e4d0f85abe
4 changed files with 18 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 857 KiB

After

Width:  |  Height:  |  Size: 526 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View file

@ -198,14 +198,18 @@ tooltip{
$home-widget-bg-color: rgba($color0,0.7);
$home-widget-border-radius: 8px;
$home-button-bg-color: rgba($color13, 0.25);
$home-button-border-radius: 6px;
$home-button-circle-border-radius: 30px;
$home-button-bg-color: rgba($color13, 0.1);
$home-button-fg-color: rgba($color5,1);
$home-widget-subtitle-color: rgba($color3,1)
$home-widget-subtitle-color: rgba($color7,0.6);
$home-button-hover-bg-color: rgba($color1, 0.5);
$home-widget-border-color: rgba($color13,0.75);
.home {
> box {
border-radius: $home-widget-border-radius;
box-shadow: inset 0 0 0px 3px rgba($color1,0.75);
box-shadow: inset 0 0 0px 3px $home-widget-border-color;
}
.rat {
background-size: cover;
@ -213,44 +217,47 @@ $home-widget-subtitle-color: rgba($color3,1)
}
.weather {
background-color: $home-widget-bg-color;
padding: 10px 0px;
color: $home-button-fg-color;
padding: 10px;
// padding: 10px 0px;
.weather-subtitle{
font-size: 0.8em;
color: $home-widget-subtitle-color;
// color: rgba($color7,1);
}
}
.notes {
background-color: $home-widget-bg-color;
color: $home-button-fg-color;
padding: 10px;
button {
background-color: $home-button-bg-color;
border-radius: 6px;
border-radius: $home-button-border-radius;
padding: 4px 8px;
margin: 4px;
box {
.timestamp {
font-size: 0.8em;
margin-top: 6px;
color: rgba($color7,1)
color: $home-widget-subtitle-color;
}
}
}
button:hover {
background-color: rgba($color9,0.65);
background-color: $home-button-hover-bg-color;
}
}
.shortcuts {
background-color: $home-widget-bg-color;
color: $home-button-fg-color;
padding: 15px;
button {
background-color: $home-button-bg-color;
border-radius: 30px;
border-radius: $home-button-circle-border-radius;
margin: 5px;
font-size: 1.2em;
}
button:hover {
background-color: rgba($color9,0.65)
background-color: $home-button-hover-bg-color;
}
}
}

View file

@ -9,7 +9,7 @@
:height 125
:space-evenly true
"${json.condition} ${json.icon}"
"${json.current_temp}°F  / ${json.humidity}% "
"${json.current_temp}°F  / ${json.humidity}% "
" ${json.max_temp}°F  ${json.min_temp}°F"
(label
:class "weather-subtitle"