9 lines
99 B
Bash
9 lines
99 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
WINDOW="$1"
|
||
|
(
|
||
|
eww update $WINDOW-visible=false
|
||
|
sleep .55
|
||
|
eww close $WINDOW-reveal
|
||
|
) &
|