diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-15T19·46+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-15T19·46+0100 |
commit | 586148bd522b11081bde648c4e6da2c27d456cb3 (patch) | |
tree | 0792bd44af53ec4f973f9c9cc7eaa81419ca03ca /init/nixos.el | |
parent | eb67c739b2c97b423d5b0223945b88a7a787b674 (diff) |
feat(nixos): Show time in the mode line
Diffstat (limited to 'init/nixos.el')
-rw-r--r-- | init/nixos.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/init/nixos.el b/init/nixos.el index 20f2e6937eec..da9bc1e56de9 100644 --- a/init/nixos.el +++ b/init/nixos.el @@ -52,6 +52,9 @@ ;; Configure compositor (setq exwm-cm-opacity 95) - (exwm-cm-enable))) + (exwm-cm-enable) + + ;; Show time in the mode line + (display-time-mode))) (provide 'nixos) |