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/profiles/workstation/scripts/reset-bg | 2 ++ 1 file changed, 2 insertions(+) create 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 new file mode 100644 index 0000000..5aa20f6 --- /dev/null +++ b/nixos/profiles/workstation/scripts/reset-bg @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +echo -en "\033]111\007" -- cgit v1.2.3