mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
comment out experimental cron jobs
This commit is contained in:
parent
a9e9fc27ce
commit
5b2a50ab6c
1 changed files with 40 additions and 40 deletions
|
@ -82,44 +82,44 @@ package:
|
|||
- work
|
||||
|
||||
# 🚧 this section is under construction
|
||||
cron:
|
||||
reminders:
|
||||
lunch:
|
||||
enabled:
|
||||
Linux: true
|
||||
Darwin: true
|
||||
# daily at noon
|
||||
schedule: "0 12 * * *"
|
||||
# whether or not to use the macOS "say" program
|
||||
# not sure equivilent on linux 🤔
|
||||
text_to_speech: true
|
||||
blurb: "It is snack time!"
|
||||
|
||||
take_breaks:
|
||||
enabled:
|
||||
Linux: true
|
||||
Darwin: true
|
||||
# hourly by default
|
||||
schedule: "0 * * * *"
|
||||
text_to_speech: true
|
||||
blurb: "Take a break from your screen! Consider a glass of water and a short walk to stretch your legs."
|
||||
|
||||
backups:
|
||||
freetube:
|
||||
# defaults to daily at 6PM in your local timezone
|
||||
# you can use this site for schedules: https://crontab-generator.org/
|
||||
schedule: "0 18 * * *"
|
||||
files:
|
||||
- history.db
|
||||
- playlists.db
|
||||
- profiles.db
|
||||
- settings.db
|
||||
from_dir:
|
||||
Linux: "~/.config/FreeTube"
|
||||
Darwin: "~/Library/Application\ Support/FreeTube"
|
||||
to_dir:
|
||||
Linux: "~/Nextcloud/freetube/linux"
|
||||
Darwin: "~/Nextcloud/freetube/macos"
|
||||
# cron:
|
||||
# reminders:
|
||||
# lunch:
|
||||
# enabled:
|
||||
# Linux: true
|
||||
# Darwin: true
|
||||
# # daily at noon
|
||||
# schedule: "0 12 * * *"
|
||||
# # whether or not to use the macOS "say" program
|
||||
# # not sure equivilent on linux 🤔
|
||||
# text_to_speech: true
|
||||
# blurb: "It is snack time!"
|
||||
#
|
||||
# take_breaks:
|
||||
# enabled:
|
||||
# Linux: true
|
||||
# Darwin: true
|
||||
# # hourly by default
|
||||
# schedule: "0 * * * *"
|
||||
# text_to_speech: true
|
||||
# blurb: "Take a break from your screen! Consider a glass of water and a short walk to stretch your legs."
|
||||
#
|
||||
# backups:
|
||||
# freetube:
|
||||
# # defaults to daily at 6PM in your local timezone
|
||||
# # you can use this site for schedules: https://crontab-generator.org/
|
||||
# schedule: "0 18 * * *"
|
||||
# files:
|
||||
# - history.db
|
||||
# - playlists.db
|
||||
# - profiles.db
|
||||
# - settings.db
|
||||
# from_dir:
|
||||
# Linux: "~/.config/FreeTube"
|
||||
# Darwin: "~/Library/Application\ Support/FreeTube"
|
||||
# to_dir:
|
||||
# Linux: "~/Nextcloud/freetube/linux"
|
||||
# Darwin: "~/Nextcloud/freetube/macos"
|
||||
|
||||
# 🚧 this section is under construction
|
||||
# known safe remote hosts that you expect to be able to ping and SSH into
|
||||
|
@ -131,5 +131,5 @@ remote_hosts: []
|
|||
firewall: false
|
||||
|
||||
# 🚧 this section is under construction
|
||||
# set wallpapers dir. MacOS: https://apple.stackexchange.com/a/348454
|
||||
wallpapers_dir: ""
|
||||
# set wallpapers directory. MacOS: https://apple.stackexchange.com/a/348454
|
||||
# wallpapers_dir: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue