ENH update conky
This commit is contained in:
parent
9afbc424d1
commit
39c5dc2c66
|
@ -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" }
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Conky Seafile Update Service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=%h/.config/conky/scripts/seafile_status
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Conky Seafile Update Timer
|
||||
|
||||
[Timer]
|
||||
OnBootSec=0s
|
||||
OnUnitActiveSec=1m
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Reference in New Issue