New backup 2025-07-24 08:45:02

This commit is contained in:
Penelope Gwen 2025-07-24 08:45:02 -07:00
parent 2858ead853
commit 20c35e01bd
2 changed files with 12 additions and 11 deletions

View file

@ -405,8 +405,9 @@ $home-widget-border-hover-color: rgba($color5,0.3);
} }
.weather, .weather,
.notes, .notes,
.shortcuts,
.reminders { .reminders {
border-top: 1px solid $home-widget-border-color; border-top: 3px solid $home-widget-border-color;
} }
// .rat, // .rat,
// .nowplayingart, // .nowplayingart,

View file

@ -3,14 +3,14 @@
:class "${class} revealer-on-press ${revealvar ? 'revealer_opened' : 'revealer_closed'}" :class "${class} revealer-on-press ${revealvar ? 'revealer_opened' : 'revealer_closed'}"
; :width {revealvar ? 300 : 100} ; :width {revealvar ? 300 : 100}
:space-evenly false :space-evenly false
(eventbox (box
:onclick '${EWW_CMD} update ${revealvar-name}=${revealvar ? "false" : "true"}' :orientation "vertical"
(box :space-evenly false
:orientation "vertical" (eventbox
:space-evenly false :onclick '${EWW_CMD} update ${revealvar-name}=${revealvar ? "false" : "true"}'
(children :nth 0) (children :nth 0))
(revealer (revealer
:reveal revealvar :reveal revealvar
:transition {transition ?: "slidedown"} :transition {transition ?: "slidedown"}
:duration {duration ?: "500ms"} :duration {duration ?: "500ms"}
(children :nth 1)))))) (children :nth 1)))))