diff options
| author | 2024-04-07 00:19:04 -0700 | |
|---|---|---|
| committer | 2024-04-07 00:19:04 -0700 | |
| commit | 16fae84dc0bcc3bb21730a700b8e87dbc9419bab (patch) | |
| tree | aa18bf188e550e839499652a1922174af71927d1 | |
| parent | 65c5ef5c7f9c4ced652274889ad6b179d4aa78a4 (diff) | |
| download | new-dotfiles-16fae84dc0bcc3bb21730a700b8e87dbc9419bab.tar.gz new-dotfiles-16fae84dc0bcc3bb21730a700b8e87dbc9419bab.zip | |
Call inkplate-display directly instead of through herd
It doesn't seem to be running correctly at night, so maybe calling it directly
will work better than calling it through ‘herd’.
| -rw-r--r-- | oni/home/services/utilities.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oni/home/services/utilities.scm b/oni/home/services/utilities.scm index 8b84191..f168c3a 100644 --- a/oni/home/services/utilities.scm +++ b/oni/home/services/utilities.scm @@ -51,9 +51,9 @@ (define (home-inkplate-display-mcron-service config) (list #~(job '(next-day) (lambda () - (system* "herd" "start" "inkplate-display")) + (system* #$(file-append inkplate-display "/bin/inkplate-display"))) ;; "herd start inkplate-display" - "Get new email and process it via the Notmuch hook scripts."))) + "Update my Inkplate display."))) (define home-inkplate-display-service-type (service-type |
