|
1 | 1 | # Make sure when your phone screenshot the result file image
|
2 | 2 | # PATH is same with this variable. Default my phone result file
|
3 |
| -# image PATH on "/sdcard/Pictures/Screenshots". If not same, |
| 3 | +# image PATH on "/sdcard/DCIM/Screenshots". If not same, |
4 | 4 | # you can edit this variable value
|
5 |
| -screenshot_result_path="/sdcard/Pictures/Screenshots" |
| 5 | +screenshot_result_path="/sdcard/DCIM/Screenshots" |
| 6 | + |
| 7 | +# This variable serves to set the convert image with file type non PNG, change this value |
| 8 | +# to blank or whatever for disable function and "yes" for enable function. |
| 9 | +# Convert to PNG if file not PNG |
| 10 | +convert_to_png="yes" |
6 | 11 |
|
7 | 12 | # This variable serves to function to backup original photo
|
8 | 13 | # (screenshot result), change this value to blank or whatever for disable
|
9 | 14 | # function and "yes" for enable function
|
10 | 15 | backup="yes"
|
11 | 16 |
|
12 | 17 | # This variable serves to set the original photo backup PATH
|
13 |
| -path_backup="${HOME}/.config/awesomeshot/backup" |
| 18 | +path_backup="/sdcard/DCIM/awesomeshot" |
14 | 19 |
|
15 | 20 | # Array Hex Color
|
16 | 21 | hex_color=(
|
@@ -42,6 +47,10 @@ add_on_img=""
|
42 | 47 | width_img=500
|
43 | 48 | height_img=1000
|
44 | 49 |
|
| 50 | +# This variable serves to set titlebar color, if you want to custom the color, you can |
| 51 | +# change this value with hex color or use the one in the array list. |
| 52 | +titlebar_color="${hex_color[0]}" |
| 53 | + |
45 | 54 | # This variable serves to convert rounded corner, change this value
|
46 | 55 | # to blank or whatever for disable convert and "yes" for enable function
|
47 | 56 | convert_rounded="yes"
|
@@ -119,11 +128,6 @@ footer_foreground="${hex_color[1]}"
|
119 | 128 | # change this value with hex color or use the one in the array list.
|
120 | 129 | footer_background="none"
|
121 | 130 |
|
122 |
| -# This variable serves to set the convert image with file type non PNG, change this value |
123 |
| -# to blank or whatever for disable function and "yes" for enable function. |
124 |
| -# Convert to PNG if file not PNG |
125 |
| -convert_to_png="yes" |
126 |
| - |
127 | 131 | # This variable serves to open the result of image (when editing finished), change this value
|
128 | 132 | # to blank or whatever for disable function and "yes" for enable function.
|
129 | 133 | open_image=""
|
0 commit comments