Update 2023-12-24 17:35 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-12-24 17:35:07 +01:00
parent a0b32efe60
commit 7e9a9e039c
5 changed files with 130 additions and 76 deletions

View File

@@ -10,13 +10,26 @@ PIMDIR="${HOME}/Documents"
# COLORS
#
#COLOR_NB="#121212" # notion
#COLOR_NF="#707070" # notion
COLOR_NB="#181818" # spectrwm
COLOR_NF="#FF6A00" # spectrwm
COLOR_NB="#121212"
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
#
@@ -61,10 +74,10 @@ needs() {
# CONNECT TO GPG-AGENT
#
eval $(keychain -Q -q --noask --agents ssh,gpg --noask --eval id_rsa)
#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
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