From 9fb919bb1ff1b38ece25973662aa595bec3b7328 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 17 Apr 2023 16:28:44 +0200 Subject: renamed dm scripts to m scripts --- bin/guiscripts/dmpower | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 bin/guiscripts/dmpower (limited to 'bin/guiscripts/dmpower') diff --git a/bin/guiscripts/dmpower b/bin/guiscripts/dmpower deleted file mode 100755 index f03fd8e..0000000 --- a/bin/guiscripts/dmpower +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -if [ "$MENUCMD" = "tofi" ] -then - menucmd="tofi --width 10% --height 10% --padding-left 2%" -elif [ "$MENUCMD" = "dmenu" ] -then - menucmd="dmenu -g 2 -l 1" -else - menucmd="fzf" -fi - -choice="$(echo "poweroff\nreboot\nhibernate" | $menucmd)" -test -z "$choice" || doas "$choice" -- cgit v1.2.3