aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag/swaynag.1.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-07-29 22:42:03 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-08-01 22:47:54 -0400
commite01acb6097b583fcf2f6d0e0afe1bd878dd9b683 (patch)
treecf3e715870bb22d9ef7d5bee9457fdcc70e31ee2 /swaynag/swaynag.1.scd
parentswaynag: add math to meson.build (diff)
downloadsway-e01acb6097b583fcf2f6d0e0afe1bd878dd9b683.tar.gz
sway-e01acb6097b583fcf2f6d0e0afe1bd878dd9b683.tar.zst
sway-e01acb6097b583fcf2f6d0e0afe1bd878dd9b683.zip
swaynag: allow more config options
Diffstat (limited to 'swaynag/swaynag.1.scd')
-rw-r--r--swaynag/swaynag.1.scd46
1 files changed, 42 insertions, 4 deletions
diff --git a/swaynag/swaynag.1.scd b/swaynag/swaynag.1.scd
index 7d250a45..12787c3c 100644
--- a/swaynag/swaynag.1.scd
+++ b/swaynag/swaynag.1.scd
@@ -45,14 +45,12 @@ _swaynag_ [options...]
45 Set the message text. 45 Set the message text.
46 46
47*-o, --output* <output> 47*-o, --output* <output>
48 Set the output to use. This should be the name of a _xdg\_output_. If 48 Set the output to use. This should be the name of a _xdg\_output_.
49 _xdg\_output\_manager_ is not supported, then the first detected output
50 will be used
51 49
52*-s, --dismiss-button* <text> 50*-s, --dismiss-button* <text>
53 Sets the text for the dismiss nagbar button. The default is _X_. 51 Sets the text for the dismiss nagbar button. The default is _X_.
54 52
55*-t, --type* 53*-t, --type* <type>
56 Set the message type. Two types are created by default _error_ and 54 Set the message type. Two types are created by default _error_ and
57 _warning_. Custom types can be defined in the config file. See 55 _warning_. Custom types can be defined in the config file. See
58 _--config_ and swaynag(5) for details. Both of the default types can be 56 _--config_ and swaynag(5) for details. Both of the default types can be
@@ -61,5 +59,45 @@ _swaynag_ [options...]
61*-v, --version* 59*-v, --version*
62 Show the version number and quit. 60 Show the version number and quit.
63 61
62# APPEARANCE OPTIONS
63*--background* <RRGGBB[AA]>
64 Set the color of the background.
65
66*--border* <RRGGBB[AA]>
67 Set the color of the border.
68
69*--border-bottom* <RRGGBB[AA]>
70 Set the color of the bottom border.
71
72*--button-background* <RRGGBB[AA]>
73 Set the color for the background for buttons.
74
75*--text* <RRGGBB[AA]>
76 Set the text color.
77
78*--border-bottom-size* <size>
79 Set the thickness of the bottom border.
80
81*--message-padding* <padding>
82 Set the padding for the message.
83
84*--details-border-size* <size>
85 Set the thickness for the details border.
86
87*--button-border-size* <size>
88 Set the thickness for the button border.
89
90*--button-gap* <gap>
91 Set the size of the gap between buttons.
92
93*--button-dismiss-gap* <gap>
94 Set the size of the gap between the dismiss button and another button.
95
96*--button-margin-right* <margin>
97 Set the margin from the right of the dismiss button to edge.
98
99*--button-padding* <padding>
100 Set the padding for the button text.
101
64# SEE 102# SEE
65swaynag(5) 103swaynag(5)