From 9143bd23b1000e950274740c8bd3f973aeba5b9e Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 1 Feb 2025 14:48:40 +0100 Subject: checkpoint --- bin/extra/rebootfw | 11 +++++++++++ bin/menuscripts/mdsktp | 8 -------- 2 files changed, 11 insertions(+), 8 deletions(-) create mode 100755 bin/extra/rebootfw delete mode 100755 bin/menuscripts/mdsktp diff --git a/bin/extra/rebootfw b/bin/extra/rebootfw new file mode 100755 index 0000000..53c6c00 --- /dev/null +++ b/bin/extra/rebootfw @@ -0,0 +1,11 @@ +#!/bin/sh + +printf "\x7\x0\x0\x0\x1\x0\x0\x0\x0\x0\x0\x0" | + doas tee "/sys/firmware/efi/efivars/OsIndications-8be4df61-93ca-11d2-aa0d-00e098032b8c" + +if [ "$(hostname)" = "spring" ] +then + doas /usr/sbin/reboot +else + reboot +fi diff --git a/bin/menuscripts/mdsktp b/bin/menuscripts/mdsktp deleted file mode 100755 index f07fb7b..0000000 --- a/bin/menuscripts/mdsktp +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# Searches through .desktop files and prompt to launch them via dmenu - -choice="$(find ~/.local/share/applications -maxdepth 1 -type f -not -iname "wine-extension*" | - awk '/\/[^.\/]+\.desktop/ {print $(NF-1)}' | - commander -s -d -x -c)" -[ "$choice" ] || exit 1 -gtk-launch "$choice" -- cgit v1.2.3