ENH update conky

This commit is contained in:
Nathan Dwarshuis 2023-01-08 14:08:45 -05:00
parent 9afbc424d1
commit 39c5dc2c66
3 changed files with 19 additions and 1 deletions

View File

@ -4,9 +4,9 @@ let filesystem =
C.ModType.filesystem
C.FileSystem::{
, show_smart = True
, show_seafile = True
, fs_paths =
[ { path = "/", name = "root" }
, { path = "/boot", name = "boot" }
, { path = "/home", name = "home" }
, { path = "/mnt/data", name = "data" }
, { path = "/mnt/dcache", name = "dcache" }

View File

@ -0,0 +1,9 @@
[Unit]
Description=Conky Seafile Update Service
[Service]
Type=oneshot
ExecStart=%h/.config/conky/scripts/seafile_status
[Install]
WantedBy=default.target

View File

@ -0,0 +1,9 @@
[Unit]
Description=Conky Seafile Update Timer
[Timer]
OnBootSec=0s
OnUnitActiveSec=1m
[Install]
WantedBy=timers.target