1
0
Fork 0

Run the battery status from ‘user-emacs-directory’

I can’t remember now why, but it must have failed for some reason before.
This commit is contained in:
Tom Willemse 2021-01-06 20:06:18 -08:00
parent 6b24843ac8
commit 391a3660a4

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2019.1006.113112
;; Version: 2020.0724.190100
;; Package-Requires: (oni-alert alert-termux)
;; This program is free software; you can redistribute it and/or modify
@ -43,7 +43,8 @@ The following %-sequences are provided:
%L Plugged
%B Status
%d Temperature"
(let ((info (with-temp-buffer
(let ((default-directory user-emacs-directory)
(info (with-temp-buffer
(call-process "termux-battery-status" nil t)
(goto-char (point-min))
(json-read))))