aboutsummaryrefslogtreecommitdiff
path: root/rxmenu
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xrxmenu2
-rwxr-xr-xrxmenu-cpufreq2
-rwxr-xr-xrxmenu-profile2
-rwxr-xr-xrxmenu-rfkill2
-rwxr-xr-xrxmenu-telinit2
5 files changed, 5 insertions, 5 deletions
diff --git a/rxmenu b/rxmenu
index 76da8c6..5a4c51a 100755
--- a/rxmenu
+++ b/rxmenu
@@ -1,6 +1,6 @@
#!/bin/sh
-rxmenu-$(dmenu rxmenu <<EOF
+rxmenu-$(promptmenu rxmenu <<EOF
profile
cpufreq
telinit
diff --git a/rxmenu-cpufreq b/rxmenu-cpufreq
index 3d0e8ce..856a97a 100755
--- a/rxmenu-cpufreq
+++ b/rxmenu-cpufreq
@@ -1,6 +1,6 @@
#!/bin/sh
-t="$(dmenu cpufreq << EOF
+t="$(promptmenu cpufreq << EOF
powersave
schedutil
conservative
diff --git a/rxmenu-profile b/rxmenu-profile
index 50b5fcf..d30c96e 100755
--- a/rxmenu-profile
+++ b/rxmenu-profile
@@ -2,7 +2,7 @@
lf="$(printf '\n')"
-t="$(dmenu profile << EOF
+t="$(promptmenu profile << EOF
mini
save
cons
diff --git a/rxmenu-rfkill b/rxmenu-rfkill
index 3b0514a..949f5ed 100755
--- a/rxmenu-rfkill
+++ b/rxmenu-rfkill
@@ -2,7 +2,7 @@
# NOTE: user must be able to use rfkill
-t="$(dmenu rfkill << EOF
+t="$(promptmenu rfkill << EOF
block
unblock
EOF
diff --git a/rxmenu-telinit b/rxmenu-telinit
index 38ffd8e..496dade 100755
--- a/rxmenu-telinit
+++ b/rxmenu-telinit
@@ -2,7 +2,7 @@
# NOTE: telinit must be setuid or otherwise usable by the user
-t="$(dmenu telinit << EOF
+t="$(promptmenu telinit << EOF
0
2
3