(kitty setup) set sunset offset asadesuka cmd
This commit is contained in:
parent
9160af93ce
commit
20f92515f7
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ TERM_COLOR_MODE=dark
|
||||||
|
|
||||||
command -v asadesuka > /dev/null 2>&1
|
command -v asadesuka > /dev/null 2>&1
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
IS_ASA=$(asadesuka)
|
IS_ASA=$(asadesuka -offset=30)
|
||||||
if [ $IS_ASA == "true" ]; then
|
if [ $IS_ASA == "true" ]; then
|
||||||
TERM_COLOR_MODE=light
|
TERM_COLOR_MODE=light
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue