7 lines
88 B
Text
Executable file
7 lines
88 B
Text
Executable file
#/bin/bash
|
|
|
|
if [ -f "$HOME"/.config/.stlight ]; then
|
|
st_light
|
|
else
|
|
st_dark
|
|
fi
|