diff --git a/awesomeshot.conf b/awesomeshot.conf index 51c264c..43f0c1f 100644 --- a/awesomeshot.conf +++ b/awesomeshot.conf @@ -1,8 +1,13 @@ # Make sure when your phone screenshot the result file image # PATH is same with this variable. Default my phone result file -# image PATH on "/sdcard/Pictures/Screenshots". If not same, +# image PATH on "/sdcard/DCIM/Screenshots". If not same, # you can edit this variable value -screenshot_result_path="/sdcard/Pictures/Screenshots" +screenshot_result_path="/sdcard/DCIM/Screenshots" + +# This variable serves to set the convert image with file type non PNG, change this value +# to blank or whatever for disable function and "yes" for enable function. +# Convert to PNG if file not PNG +convert_to_png="yes" # This variable serves to function to backup original photo # (screenshot result), change this value to blank or whatever for disable @@ -10,7 +15,7 @@ screenshot_result_path="/sdcard/Pictures/Screenshots" backup="yes" # This variable serves to set the original photo backup PATH -path_backup="${HOME}/.config/awesomeshot/backup" +path_backup="/sdcard/DCIM/awesomeshot" # Array Hex Color hex_color=( @@ -42,6 +47,10 @@ add_on_img="" width_img=500 height_img=1000 +# This variable serves to set titlebar color, if you want to custom the color, you can +# change this value with hex color or use the one in the array list. +titlebar_color="${hex_color[0]}" + # This variable serves to convert rounded corner, change this value # to blank or whatever for disable convert and "yes" for enable function convert_rounded="yes" @@ -119,11 +128,6 @@ footer_foreground="${hex_color[1]}" # change this value with hex color or use the one in the array list. footer_background="none" -# This variable serves to set the convert image with file type non PNG, change this value -# to blank or whatever for disable function and "yes" for enable function. -# Convert to PNG if file not PNG -convert_to_png="yes" - # This variable serves to open the result of image (when editing finished), change this value # to blank or whatever for disable function and "yes" for enable function. open_image=""