From 793d2f38ca00dcd445cc9b8897e46edd97971a06 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 8 Jun 2020 15:24:43 -0500 Subject: Fix bye message --- bollux | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bollux b/bollux index 1cc1b4c..6b99ceb 100755 --- a/bollux +++ b/bollux @@ -109,12 +109,12 @@ bollux_config() { fi ## behavior - : "${BOLLUX_TIMEOUT:=30}" # connection timeout - : "${BOLLUX_MAXREDIR:=5}" # max redirects - : "${BOLLUX_PORT:=1965}" # port number - : "${BOLLUX_PROTO:=gemini}" # default protocol - : "${BOLLUX_URL:=}" # start url - : "${BOLLUX_BYEMSG:=See You Space Cowboy...}" # bye message + : "${BOLLUX_TIMEOUT:=30}" # connection timeout + : "${BOLLUX_MAXREDIR:=5}" # max redirects + : "${BOLLUX_PORT:=1965}" # port number + : "${BOLLUX_PROTO:=gemini}" # default protocol + : "${BOLLUX_URL:=}" # start url + : "${BOLLUX_BYEMSG:=See You Space Cowboy ...}" # bye message ## files : "${BOLLUX_DATADIR:=${XDG_DATA_DIR:-$HOME/.local/share}/bollux}" : "${BOLLUX_DOWNDIR:=.}" # where to save downloads @@ -140,7 +140,7 @@ bollux_config() { # quit happily bollux_quit() { - log x "$BOLLUX_BYEMSG" + printf '\e[1m%s\e[0m:\t\e[3m%s\e[0m\n' "$PRGN" "$BOLLUX_BYEMSG" exit } -- cgit 1.4.1-21-gabe81