From 93993474262b7f05eddef2a7ddb3be43dcfd0a18 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 18 Jul 2025 00:00:07 -0700 Subject: [PATCH] New backup 2025-07-18 00:00:07 --- de/home/.config/eww/eww.scss | 3 ++- de/home/.config/eww/modules/home/notes.yuck | 2 +- de/home/.config/eww/modules/home/softwareupdates.yuck | 4 ++-- de/home/.config/eww/modules/home/weather.yuck | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 0d1f47b..165fe9e 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -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; diff --git a/de/home/.config/eww/modules/home/notes.yuck b/de/home/.config/eww/modules/home/notes.yuck index e72a452..9248b52 100644 --- a/de/home/.config/eww/modules/home/notes.yuck +++ b/de/home/.config/eww/modules/home/notes.yuck @@ -21,5 +21,5 @@ (label :xalign 0.5 :class "timestamp" - :text " ${formattime("${note.date}","%F %R")}")))) + :text " ${formattime("${note.date}","%F %R")}")))) )) diff --git a/de/home/.config/eww/modules/home/softwareupdates.yuck b/de/home/.config/eww/modules/home/softwareupdates.yuck index cf4ab09..932f882 100644 --- a/de/home/.config/eww/modules/home/softwareupdates.yuck +++ b/de/home/.config/eww/modules/home/softwareupdates.yuck @@ -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" diff --git a/de/home/.config/eww/modules/home/weather.yuck b/de/home/.config/eww/modules/home/weather.yuck index 12fe790..c56c39b 100644 --- a/de/home/.config/eww/modules/home/weather.yuck +++ b/de/home/.config/eww/modules/home/weather.yuck @@ -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}"