Mention the ability to set font-size for notifications (#507)

Documents https://github.com/hyprwm/Hyprland/pull/4981
This commit is contained in:
ItsDrike 2024-03-06 22:20:31 +01:00 committed by GitHub
parent 9444f36bd4
commit c9670e691b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -228,6 +228,14 @@ CONFUSED = 4
OK = 5
```
Optionally, you can specify a font size of the notification like so:
```sh
hyprctl notify -1 10000 "rgb(ff0000)" "fontsize:35 This text is big"
```
The default font-size is 13.
### dismissnotify
Dismisses all or up to AMOUNT notifications.