🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-09-10 14:52:12 -04:00
parent 336d44d379
commit 27cd73244a
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -54,6 +54,7 @@ __mpd_start() {
if pgrep mpd &>/dev/null && mpc status | grep -qv 'playing'; then if pgrep mpd &>/dev/null && mpc status | grep -qv 'playing'; then
mpc play &>/dev/null mpc play &>/dev/null
fi fi
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Define default variables # Define default variables
TZ="${TZ:-America/New_York}" TZ="${TZ:-America/New_York}"