This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.local/bin/dmenupass

18 lines
532 B
Bash
Executable File

#!/usr/bin/env sh
######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : dmenupass
# @license : GPLv3
# @created : Wednesday May 20, 2020 18:08:50 CEST
#
# @description : [sudo] prompt (SUDO_ASKPASS variable)
######################################################################
col_yellow="#ffeca3"
col_black="#1d2021"
col_orange="#f7a583"
dmenu -sb $col_orange -sf $col_black -nf $col_black -nb $col_black -p "$1" <&-