Skip to content

Commit d27f322

Browse files
committedApr 18, 2022
default config for awesomeshot
1 parent 2958855 commit d27f322

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed
 

‎awesomeshot.conf

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Make sure when your phone screenshot the result file image
22
# 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,
44
# 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"
611

712
# This variable serves to function to backup original photo
813
# (screenshot result), change this value to blank or whatever for disable
914
# function and "yes" for enable function
1015
backup="yes"
1116

1217
# This variable serves to set the original photo backup PATH
13-
path_backup="${HOME}/.config/awesomeshot/backup"
18+
path_backup="/sdcard/DCIM/awesomeshot"
1419

1520
# Array Hex Color
1621
hex_color=(
@@ -42,6 +47,10 @@ add_on_img=""
4247
width_img=500
4348
height_img=1000
4449

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+
4554
# This variable serves to convert rounded corner, change this value
4655
# to blank or whatever for disable convert and "yes" for enable function
4756
convert_rounded="yes"
@@ -119,11 +128,6 @@ footer_foreground="${hex_color[1]}"
119128
# change this value with hex color or use the one in the array list.
120129
footer_background="none"
121130

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-
127131
# This variable serves to open the result of image (when editing finished), change this value
128132
# to blank or whatever for disable function and "yes" for enable function.
129133
open_image=""

0 commit comments

Comments
 (0)