You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of ellipsizing or word-wrapping long body texts (body => "%b" from the notification format), there should be a way to configure horizontal scrolling like old LCD:
Add the 3 following settings to the global section:
horizontal_scroll (values: [true/false], default: false)
The following condition must be met in order to enable this feature: horizontal_scroll=true and word_wrap=false
(horizontal_scroll=false and word_wrap=false means that text will ellipsize)
horizontal_scroll_speed: (values: [auto/fast/normal/slow], default: auto)
auto means text will adapt speed according notification urgency timeout and number of characters to display all the body message, whereas fast/normal/slow will display on a fixed speed, no matter if enough time before timeout to display all the body message
The text was updated successfully, but these errors were encountered:
Instead of ellipsizing or word-wrapping long body texts (body => "%b" from the notification format), there should be a way to configure horizontal scrolling like old LCD:
Add the 3 following settings to the global section:
The following condition must be met in order to enable this feature: horizontal_scroll=true and word_wrap=false
(horizontal_scroll=false and word_wrap=false means that text will ellipsize)
auto means text will adapt speed according notification urgency timeout and number of characters to display all the body message, whereas fast/normal/slow will display on a fixed speed, no matter if enough time before timeout to display all the body message
The text was updated successfully, but these errors were encountered: