diff --git a/.config/cron/root/crontab b/.config/cron/root/crontab index 69752f3..54843fb 100644 --- a/.config/cron/root/crontab +++ b/.config/cron/root/crontab @@ -1 +1 @@ -0 12 * * * ~/.config/cron/daily_root.sh +0 12 * * * ~/.config/cron/root/daily.sh diff --git a/.config/cron/user/crontab b/.config/cron/user/crontab index 18826a6..14ef18d 100644 --- a/.config/cron/user/crontab +++ b/.config/cron/user/crontab @@ -1,4 +1,4 @@ -0 12 * * * ~/.config/cron/lunch.sh -30 12 * * * ~/.config/cron/daily.sh -10 17 * * * ~/.config/cron/go_home.sh -30 20 * * * ~/.config/cron/self_care_time.sh +0 12 * * * ~/.config/cron/user/lunch.sh +30 12 * * * ~/.config/cron/user/daily.sh +10 17 * * * ~/.config/cron/user/go_home.sh +30 20 * * * ~/.config/cron/user/self_care_time.sh