Skip to content

Commit 2b27d37

Browse files
committedApr 20, 2022
update new config for awesomeshot v.1.0.6
1 parent dd52a27 commit 2b27d37

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed
 

‎awesomeshot.conf

+19-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# PATH is same with this variable. Default my phone result file
33
# image PATH on "/sdcard/DCIM/Screenshots". If not same,
44
# you can edit this variable value
5-
#screenshot_result_path="/sdcard/Pictures/ScreenMaster"
6-
screenshot_result_path="/sdcard/DCIM/Screenshots"
5+
screenshot_result_path="/sdcard/Pictures/ScreenMaster"
6+
#screenshot_result_path="/sdcard/DCIM/Screenshots"
77

88
# This variable serves to set the convert image with file type non PNG, change this value
99
# to blank or whatever for disable function and "yes" for enable function.
@@ -60,17 +60,30 @@ convert_rounded="yes"
6060
# This variable serves to set how many rounded corners
6161
border_radius=10
6262

63+
# This variable serves to convert tiny first border (background image) when editing the image,
64+
# change this value to blank or whatever for disable convert and "yes" for enable function
65+
convert_first_border="yes"
66+
67+
# This variable serves to set tiny first border color (background image), change this value
68+
# to "none" for transparent background, if you want to custom the color, you can
69+
# change this value with hex color or use the one in the array list.
70+
first_border_color="${hex_color[0]}"
71+
72+
# This variable serves to set how many size of the first border
73+
# NOTE: make sure this value is small, otherwise it will look weird
74+
first_border_size=7
75+
6376
# This variable serves to convert border (background image) when editing the image,
6477
# change this value to blank or whatever for disable convert and "yes" for enable function
65-
convert_border="yes"
78+
convert_second_border="yes"
6679

6780
# This variable serves to set border color (background image), change this value
6881
# to "none" for transparent background, if you want to custom the color, you can
6982
# change this value with hex color or use the one in the array list.
70-
border_color="${hex_color[0]}"
83+
second_border_color="${hex_color[0]}"
7184

72-
# This variable serves to set how many size of the border
73-
border_size=50
85+
# This variable serves to set how many size of the second border
86+
second_border_size=50
7487

7588
# This variable serves to convert the shadow of image, change this value
7689
# to blank or whatever for disable function and "yes" for enable function.

0 commit comments

Comments
 (0)