File tree 3 files changed +2
-26
lines changed
3 files changed +2
-26
lines changed Original file line number Diff line number Diff line change @@ -138,19 +138,6 @@ first_border_color="${hex_color[0]}"
138
138
# NOTE: make sure this value is small, otherwise it will look weird
139
139
first_border_size=7
140
140
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
-
154
141
# This variable serves to convert border (background image) when editing the image,
155
142
# change this value to blank or whatever for disable convert and "yes" for enable function
156
143
convert_second_border="yes"
Original file line number Diff line number Diff line change @@ -177,12 +177,14 @@ change this value with hex color or use the one in the array list.
177
177
.TP
178
178
179
179
\fB \/ titlebar_text_background \fR
180
+ .IP
180
181
This variable serves to set titlebar text background color (background text), change this value
181
182
to "none" for transparent background, if you want to custom the color, you can
182
183
change this value with hex color or use the one in the array list.
183
184
.TP
184
185
185
186
\fB \/ titlebar_text_font \fR
187
+ .IP
186
188
This variable serves to set the font used when converting, you can check the list font
187
189
available to use for ImageMagick by command:
188
190
.IP
Original file line number Diff line number Diff line change @@ -114,19 +114,6 @@ first_border_color="${hex_color[0]}"
114
114
# NOTE: make sure this value is small, otherwise it will look weird
115
115
first_border_size=7
116
116
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
-
130
117
# This variable serves to convert border (background image) when editing the image,
131
118
# change this value to blank or whatever for disable convert and "yes" for enable function
132
119
convert_second_border="yes"
You can’t perform that action at this time.
0 commit comments