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