From e89fdf7196df3c1d54230366cec7baa31e455413 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 10 Oct 2025 00:30:02 -0700 Subject: [PATCH] New backup 2025-10-10 00:30:02 --- de/home/.config/eww/eww.scss | 4 ++++ de/home/.config/eww/modules/home/mcstatus.yuck | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 5e336e3..051a8b7 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -174,6 +174,10 @@ revealer.home { border-radius: $home-button-border-radius; padding: 5px 0px; margin: 0px 10px 10px; + transition: all 0.3s; + &:hover { + opacity: 0.5; + } } } .weather { diff --git a/de/home/.config/eww/modules/home/mcstatus.yuck b/de/home/.config/eww/modules/home/mcstatus.yuck index e8bced7..95f272c 100644 --- a/de/home/.config/eww/modules/home/mcstatus.yuck +++ b/de/home/.config/eww/modules/home/mcstatus.yuck @@ -63,8 +63,11 @@ ) ) (button + :class 'button' + :onclick 'eww poll servers_status' + :onrightclick 'rm ~/.cache/mcstatus/mcstatus.json;eww poll servers_status' + :tooltip 'right-click to bypass cache' (label - :class 'button' :text "reload now" ) )