From 1b65ba7a838e422c9bf16ddcaf796a996fa51b6b Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 27 Dec 2024 08:45:34 +0100 Subject: refactor: introduce profiles --- nixos/parts/scripts/set-bg | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 nixos/parts/scripts/set-bg (limited to 'nixos/parts/scripts/set-bg') diff --git a/nixos/parts/scripts/set-bg b/nixos/parts/scripts/set-bg deleted file mode 100644 index e78afdc..0000000 --- a/nixos/parts/scripts/set-bg +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash -rgb_with_slashes=$(echo "$1" | sed -r 's,(..)(..),\1/\2/,') -echo -en "\033]11;rgb:$rgb_with_slashes\007" -- cgit v1.2.3