From a2f5a33f548aa6e9077c17dd00a692eb12d736bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 16 Apr 2017 17:42:27 +0200 Subject: Update system pm control in i3 --- config/i3/scripts/shutdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 config/i3/scripts/shutdown (limited to 'config/i3/scripts') diff --git a/config/i3/scripts/shutdown b/config/i3/scripts/shutdown new file mode 100755 index 0000000..62f6ae1 --- /dev/null +++ b/config/i3/scripts/shutdown @@ -0,0 +1,13 @@ +#!/bin/sh + +export SUDO_ASKPASS=/tmp/shutdown-askpass.sh + + +echo '#!/bin/sh +echo "SETDESC Please enter password to shutdown system +SETPROMPT Password: +SETTITLE Sudo password for system shutdown +GETPIN" | pinentry | grep -E "^D " | sed "s/^D //"' > $SUDO_ASKPASS +chmod +x $SUDO_ASKPASS + +sudo -A shutdown -h now -- cgit v1.2.3