feat: Adds previews to utils-launcher, sources catppuccin colors file in zshrc so that fzf options are setup.

This commit is contained in:
2025-10-05 11:05:05 -04:00
parent 5e8fbbcbab
commit 4edf92e034
3 changed files with 22 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
"exec": "$SCRIPTS/hypr/waybarctl --restart"
},
{
"name": "Waybar -- toggle",
"name": "Waybar - toggle",
"exec": "$SCRIPTS/hypr/waybarctl --toggle"
},
{

View File

@@ -219,6 +219,7 @@ source <(fzf --zsh)
# I tried sourcing them in the the `.zshenv` files, but did not work.
_source_if "$ZDOTDIR/.zshrc-local"
_source_if "$LOCAL_ENV"
_source_if "$SCRIPTS/catppuccin-colors"
# pnpm
export PNPM_HOME="$XDG_DATA_HOME/pnpm"