From e74aa4ea7a7e845588fd31746d2c85c9c7b0682c Mon Sep 17 00:00:00 2001 From: philw Date: Mon, 6 May 2024 22:37:55 +0200 Subject: Update dotfiles --- conky/.conkyrc | 9 +++++---- shell/bash/.bashrc | 2 ++ shell/zsh/.zshrc | 2 ++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/conky/.conkyrc b/conky/.conkyrc index 7b39c8e..410002e 100644 --- a/conky/.conkyrc +++ b/conky/.conkyrc @@ -68,10 +68,11 @@ conky.config = { own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it --Colors (Gruvbox Dark) - color0 = '#b16286', - color1 = '#ebdbb2', - color2 = '#458588', - color3 = '#b8bb26', + color0 = '#AB9DF2', + color1 = '#FCFCFA', + color2 = '#78DCE8', + color3 = '#A9DC76', + }; diff --git a/shell/bash/.bashrc b/shell/bash/.bashrc index 289d237..b921287 100644 --- a/shell/bash/.bashrc +++ b/shell/bash/.bashrc @@ -98,3 +98,5 @@ esac . "$HOME/.cargo/env" # export PATH=$PATH:$(xdg-user-dir USER)/.local/bin # export PATH=$PATH:$(xdg-user-dir USER)/.local/bin + +export GPG_TTY=$(tty) diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 0aaaf8f..f52f762 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -16,6 +16,7 @@ precmd_functions+=(update_prompt) update_prompt HISTFILE="$XDG_CACHE_HOME"/zsh-histfile +GNUPGHOME="~/.gnupg/" HISTSIZE=2500 SAVEHIST=2000 setopt INC_APPEND_HISTORY @@ -29,6 +30,7 @@ compinit setopt autocd eval "$(zoxide init zsh)" +export GPG_TTY=$(tty) export XDG_DATA_HOME="$HOME"/.local/share export XDG_CONFIG_HOME="$HOME"/.config export XDG_STATE_HOME="$HOME"/.local/state -- cgit v1.2.3