From 1c0fb275f3f302d6abc3ef560a80ceec8a8e6b8c Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Tue, 6 Jan 2026 22:54:41 +0100 Subject: refactor: move scripts to cmd50 --- nixos/profiles/workstation/scripts/reset-bg | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 nixos/profiles/workstation/scripts/reset-bg (limited to 'nixos/profiles/workstation/scripts/reset-bg') diff --git a/nixos/profiles/workstation/scripts/reset-bg b/nixos/profiles/workstation/scripts/reset-bg deleted file mode 100644 index 049954d..0000000 --- a/nixos/profiles/workstation/scripts/reset-bg +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash -# Resets the background color of the current foot terminal to the default. - -echo -en "\033]111\007" -- cgit v1.3.1