eww power menu
This commit is contained in:
parent
5660ca8d1a
commit
c439ae2cd0
30 changed files with 208 additions and 229 deletions
7
modules/wm/hyprland/config/eww/scripts/confirm.sh
Executable file
7
modules/wm/hyprland/config/eww/scripts/confirm.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
read -t 10 -p "Are you sure? Doing it anyway in 10 seconds" input
|
||||
|
||||
if [ $(($?)) = 0 ]; then
|
||||
$1
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue