Add configs, build script, and run script to allow for real time switching of st executables
This commit is contained in:
parent
6682f3eee9
commit
d64fc0091c
4 changed files with 1087 additions and 0 deletions
7
st_script
Executable file
7
st_script
Executable file
|
@ -0,0 +1,7 @@
|
|||
#/bin/bash
|
||||
|
||||
if [ -f "$HOME"/.config/.stlight ]; then
|
||||
st_light
|
||||
else
|
||||
st_dark
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue