aboutsummaryrefslogtreecommitdiffstats
path: root/swaynagbar/swaynagbar.1.scd
blob: 4235e2ea03dc39098c96950de23230e140afaccf (plain) (blame)
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
swaynagbar(1)

# NAME

swaynagbar - Show a warning or error message with buttons

# SYNOPSIS

_swaynagbar_ [options...]

# OPTIONS
*-b, --button* <text> <action>
	Create a button with the text _text_ that executes _action_ when pressed.
	Multiple buttons can be defined by providing the flag multiple times.

*-d, --debug*
	Enable debugging.

*-e, --edge top|bottom*
	Set the edge to use.

*-f, --font <font>*
	Set the font to use.

*-h, --help*
	Show help message and quit.

*-m, --message <msg>*
	Set the message text.

*-o, --output <output>*
	Set the output to use. This should be the name of a _xdg\_output_. If
	_xdg\_output\_manager_ is not supported, then the first detected output
	will be used

*-t, --type error|warning*
	Set the message type.

*-v, --version
	Show the version number and quit.