]> git.sev.monster Git - dotfiles.git/blob - bin/dpass
3dc4c8f40c722ebb65ae8d31dbf05bdc20963d07
[dotfiles.git] / bin / dpass
1 #!/bin/sh
2 p="$1"
3 if [ -z "$p" -a "$(basename "$(readlink -f "$(which ps)")")" =~ "/busybox" ]; then
4         p="[$(ps -o comm= -p $(ps -o ppid= -p $$))]";
5 fi
6 ~/bin/dmenu -p "$p" -fn Dina-10 -nb \#110800 -nf \#110800 -sb \#264bd2 -sf \#fdf6e3 <&-
This page took 0.023246 seconds and 2 git commands to generate.