aboutsummaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/profile17
1 files changed, 6 insertions, 11 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index f3f6066..ebe7991 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -57,6 +57,7 @@ export KUBECONFIG="$XDG_CONFIG_HOME/kube/config"
export KUBECACHEDIR="$XDG_CACHE_HOME/kube"
export DOCKER_CONFIG="$XDG_CONFIG_HOME/docker"
export PASSWORD_STORE_CLIP_TIME=5
+export W3M_DIR="$XDG_STATE_HOME/w3m"
# Other program settings:
export DICS="/usr/share/stardict/dic/"
@@ -80,16 +81,10 @@ export MOZ_DISABLE_RDD_SANDBOX=1 # For HW in Firefox on nvidia gpu
export ELECTRON_OZONE_PLATFORM_HINT=auto # Electron fix
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 # Disables decorations for QT applications
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
---color=fg:#D3C6AA:regular
---color=fg+:#2D353B:regular
---color=hl:#A7C080:bold
---color=hl+:#2D353B:bold
---color=bg+:#A7C080
---color=gutter:-1
---color=prompt:#3D484D
---color=pointer:#A7C080
---color=scrollbar:#7A8478
---color=preview-label:#859289
+--color=fg:#e5e9f0,bg:-1,hl:#81a1c1
+--color=fg+:#e5e9f0,bg+:#3b4252,hl+:#81a1c1
+--color=info:#eacb8a,prompt:#bf6069,pointer:#b48dac
+--color=marker:#a3be8b,spinner:#b48dac,header:#a3be8b
--cycle
--scroll-off=8
--tabstop=4
@@ -105,7 +100,7 @@ export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
--bind=resize:refresh-preview
"
export YT_X_FZF_OPTS="$FZF_DEFAULT_OPTS"
-export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#767676"
+# export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#767676"
export BAT_THEME="Nord"
export GTK_USE_PORTAL=1
export ENABLE_HDR_WSI=1