]> git.sev.monster Git - dotfiles.git/blobdiff - bin/dpass
update git email and name
[dotfiles.git] / bin / dpass
index a7dddb897719d8044df18df320bb302ef61e0e62..3dc4c8f40c722ebb65ae8d31dbf05bdc20963d07 100755 (executable)
--- a/bin/dpass
+++ b/bin/dpass
@@ -1,6 +1,6 @@
 #!/bin/sh
 p="$1"
-if [ -z "$p" ]; then
+if [ -z "$p" -a "$(basename "$(readlink -f "$(which ps)")")" =~ "/busybox" ]; then
        p="[$(ps -o comm= -p $(ps -o ppid= -p $$))]";
 fi
 ~/bin/dmenu -p "$p" -fn Dina-10 -nb \#110800 -nf \#110800 -sb \#264bd2 -sf \#fdf6e3 <&-
This page took 0.040603 seconds and 4 git commands to generate.