New backup 2025-07-25 16:15:06

This commit is contained in:
Penelope Gwen 2025-07-25 16:15:06 -07:00
parent ba0f11b9ba
commit 4067340843

View file

@ -11,14 +11,15 @@
:onclick 'sp-profiles next' :onclick 'sp-profiles next'
(label :text '${active_profile}')) (label :text '${active_profile}'))
(box :class "chevron" (box :class "chevron"
:width 32
(transform :rotate 12.5 (transform :rotate 12.5
:translate-x '-35%' ; :translate-x '-35%'
:translate-y '30%' ; :translate-y '65%'
:transform-origin-x '50%' :transform-origin-x '50%'
:transform-origin-y '50%' :transform-origin-y '50%'
(image :image-width 22 ; :scale-x '50%'
:image-height 22 ; :scale-y '50%'
:path 'icons/red_square.png'))) (box :width 32)))
(eventbox (eventbox
:onhover "${EWW_CMD} update wsreveal=true" :onhover "${EWW_CMD} update wsreveal=true"
:onhoverlost "${EWW_CMD} update wsreveal=false" :onhoverlost "${EWW_CMD} update wsreveal=false"