switch to unstable

This commit is contained in:
KoenDR06 2025-04-26 11:47:41 +02:00
parent 45e2fb7202
commit f48d68566d
6 changed files with 8 additions and 23 deletions

View file

@ -1,3 +0,0 @@
#!/bin/sh
eww close-all

View file

@ -1,7 +0,0 @@
#!/bin/sh
read -t 10 -p "Are you sure? Doing it anyway in 10 seconds" input
if [ $(($?)) = 0 ]; then
$1
fi