diff options
| author | tslil clingman <> | 2020-04-24 14:51:42 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-04-24 14:51:42 -0700 |
| commit | 18bb5178ea2d2d1f2f0e788ab33bfbdf59376837 (patch) | |
| tree | 89e597d08d0a1d656a1a5f4772c7e138fb36a0e9 /emacs/inits/02-modeline.el | |
| parent | 6ba333c21a29be757a5f7735ae8bcde153346e60 (diff) | |
EXWM workspace fixes & tray, Verilog, still not good input method
Diffstat (limited to 'emacs/inits/02-modeline.el')
| -rw-r--r-- | emacs/inits/02-modeline.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/inits/02-modeline.el b/emacs/inits/02-modeline.el index 0d61cb3..aba6e9c 100644 --- a/emacs/inits/02-modeline.el +++ b/emacs/inits/02-modeline.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2020-04-13 14:34:03 (tslil@bison)> +;; Time-stamp: <2020-04-24 14:49:48 (tslil@bison)> ;; ----------------------------------------------------------------------------- ;; Battery status and CPU temperature @@ -44,7 +44,7 @@ display-time-string (sys-status sys-status) (:eval (mortality)) - (:eval (exwm-workspace-lighter)) + (:eval (when (functionp 'exwm-workspace-lighter) (exwm-workspace-lighter))) " " (:eval (abbreviate-file-name default-directory)))) ;; We redefine this function to centre the text ;; Is there a better way? |
