st/st_script

8 lines
88 B
Plaintext
Executable File

#/bin/bash
if [ -f "$HOME"/.config/.stlight ]; then
st_light
else
st_dark
fi