aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-11-26 00:03:32 +0300
committerawy <awy@awy.one>2025-11-26 00:03:32 +0300
commitb6665bc7d57a6c77fe9560ba566091d5260b6363 (patch)
treebaa89c64c92a4a73ddf337f37e2422140945de3b
parent250ea992ed661dc3702a88863eab6126fd53519e (diff)
downloadhyprdots-catppuccin.tar.gz
time sync every hour via croncatppuccin
-rw-r--r--dependencies.txt1
-rwxr-xr-xrice.sh2
2 files changed, 3 insertions, 0 deletions
diff --git a/dependencies.txt b/dependencies.txt
index f3f4163..7518a81 100644
--- a/dependencies.txt
+++ b/dependencies.txt
@@ -97,6 +97,7 @@ cmake
tllist
solaar
wget
+ntp
# TESSEN #
tessen
diff --git a/rice.sh b/rice.sh
index 967fa78..c1ec54c 100755
--- a/rice.sh
+++ b/rice.sh
@@ -134,6 +134,8 @@ echo "*/30 * * * * export DBUS_SESSION_BUS_ADDRESS=\$(rg --null-data \"DBUS_SESS
*/30 * * * * export DBUS_SESSION_BUS_ADDRESS=\$(rg --null-data \"DBUS_SESSION_BUS_ADDRESS\" \"/proc/\$(pgrep -x waybar)/environ\" | sed 's/DBUS_SESSION_BUS_ADDRESS=//'); /home/$PERMUSER/.local/bin/cron/checkup
*/5 * * * * export DBUS_SESSION_BUS_ADDRESS=\$(rg --null-data \"DBUS_SESSION_BUS_ADDRESS\" \"/proc/\$(pgrep -x waybar)/environ\" | sed 's/DBUS_SESSION_BUS_ADDRESS=//'); /home/$PERMUSER/.local/bin/cron/mailup" | run_as_user crontab -
+echo "0 */1 * * * ntpdate pool.ntp.org" | crontab -
+
cd /home/"$PERMUSER"
run_as_user git clone https://git.awy.one/autofox
cd autofox