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" ) )