Skip to content

Commit 38016a1

Browse files
committed
awesomeshot: update man (manual) page v.1.0.9
1 parent b751c89 commit 38016a1

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

awesomeshot

-13
Original file line numberDiff line numberDiff line change
@@ -138,19 +138,6 @@ first_border_color="${hex_color[0]}"
138138
# NOTE: make sure this value is small, otherwise it will look weird
139139
first_border_size=7
140140
141-
# This variable serves to convert tiny first border (background image) when editing the image,
142-
# change this value to blank or whatever for disable convert and "yes" for enable function
143-
convert_first_border=""
144-
145-
# This variable serves to set tiny first border color (background image), change this value
146-
# to "none" for transparent background, if you want to custom the color, you can
147-
# change this value with hex color or use the one in the array list.
148-
first_border_color="${hex_color[0]}"
149-
150-
# This variable serves to set how many size of the first border
151-
# NOTE: make sure this value is small, otherwise it will look weird
152-
first_border_size=7
153-
154141
# This variable serves to convert border (background image) when editing the image,
155142
# change this value to blank or whatever for disable convert and "yes" for enable function
156143
convert_second_border="yes"

awesomeshot.1

+2
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,14 @@ change this value with hex color or use the one in the array list.
177177
.TP
178178

179179
\fB\/titlebar_text_background\fR
180+
.IP
180181
This variable serves to set titlebar text background color (background text), change this value
181182
to "none" for transparent background, if you want to custom the color, you can
182183
change this value with hex color or use the one in the array list.
183184
.TP
184185

185186
\fB\/titlebar_text_font\fR
187+
.IP
186188
This variable serves to set the font used when converting, you can check the list font
187189
available to use for ImageMagick by command:
188190
.IP

awesomeshot.conf

-13
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,6 @@ first_border_color="${hex_color[0]}"
114114
# NOTE: make sure this value is small, otherwise it will look weird
115115
first_border_size=7
116116

117-
# This variable serves to convert tiny first border (background image) when editing the image,
118-
# change this value to blank or whatever for disable convert and "yes" for enable function
119-
convert_first_border=""
120-
121-
# This variable serves to set tiny first border color (background image), change this value
122-
# to "none" for transparent background, if you want to custom the color, you can
123-
# change this value with hex color or use the one in the array list.
124-
first_border_color="${hex_color[0]}"
125-
126-
# This variable serves to set how many size of the first border
127-
# NOTE: make sure this value is small, otherwise it will look weird
128-
first_border_size=7
129-
130117
# This variable serves to convert border (background image) when editing the image,
131118
# change this value to blank or whatever for disable convert and "yes" for enable function
132119
convert_second_border="yes"

0 commit comments

Comments
 (0)