New backup 2025-07-25 15:45:07

This commit is contained in:
Penelope Gwen 2025-07-25 15:45:07 -07:00
parent a3b2877081
commit fd12eded3f
2 changed files with 10 additions and 0 deletions

View file

@ -10,6 +10,13 @@
(button :class "profile"
:onclick 'sp-profiles next'
(label :text '${active_profile}'))
(box :class "chevron"
(transform :rotate 12.5
:transform-origin-x '50%'
:transform-origin-y '50%'
(label :width 40
:height 0
:text "")))
(eventbox
:onhover "${EWW_CMD} update wsreveal=true"
:onhoverlost "${EWW_CMD} update wsreveal=false"

View file

@ -139,4 +139,7 @@
.datetime {
font-weight: bold;
}
.chevron {
margin-right: 10px;
}
}