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/set-bg | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 nixos/profiles/workstation/scripts/set-bg (limited to 'nixos/profiles/workstation/scripts/set-bg') diff --git a/nixos/profiles/workstation/scripts/set-bg b/nixos/profiles/workstation/scripts/set-bg deleted file mode 100644 index 2ed0a78..0000000 --- a/nixos/profiles/workstation/scripts/set-bg +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash -# Sets the background color of the current foot terminal to the given hex color. - -rgb_with_slashes=$(echo "$1" | sed -r 's,(..)(..),\1/\2/,') -echo -en "\033]11;rgb:$rgb_with_slashes\007" -- cgit v1.3.1