From 7138f485299e110f59bfea1bc0deda82750104e2 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 14 Dec 2024 17:06:32 +0100 Subject: update --- bin/tc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/tc') diff --git a/bin/tc b/bin/tc index 50ae67f..12129af 100755 --- a/bin/tc +++ b/bin/tc @@ -16,5 +16,5 @@ color() { } color ${1:-$((RANDOM % 7))} -printf '\E]11;'$bg'\E\' -printf '\E]10;'${fg:-#000000}'\E\' +printf '\E]11;'${bg:-#ffffff}'\E\' # Set background color. +printf '\E]10;'${fg:-#000000}'\E\' # Set foreground color. -- cgit v1.2.3