New backup 2025-11-28 09:45:01
This commit is contained in:
parent
33285280f5
commit
b09a59ef4c
2 changed files with 3 additions and 3 deletions
|
|
@ -5,10 +5,10 @@
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
(eventbox
|
(eventbox
|
||||||
; :onhover "${EWW_CMD} update ${revealvar-name}=true"
|
; :onhover "${EWW_CMD} update ${revealvar-name}=true"
|
||||||
:onscroll "echo {}"
|
:onscroll "if test '{}' = 'down';then ${EWW_CMD} update ${revealvar-name}=true;else ${EWW_CMD} update ${revealvar-name}=false;fi"
|
||||||
; :onscroll "/usr/bin/env bash 'if [[]] ${EWW_CMD} update ${revealvar-name}=true'"
|
; :onscroll "/usr/bin/env bash 'if [[]] ${EWW_CMD} update ${revealvar-name}=true'"
|
||||||
:onhoverlost "${EWW_CMD} update ${revealvar-name}=false"
|
:onhoverlost "${EWW_CMD} update ${revealvar-name}=false"
|
||||||
:onhoverlost "${EWW_CMD} update ${revealvar-name}=false"
|
; :onhoverlost "${EWW_CMD} update ${revealvar-name}=false"
|
||||||
(box
|
(box
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
(children :nth 0)
|
(children :nth 0)
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
:revealvar-name "reveal_scratchpad"
|
:revealvar-name "reveal_scratchpad"
|
||||||
(label
|
(label
|
||||||
:class "revealer-preview"
|
:class "revealer-preview"
|
||||||
:text " ${reveal_scratchpad ? '' : ''}")
|
:text " ${jq(scratchpadArray,'. | length')} ${reveal_scratchpad ? '' : ''}")
|
||||||
(scratchpad_children :array scratchpadArray)))
|
(scratchpad_children :array scratchpadArray)))
|
||||||
|
|
||||||
(deflisten scratchpadArray :initial "${[{"icon": "/usr/share/icons/breeze-dark/mimetypes/32/unknown.svg", "name": "placeholder", "title": "placeholder", "win_id": "0"}]}"
|
(deflisten scratchpadArray :initial "${[{"icon": "/usr/share/icons/breeze-dark/mimetypes/32/unknown.svg", "name": "placeholder", "title": "placeholder", "win_id": "0"}]}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue