diff options
-rw-r--r-- | view-conf.el | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/view-conf.el b/view-conf.el index 3a7a9f5..1d78947 100644 --- a/view-conf.el +++ b/view-conf.el @@ -29,11 +29,20 @@ ;;; View tmeperatures or timers ;;;###autoload (defun durand-view-timers-or-temps (&optional arg) - "View the list of timers or view the CPU temperature info. -If ARG is nil, view the list of timers. -If ARG is '(4), view the information about CPU temperature and -fans speed and some others. -If ARG is '(16), view the battery information." + "View the list of timers or view information of CPU and battery. +If ARG is nil, view the following information: + - Fan speed + - CPU die temperature + - Remaining battery charge + - Battery full capacity + - Whether or not the battery is fully charged + - Whether or not the battery is charging + - Battery cycle number + - Battery health condition + - Whether or not the computer is connected to some charging source + - Battery temperature + +If ARG is '(4), view the list of timers." (interactive "P") (require 'auth-source) (cond |