New backup 2025-07-18 00:00:07

This commit is contained in:
Penelope Gwen 2025-07-18 00:00:07 -07:00
parent 228d68119d
commit 9399347426
4 changed files with 7 additions and 6 deletions

View file

@ -48,6 +48,7 @@ $bar-module-border-radius: 8px;
margin: 5px; margin: 5px;
min-width: $bar-module-width; min-width: $bar-module-width;
background-color: $bar-module-bg-color; background-color: $bar-module-bg-color;
border: 0.5px solid red;
>widget>box>box label { >widget>box>box label {
padding: 0px 10px; padding: 0px 10px;
} }
@ -287,7 +288,7 @@ $home-widget-border-color: rgba($color5,1);
.details { .details {
font-size: 0.8em; font-size: 0.8em;
color: $home-widget-subtitle-color; color: $home-widget-subtitle-color;
margin: 0px 10px; margin: 1px 10px;
} }
.status { .status {
margin: 0px 10px; margin: 0px 10px;

View file

@ -21,5 +21,5 @@
(label (label
:xalign 0.5 :xalign 0.5
:class "timestamp" :class "timestamp"
:text " ${formattime("${note.date}","%F %R")}")))) :text " ${formattime("${note.date}","%F %R")}"))))
)) ))

View file

@ -28,12 +28,12 @@
:valign "end" :valign "end"
:halign "end" :halign "end"
:class "details" :class "details"
:text "${software.upstream_version} ") :text "${software.upstream_version} ")
(label (label
:valign "start" :valign "start"
:halign "end" :halign "end"
:class "details" :class "details"
:text "${software.package_version} ")) :text "${software.package_version} 󰏖"))
(label (label
:halign "end" :halign "end"
:class "status" :class "status"

View file

@ -9,8 +9,8 @@
:height 125 :height 125
:space-evenly true :space-evenly true
"${json.condition} ${json.icon}" "${json.condition} ${json.icon}"
"${json.current_temp}°F  / ${json.humidity}% " "${json.current_temp}󰔅  / ${json.humidity}% "
" ${json.max_temp}°F  ${json.min_temp}°F" "󰄿 ${json.max_temp}󰔅 | 󰄼 ${json.min_temp}󰔅"
(label (label
:class "weather-subtitle" :class "weather-subtitle"
:text " ${json.updated}" :text " ${json.updated}"