Yubyf / QuoteLockX

Displays quotes on your lockscreen, because why not.
MIT License
80 stars 3 forks source link

[feature request] Show on status bar #14

Open yyy33 opened 1 year ago

yyy33 commented 1 year ago

The reason is that most phones are now unlocked using fingerprint, and after unlocking the phone displays the desktop instead of the lock screen interface. Can you display the quotes on the status bar in a scrolling manner every time you unlock the phone, and restore the default status bar style after the display is finished

yyy33 commented 1 year ago

As for how to display text on the status bar, this project may serve as a reference, which displays lyrics on the status bar https://github.com/577fkj/StatusBarLyric

Yubyf commented 1 year ago

Thanks for your feedback.

Displaying information in the status bar is a good way to show lyrics and other such information that can disappear at any time. However, I believe that for quotes or other information that needs to be constantly present, this approach is too intrusive to the user interface.

And I am developing a launcher widget for displaying quotes and hope that this feature will meet your needs in the next version.

In the future, I may consider adding the option to display brief quotes in the status bar.