-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sxalert.1
45 lines (27 loc) · 921 Bytes
/
sxalert.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.\" Manpage for sxalert
.TH man 8 "11 Nov 2023" "0.1" "sxalert manual page"
.SH NAME
sxalert \- Simple X Alert
.SH SYNOPSIS
sxalert [OPTIONS] "First line" "Second line" "Third line"
.SH DESCRIPTION
sxalert will draw text as a notification for X
.SH OPTIONS
-t text color in hex
-g background color in hex
-r border color in hex
-b border width in pixels
-d duration in milliseconds
-h print help panel & exit
-v print version & exit
.SH EXAMPLES
This will print the string "Updates available":
sxalert "Updates avalailable"
The following will also print "Updates available" but will specify text color to be red, background to be black and border width to be 0:
sxlaert -t 0xff0000 -g 0x000000 -b 0 "Updates available"
These will overwrite the defaults specified in config.h
.SH AUTHOR
Michael Constantine Dimopoulos <[email protected]>
https://mcdim.xyz
.SH LICENSE
GNU General Public License 3.0 (GPL-3.0)