chore: replace all dracula occurrences with kanagawa

This commit is contained in:
Nybkox 2023-12-21 03:32:56 +01:00 committed by Kevin Baensch
parent c2b1d67cbd
commit a5bee81d7a
No known key found for this signature in database
24 changed files with 213 additions and 205 deletions

View file

@ -8,8 +8,8 @@ fahrenheit=$1
location=$2
fixedlocation=$3
DATAFILE=/tmp/.dracula-tmux-data
LAST_EXEC_FILE="/tmp/.dracula-tmux-weather-last-exec"
DATAFILE=/tmp/.kanagawa-tmux-data
LAST_EXEC_FILE="/tmp/.kanagawa-tmux-weather-last-exec"
RUN_EACH=1200
TIME_NOW=$(date +%s)
TIME_LAST=$(cat "${LAST_EXEC_FILE}" 2>/dev/null || echo "0")