Update 2024-01-05 12:30 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-01-05 12:30:05 +01:00
parent 0e50bae470
commit 4f7fbeabec
11 changed files with 45 additions and 35 deletions

View File

@@ -15,21 +15,6 @@ COLOR_NF="#707070"
COLOR_SB="#222222"
COLOR_SF="#CCCCCC"
# SEL_ACTIVE
# selected frame
# border
# active tab fg
# active tab bg
# inactive tab fg
# inactive tab bg
# inactive frame
# border
# active tab fg
# active tab bg
# inactive tab fg
# inactive tab bg
#
# TERMINALS
#
@@ -42,7 +27,7 @@ HTERM="st -f spleen:pixelsize=32"
# DMENU
#
DMENUOPTS="-fn Terminus:pixelsize=18 \
DMENUOPTS="-fn Terminus:pixelsize=20 \
-nb $COLOR_NB \
-nf $COLOR_NF \
-sf $COLOR_SF \
@@ -58,7 +43,10 @@ DMENURUN_CMD="dmenu_run $DMENUOPTS"
#
NOTIFY_CMD() {
notify-send -- "$@ ($(date +%H:%M))"
twmnc -i "${VAR##*/}" \
-d 5000 \
-t "$(date +%H:%M)" \
-c "$@"
}
#
@@ -74,10 +62,5 @@ needs() {
# CONNECT TO GPG-AGENT
#
#eval $(keychain -Q -q --noask --agents ssh,gpg --noask --eval id_rsa)
export GPG_TTY=$(tty)
export GPG_AGENT_INFO="$HOME/.gnupg/S.gpg-agent:0:1"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
export SSH_AUTH_SOCK_EXTRA=${SSH_AUTH_SOCK%%.ssh}.extra
gpg-connect-agent /bye
[ -f ~/.ksh/gnupg.ksh ] \
&& . ~/.ksh/gnupg.ksh