display-time-string-forms `(
- load " "
+ load
- (ff/temp-info-string)
+ " "
- ,@(when (ff/battery-info-string)
- '((propertize
- (ff/battery-info-string)
- 'face 'ff/battery-info-face)))
+ ,@(when (ff/battery-info-string)
+ '((ff/temp-info-string)))
- " "
+ ,@(when (ff/battery-info-string)
+ '((propertize
+ (ff/battery-info-string)
+ 'face 'ff/battery-info-face)))
- (propertize
- (concat ;;" ˌ"
- 24-hours ":" minutes
- " "
- ;; dayname " "
- monthname " " day
- ;;"ˌ"
- )
- 'face 'ff/date-info-face)
+ " "
- )
+ (propertize
+ (concat ;;" ˌ"
+ 24-hours ":" minutes
+ " "
+ ;; dayname " "
+ monthname " " day
+ ;;"ˌ"
+ )
+ 'face 'ff/date-info-face)
+
+ )
;; display-time-format "%b %a %e %H:%M"
;; display-time-mail-face nil