diff options
| -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 |
