[go: nahoru, domu]

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

[Feature Request] Time in the bottom status bar. #128

Open
adimishra1 opened this issue Nov 17, 2020 · 5 comments
Open

[Feature Request] Time in the bottom status bar. #128

adimishra1 opened this issue Nov 17, 2020 · 5 comments

Comments

@adimishra1
Copy link
adimishra1 commented Nov 17, 2020

Can we please have an extra date and time field in the bottom bar for Ephemeral? @elenapan

@adimishra1 adimishra1 changed the title Time in the bottom status bar. [Feature Request] Time in the bottom status bar. Nov 17, 2020
@EllatharTheHalfling
Copy link

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:
As these are, to my knowledge, still primarily their personal dotfiles anything they don't use generally is just commented out and needs to be enabled for each user that wants that feature. So rather than a full feature update for this for everyone, it's more likely that either you'll have to add in the specific parts yourself or a new bar theme would be uploaded where you'll have to uncomment the features that you wish to use.

Anyway I'd say give me a few days of utterly breaking these dotfiles and I should have some option for you.

@ceuk
Copy link
Contributor
ceuk commented Nov 19, 2020

Hey I use this on my laptop

image

(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

@adimishra1
Copy link
Author

Hi @ceuk Great Working Hack.
I tried changing the required files and was have a new space for time 😃 but the time doesn't update in the bar. 😞 It only updates the time on startup and whenever I reload the awesome setup.

@ceuk
Copy link
Contributor
ceuk commented Nov 24, 2020

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)

@sharktie
Copy link

Hey I use this on my laptop

image

(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

Hey, sorry to bother you but is there any chance you could update that link. Thanks!

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

4 participants