From f52ef901cb6459a5fe7446fe6e69eab82cb373eb Mon Sep 17 00:00:00 2001 From: Martin Fischer <martin@push-f.com> Date: Thu, 27 Feb 2025 20:42:04 +0100 Subject: docs: add one-line descriptions to workstation scripts --- nixos/profiles/workstation/scripts/reset-bg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/profiles/workstation/scripts/reset-bg') diff --git a/nixos/profiles/workstation/scripts/reset-bg b/nixos/profiles/workstation/scripts/reset-bg index 5aa20f6..049954d 100644 --- a/nixos/profiles/workstation/scripts/reset-bg +++ b/nixos/profiles/workstation/scripts/reset-bg @@ -1,2 +1,4 @@ #!/usr/bin/env bash +# Resets the background color of the current foot terminal to the default. + echo -en "\033]111\007" -- cgit v1.2.3