How to make notify like dunst and change font size #242
|
i want make my notifications format like my dunst before and change the fonst size lite this Screencasts_2023-04-07-09-01-34.mp4 |
Answered by
ErikReider
Apr 7, 2023
Replies: 1 comment
|
Font size can be changed in the CSS. The notification title only supports drawing on one line atm. The body supports multiline ( |
0 replies
Answer selected by
ErikReider
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Font size can be changed in the CSS. The notification title only supports drawing on one line atm. The body supports multiline (
notify-send 'Test notification' 'text'). Hope this helps :)