]> git.sev.monster Git - dotfiles.git/blame - bin/dpass
remove tint2 battery alert, zsh dotfiles vcs check
[dotfiles.git] / bin / dpass
CommitLineData
1390d028 1#!/bin/sh
2p="$1"
3if [ -z "$p" ]; then
4 p="[$(ps -o comm= -p $(ps -o ppid= -p $$))]";
5fi
6~/bin/dmenu -p "$p" -fn Dina-10 -nb \#110800 -nf \#110800 -sb \#264bd2 -sf \#fdf6e3 <&-
This page took 0.031671 seconds and 4 git commands to generate.