Skip to content

Commit 1c50d35

Browse files
committed
Add crontab
1 parent 630e6b3 commit 1c50d35

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

etc/fcrontab

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
&bootrun 0 18 * * * ~/scripts/cron/update-sensitive.sh
2+
&bootrun 0 18 * * * ~/scripts/cron/update-notes.sh
3+
&bootrun 0 20 * * * ~/scripts/cron/cleanup.sh
4+
&bootrun 0 4 * * * ~/scripts/tmux/new-day
5+
&bootrun 0 4 * * * ~/scripts/personal/append-unhrd-data
6+
&bootrun 0 22 * * * ~/scripts/mpd/backup-main-playlist
7+
0 14,16,18,20,22 * * * ~/scripts/cron/reload-newsboat
8+
*/5 * * * * ~/scripts/cron/battery-alert
9+
*/5 * * mar * ~/scripts/cron/price-alert
10+
*/10 * * mar * ~/scripts/mpd/ping-mpd-server
11+
*/30 * * * * ~/scripts/cron/disable-lock-at-home
12+
0 18 * * */2 ~/scripts/cron/update-todos.sh
13+
0 20 1 * * ~/scripts/cron/vacuum-sql-dbs.sh
14+
*/15 * * * * blugon -o

repo/app-groups

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,9 @@ pavucontrol Pulseaudio mixer
340340

341341
[node]
342342
volta-bin Node version manager for: node, npm, yarn
343-
# volta install node
344-
# volta install npm
345-
# volta install yarn
343+
shell:volta install node
344+
shell:volta install npm
345+
shell:volta install yarn
346346

347347
[dictcc]
348348
npm:dict-cc-cli Offline dict.cc
@@ -420,7 +420,7 @@ jdk-openjdk Java environment
420420
signal-desktop Messenger
421421
# signal-cli CLI version
422422

423-
[cron]
423+
[fcron]
424424
fcron Cron implementation
425425
systemd:fcron Enable cron
426426

repo/mappings

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,6 @@ create .config/pipewire
235235
[blugon]
236236
create .config/blugon
237237
.config/blugon/gamma
238+
239+
[fcron]
240+
# run ... command to import/export fcrontab -l 2>/dev/null

repo/used-groups

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dunst
5252
fonts
5353
latex
5454
signal
55-
cron
55+
fcron
5656
epr
5757
pip
5858
rofi
@@ -84,3 +84,4 @@ json
8484
masterpdfeditor
8585
intel
8686
tws
87+
antidot

0 commit comments

Comments
 (0)