New backup 2025-07-18 00:00:07
This commit is contained in:
parent
228d68119d
commit
9399347426
4 changed files with 7 additions and 6 deletions
|
@ -48,6 +48,7 @@ $bar-module-border-radius: 8px;
|
|||
margin: 5px;
|
||||
min-width: $bar-module-width;
|
||||
background-color: $bar-module-bg-color;
|
||||
border: 0.5px solid red;
|
||||
>widget>box>box label {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
@ -287,7 +288,7 @@ $home-widget-border-color: rgba($color5,1);
|
|||
.details {
|
||||
font-size: 0.8em;
|
||||
color: $home-widget-subtitle-color;
|
||||
margin: 0px 10px;
|
||||
margin: 1px 10px;
|
||||
}
|
||||
.status {
|
||||
margin: 0px 10px;
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
(label
|
||||
:xalign 0.5
|
||||
:class "timestamp"
|
||||
:text " ${formattime("${note.date}","%F %R")}"))))
|
||||
:text " ${formattime("${note.date}","%F %R")}"))))
|
||||
))
|
||||
|
|
|
@ -28,12 +28,12 @@
|
|||
:valign "end"
|
||||
:halign "end"
|
||||
:class "details"
|
||||
:text "${software.upstream_version} ")
|
||||
:text "${software.upstream_version} ")
|
||||
(label
|
||||
:valign "start"
|
||||
:halign "end"
|
||||
:class "details"
|
||||
:text "${software.package_version} "))
|
||||
:text "${software.package_version} "))
|
||||
(label
|
||||
:halign "end"
|
||||
:class "status"
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
:height 125
|
||||
:space-evenly true
|
||||
"${json.condition} ${json.icon}"
|
||||
"${json.current_temp}°F / ${json.humidity}% "
|
||||
" ${json.max_temp}°F ${json.min_temp}°F"
|
||||
"${json.current_temp} / ${json.humidity}% "
|
||||
" ${json.max_temp} | ${json.min_temp}"
|
||||
(label
|
||||
:class "weather-subtitle"
|
||||
:text " ${json.updated}"
|
||||
|
|
Loading…
Add table
Reference in a new issue