Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show actual time or clock? #72

Open
grauschnabel opened this issue Jan 3, 2022 · 1 comment
Open

show actual time or clock? #72

grauschnabel opened this issue Jan 3, 2022 · 1 comment

Comments

@grauschnabel
Copy link

Hi there,

is there an easy way to show the actual time in one of the corners? I miss the clock so I have to switch between some windows to see the system clock. It would be great to have it somewhere.

//Martin

@joostkremers
Copy link
Owner

What you could do is the following:

(setq writeroom-mode-line '(" " global-mode-string))
(setq writeroom-local-effects '(display-time-mode))

That should display the time in the bottom left part of the screen, preceded by a space. For a nicer display, you'd need to customise writeroom-mode-line further, and/or the Customize group display-time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants