-
Notifications
You must be signed in to change notification settings - Fork 175
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
[Feature Request] Time in the bottom status bar. #128
Comments
Hey, not elenapan (obviously) but as they've been busy to my knowledge I'm gonna look into how this might be done for now. If they come back with a solution before that then cool. as a note: Anyway I'd say give me a few days of utterly breaking these dotfiles and I should have some option for you. |
Hey I use this on my laptop (check out the bottom left) You should just be able to drop in this as a replacement for .config/awesome/bars/ephemeral.lua If you've already made changes to that file, check out lines 130-136 and 296 |
Hi @ceuk Great Working Hack. |
That's odd, maybe it's just not refreshing very frequently? You could try manually setting the refresh rate to 1 by adding it to line 130: - local clock = wibox.widget.textclock("%H:%M")
+ local clock = wibox.widget.textclock("%H:%M", 1) |
Hey, sorry to bother you but is there any chance you could update that link. Thanks! |
Can we please have an extra date and time field in the bottom bar for Ephemeral? @elenapan
The text was updated successfully, but these errors were encountered: