Skip to content

Commit

Permalink
default config for awesomeshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nihsx committed Apr 18, 2022
1 parent 2958855 commit d27f322
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions awesomeshot.conf
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# 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
# function and "yes" for enable function
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=(
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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=""

0 comments on commit d27f322

Please sign in to comment.