From 270699d4eb1f1d27e2d8905cfbbf0037f07609ed Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 6 Jan 2025 12:33:18 +0100 Subject: add cursor color management --- etc/local.d/cursor.start | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 etc/local.d/cursor.start (limited to 'etc/local.d') diff --git a/etc/local.d/cursor.start b/etc/local.d/cursor.start new file mode 100755 index 0000000..0138d94 --- /dev/null +++ b/etc/local.d/cursor.start @@ -0,0 +1,7 @@ +#!/bin/sh + +# Set cursor color on ttys. + +for i in 1 2 3 4 5 6; do + /home/marc/bin/cursor-linux $i >> /dev/tty$i +done -- cgit v1.2.3