diff options
| author | awy <awy@awy.one> | 2025-11-26 00:03:32 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-26 00:03:32 +0300 |
| commit | b6665bc7d57a6c77fe9560ba566091d5260b6363 (patch) | |
| tree | baa89c64c92a4a73ddf337f37e2422140945de3b | |
| parent | 250ea992ed661dc3702a88863eab6126fd53519e (diff) | |
| download | hyprdots-catppuccin.tar.gz | |
time sync every hour via croncatppuccin
| -rw-r--r-- | dependencies.txt | 1 | ||||
| -rwxr-xr-x | rice.sh | 2 |
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 @@ -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 |