mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
Mention the ability to set font-size for notifications (#507)
Documents https://github.com/hyprwm/Hyprland/pull/4981
This commit is contained in:
parent
9444f36bd4
commit
c9670e691b
1 changed files with 8 additions and 0 deletions
|
@ -228,6 +228,14 @@ CONFUSED = 4
|
||||||
OK = 5
|
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
|
### dismissnotify
|
||||||
|
|
||||||
Dismisses all or up to AMOUNT notifications.
|
Dismisses all or up to AMOUNT notifications.
|
||||||
|
|
Loading…
Reference in a new issue