mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[GH-ISSUE #215] Consider adding notification panel widget #119
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @keithknott26 on GitHub (May 29, 2019).
Original GitHub issue: https://github.com/mum4k/termdash/issues/215
Now that we have dynamic layouts, would it be possible to create a widget which would sit on the outer edges of the screen and would dynamically change height or width based on a ticker?
I'm thinking of a widget that looks like the notification banner on an iphone that rolls down from the top of the screen, eventually consuming a 10th of the screen.
This could be used for things like app alerts and notifications.
@mum4k commented on GitHub (Jun 6, 2019):
Thanks @keithknott26, this is a good idea. It will be one of the things we will be able to do when #104 are implemented, since the entire notification area can be one floating window that will gradually change its dimensions.