From c9334a6b496362eb71bd6c439b0666a40ef9b042 Mon Sep 17 00:00:00 2001 From: anonymous Date: Sat, 14 Oct 2023 10:49:11 +0300 Subject: [PATCH] Add hostname option --- scripts/dracula.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/dracula.sh b/scripts/dracula.sh index 0248ded..7639e63 100755 --- a/scripts/dracula.sh +++ b/scripts/dracula.sh @@ -54,6 +54,8 @@ main() left_icon="#S";; window) left_icon="#W";; + hostname) + left_icon="#H";; *) left_icon=$show_left_icon;; esac