st/st_script

8 lines
88 B
Text
Raw Normal View History

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