diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-18 03:56:52 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-18 03:56:52 +0900 |
| commit | 99a6b8f227d110f382aa8c9061d32791357a2727 (patch) | |
| tree | 0f87bda05f7c0fa056fb2176a018c3fb803b6a66 | |
| parent | fcf1a22d5e4044ebf2a60848e32434a40c43c63e (diff) | |
created bin/matrix
| -rwxr-xr-x | ar/.local/bin/matrix | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
