From c9670e691b2e891070a8fe0d3224ef24d7d6da42 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 6 Mar 2024 22:20:31 +0100 Subject: [PATCH] Mention the ability to set font-size for notifications (#507) Documents https://github.com/hyprwm/Hyprland/pull/4981 --- pages/Configuring/Using-hyprctl.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/Configuring/Using-hyprctl.md b/pages/Configuring/Using-hyprctl.md index 584087c..8673092 100644 --- a/pages/Configuring/Using-hyprctl.md +++ b/pages/Configuring/Using-hyprctl.md @@ -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.