aboutsummaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-07-30 20:46:57 +0300
committerawy <awy@awy.one>2025-07-30 20:46:57 +0300
commitf8e9cae4265f5dae8bd8f7eb2807c916e937f53b (patch)
tree227996dc83d61a7b1d096e190a7be4536066b5e3 /.config/shell
parent939a2ae42b54b4a45cc653795c064fb575a88a67 (diff)
downloadhyprdots-f8e9cae4265f5dae8bd8f7eb2807c916e937f53b.tar.gz
theming & skim instead of fzf
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/aliasrc2
-rw-r--r--.config/shell/profile12
2 files changed, 5 insertions, 9 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index f875a05..3da1d51 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -11,7 +11,7 @@ for command in mount umount dinitctl pacman updatedb su shutdown poweroff reboot
done; unset command
se() {
- choice="$(fd . --base-directory=$HOME/.local/bin -t f --min-depth=1 | fzf)"
+ choice="$(fd . --base-directory=$HOME/.local/bin -t f --min-depth=1 | sk)"
[ -f "$HOME/.local/bin/$choice" ] && $EDITOR "$HOME/.local/bin/$choice"
}
diff --git a/.config/shell/profile b/.config/shell/profile
index 6234bba..44f3bc4 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -78,15 +78,11 @@ export __GLX_VENDOR_LIBRARY_NAME=nvidia
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=\
-"--layout=reverse --height 40% \
---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"
-export YT_X_FZF_OPTS="$FZF_DEFAULT_OPTS"
+export SKIM_DEFAULT_OPTIONS="$SKIM_DEFAULT_OPTIONS \
+--color=fg:#cdd6f4,bg:#1e1e2e,matched:#313244,matched_bg:#f2cdcd,current:#cdd6f4,current_bg:#45475a,current_match:#1e1e2e,current_match_bg:#f5e0dc,spinner:#a6e3a1,info:#cba6f7,prompt:#89b4fa,cursor:#f38ba8,selected:#eba0ac,header:#94e2d5,border:#6c7086"
+# export YT_X_FZF_OPTS="$FZF_DEFAULT_OPTS"
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#767676"
-export BAT_THEME="gruvbox-dark"
+export BAT_THEME="Dracula"
[ ! -f "$XDG_CONFIG_HOME/shell/shortcutrc" ] && setsid -f shortcuts >/dev/null 2>&1