all repos — dotfiles @ 9f6853476ca0455c9bd624cd79c2a89158e542bf

my *nix dotfiles

bin: Create new pwmenu script

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Tue, 24 Dec 2019 15:00:41 +0530
commit

9f6853476ca0455c9bd624cd79c2a89158e542bf

parent

14b45e3da3c22772c0a8d71567e17f66390eb3c1

2 files changed, 9 insertions(+), 1 deletions(-)

jump to
A bin/pwmenu.sh

@@ -0,0 +1,8 @@

+#!/usr/bin/env bash + +pass="$(pw -l | dmenu)" +if [[ -z "$pass" ]]; then + exit +else + pw -c "$pass" +fi
M config/sxhkd/sxhkdrcconfig/sxhkd/sxhkdrc

@@ -15,7 +15,7 @@ super + ctrl + l

~/bin/lock.sh super + p - rofi-pass + ~/bin/pwmenu.sh XF86AudioRaiseVolume pamixer -i 2