git clone https://git.lucas.co/fontpreview.git
hopefuly this fixed the indentation issues
fontpreview | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/fontpreview b/fontpreview
index 7b29017..22c661a 100755
--- a/fontpreview
+++ b/fontpreview
@@ -20,22 +20,22 @@ show_help() {
echo "usage: fontpreview [-h] [--size \"px\"] [--position \"+x+y\"] [--search-prompt SEARCH_PROMPT]"
echo " [--font-size \"FONT_SIZE\"] [--bg-color \"BG_COLOR\"] [--fg-color \"FG_COLOR\"]"
echo " [--preview-text \"PREVIEW_TEXT\"] [--version]"
- echo " "
- echo "┌─┐┌─┐┌┐┌┌┬┐┌─┐┬─┐┌─┐┬ ┬┬┌─┐┬ ┬"
+ echo " "
+ echo "┌─┐┌─┐┌┐┌┌┬┐┌─┐┬─┐┌─┐┬ ┬┬┌─┐┬ ┬"
echo "├┤ │ ││││ │ ├─┘├┬┘├┤ └┐┌┘│├┤ │││"
echo "└ └─┘┘└┘ ┴ ┴ ┴└─└─┘ └┘ ┴└─┘└┴┘"
- echo "Very customizable and minimal font previewer written in bash"
- echo " "
- echo "optional arguments:"
- echo " -h, --help show this help message and exit"
- echo " --size size of the font preview window"
+ echo "Very customizable and minimal font previewer written in bash"
+ echo " "
+ echo "optional arguments:"
+ echo " -h, --help show this help message and exit"
+ echo " --size size of the font preview window"
echo " --position the position where the font preview window should be displayed"
echo " --search-prompt input prompt of fuzzy searcher"
echo " --font-size font size"
echo " --bg-color background color of the font preview window"
echo " --fg-color foreground color of the font preview window"
echo " --preview-text preview text that should be displayed in the font preview window"
- echo " --version show the version of kunst you are using"
+ echo " --version show the version of kunst you are using"
}
pre_exit() {