New backup 2025-10-10 00:30:02

This commit is contained in:
Penelope Gwen 2025-10-10 00:30:02 -07:00
parent 5f0eb613b8
commit e89fdf7196
2 changed files with 8 additions and 1 deletions

View file

@ -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 {

View file

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