aboutsummaryrefslogtreecommitdiff
path: root/nixos/profiles/workstation/scripts/set-bg
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2026-01-06 22:54:41 +0100
committerMartin Fischer <martin@push-f.com>2026-01-06 23:28:28 +0100
commit1c0fb275f3f302d6abc3ef560a80ceec8a8e6b8c (patch)
treee06201a62fa7fe8fff13d2919fa5b822bd79356f /nixos/profiles/workstation/scripts/set-bg
parentd788e8e4eea02ba6a7ebdec54aa9120b82d05410 (diff)
refactor: move scripts to cmd50
Diffstat (limited to 'nixos/profiles/workstation/scripts/set-bg')
-rw-r--r--nixos/profiles/workstation/scripts/set-bg5
1 files changed, 0 insertions, 5 deletions
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"