From 99a6b8f227d110f382aa8c9061d32791357a2727 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 18 Feb 2025 03:56:52 +0900 Subject: created bin/matrix --- ar/.local/bin/matrix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 ar/.local/bin/matrix diff --git a/ar/.local/bin/matrix b/ar/.local/bin/matrix new file mode 100755 index 0000000..8c685f1 --- /dev/null +++ b/ar/.local/bin/matrix @@ -0,0 +1,7 @@ +#!/bin/sh + +echo "*.alpha: 1.0 +*.background: #000000 +*.color0: #000000" | xrdb -load +st -e tmatrix --background=black +xrdb ~/.local/src/suckless/st/Xdefaults -- cgit v1.2.3