-
Notifications
You must be signed in to change notification settings - Fork 449
Addition of a Clock Widget? #72
Comments
Would you prefer to have the time in a statusbar like in vtop or add a new widget that works like the tmux clock? |
I was envisioning something more like vtop except the widget could be placed in a small box above (or below - whichever looks nicer) the disk usage and temperatures widget. What we could play around with is looking at the vertical gap at the bottom of gotop (as you can see in my picture) which spans the entirety of the command prompt. I'd be happy to test things out but I do not have the skill nor bandwidth to make the widget right now... Thanks @cjbassi! |
So the gap at the bottom is actually just a rounding error. It goes away on certain terminal sizes. But we could also just create a space at the bottom for a clock/statusbar. |
Great! Let's try it at @cjbassi ! |
So you can now add a statusbar with a clock by passing the |
Just added a clock widget, so I decided to change the statusbar so its now enabled with |
@cjbassi - a little naive with Go; how do I update gotop to try this out? |
You can do
Hope that helps :) |
Hey @cjbassi - tried to use go to update via my gopath and ran into this error:
My go version is go1.6.2 linux/amd64. Any idea about why this is happening? CP |
So the issue there is that the |
I really like GoTop - I usually have it full screen on one of my monitors.
Would there be any way there could be a built-in clock widget to display time as my task bar is taken up by the GoTop terminal I have in maximum size?
Thanks!
The text was updated successfully, but these errors were encountered: