Add configs, build script, and run script to allow for real time switching of st executables

This commit is contained in:
Alex Selimov 2024-11-11 21:58:19 -05:00
parent 6682f3eee9
commit d64fc0091c
4 changed files with 1087 additions and 0 deletions

7
st_script Executable file
View file

@ -0,0 +1,7 @@
#/bin/bash
if [ -f "$HOME"/.config/.stlight ]; then
st_light
else
st_dark
fi