small visual improvements
This commit is contained in:
parent
fa992b3d64
commit
1af09cbc5d
2 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,7 @@ set period 1
|
||||||
set previewer ~/.config/lf/preview
|
set previewer ~/.config/lf/preview
|
||||||
set cleaner ~/.config/lf/clean
|
set cleaner ~/.config/lf/clean
|
||||||
set drawbox
|
set drawbox
|
||||||
|
set cursorpreviewfmt "\033[7;90m"
|
||||||
# promptfmt is set in the on-cd command
|
# promptfmt is set in the on-cd command
|
||||||
|
|
||||||
cmd open $set -f; rifle -c $XDG_CONFIG_HOME/lf/rifle.conf -p 0 $fx; clear
|
cmd open $set -f; rifle -c $XDG_CONFIG_HOME/lf/rifle.conf -p 0 $fx; clear
|
||||||
|
|
|
@ -37,10 +37,11 @@ if [ -n "$unmerged_files" ]; then
|
||||||
printf "\n"
|
printf "\n"
|
||||||
printf "%s" "$unmerged_files\n"
|
printf "%s" "$unmerged_files\n"
|
||||||
else
|
else
|
||||||
|
printf "%b" "$BOLD${BLUE}Symlinking dotfiles...$NC\n\n"
|
||||||
stow -R -t "$HOME" dots || printf "%b" "${RED}Failed to run stow!$NC\n"
|
stow -R -t "$HOME" dots || printf "%b" "${RED}Failed to run stow!$NC\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "%b" "$BOLD${BLUE}Generating firefox profiles...$NC\n\n"
|
printf "%b" "$BOLD${BLUE}Generating firefox profiles...$NC\n"
|
||||||
"$DOTS_DIR/.mozilla/firefox/generate.sh"
|
"$DOTS_DIR/.mozilla/firefox/generate.sh"
|
||||||
printf "\n"
|
printf "\n"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue