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
|`--font-size` or `-f`| Set custom default font size (default is 13) |
171
+
|`--fixed-font-size`| Ignores font size hints |
172
+
|`--no-sound` or `-s`| Enable silent mode |
173
+
|`--help`| Displays help text |
174
+
175
+
> [!IMPORTANT]
176
+
> It is recommended to set the Hyprland default `font-family` to be `monospace` on hyprland.conf misc section. Otherwise you may experience unusual spacing and padding. See here: https://wiki.hyprland.org/Configuring/Variables/#misc
159
177
160
178
### Examples
161
179
162
180
Send a notification:
163
181
```sh
164
182
notify-send "Hello, World!"
165
183
```
184
+
Send a notification with body text:
185
+
```sh
186
+
notify-send "Chat?""Is this real"
187
+
```
166
188
Add a font-size hint:
167
189
```sh
168
190
notify-send "This is very big!" -h int:x-hyprnotify-font-size:40
@@ -172,8 +194,8 @@ Add an urgency hint and last for 20 seconds:
172
194
notify-send "This is serious stuff!" -u critical -t 20000
0 commit comments