From b751c893276c820483602319d0dc04787ae778f3 Mon Sep 17 00:00:00 2001 From: xShin <66439853+nihsx@users.noreply.github.com> Date: Tue, 26 Apr 2022 23:48:09 +0700 Subject: [PATCH 1/3] awesomeshot: fix double variable (#12) * add first border function * update new config for awesomeshot v.1.0.6 * update help argument for awesomeshot v.1.0.7 * update man (manual) page version * fix backup original photo v.1.0.8 * update man (manual) page v1.0.8 * update man (manual) page v1.0.8 * update man (manual) page v1.0.8 | without new line * awesomeshot: update v.1.0.9 - titlebar text * awesomeshot: update man (manual) page v.1.0.9 * awesomeshot: default config v.1.0.9 * awesomeshot: fix default config --- awesomeshot | 2 +- awesomeshot.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awesomeshot b/awesomeshot index 3f7fba1..3c02b50 100755 --- a/awesomeshot +++ b/awesomeshot @@ -140,7 +140,7 @@ first_border_size=7 # This variable serves to convert tiny first border (background image) when editing the image, # change this value to blank or whatever for disable convert and "yes" for enable function -convert_first_border="yes" +convert_first_border="" # This variable serves to set tiny first border color (background image), change this value # to "none" for transparent background, if you want to custom the color, you can diff --git a/awesomeshot.conf b/awesomeshot.conf index 942dd8f..eac2ea4 100644 --- a/awesomeshot.conf +++ b/awesomeshot.conf @@ -116,7 +116,7 @@ first_border_size=7 # This variable serves to convert tiny first border (background image) when editing the image, # change this value to blank or whatever for disable convert and "yes" for enable function -convert_first_border="yes" +convert_first_border="" # This variable serves to set tiny first border color (background image), change this value # to "none" for transparent background, if you want to custom the color, you can From 38016a1a074be7ba78713e42c9f9e77cd3524920 Mon Sep 17 00:00:00 2001 From: nihsx Date: Tue, 26 Apr 2022 23:58:07 +0700 Subject: [PATCH 2/3] awesomeshot: update man (manual) page v.1.0.9 --- awesomeshot | 13 ------------- awesomeshot.1 | 2 ++ awesomeshot.conf | 13 ------------- 3 files changed, 2 insertions(+), 26 deletions(-) diff --git a/awesomeshot b/awesomeshot index 3c02b50..90635e5 100755 --- a/awesomeshot +++ b/awesomeshot @@ -138,19 +138,6 @@ first_border_color="${hex_color[0]}" # NOTE: make sure this value is small, otherwise it will look weird first_border_size=7 -# This variable serves to convert tiny first border (background image) when editing the image, -# change this value to blank or whatever for disable convert and "yes" for enable function -convert_first_border="" - -# This variable serves to set tiny first border color (background image), change this value -# to "none" for transparent background, if you want to custom the color, you can -# change this value with hex color or use the one in the array list. -first_border_color="${hex_color[0]}" - -# This variable serves to set how many size of the first border -# NOTE: make sure this value is small, otherwise it will look weird -first_border_size=7 - # This variable serves to convert border (background image) when editing the image, # change this value to blank or whatever for disable convert and "yes" for enable function convert_second_border="yes" diff --git a/awesomeshot.1 b/awesomeshot.1 index 0b7ae9e..74a67ab 100644 --- a/awesomeshot.1 +++ b/awesomeshot.1 @@ -177,12 +177,14 @@ change this value with hex color or use the one in the array list. .TP \fB\/titlebar_text_background\fR +.IP This variable serves to set titlebar text background color (background text), change this value to "none" for transparent background, if you want to custom the color, you can change this value with hex color or use the one in the array list. .TP \fB\/titlebar_text_font\fR +.IP This variable serves to set the font used when converting, you can check the list font available to use for ImageMagick by command: .IP diff --git a/awesomeshot.conf b/awesomeshot.conf index eac2ea4..566308c 100644 --- a/awesomeshot.conf +++ b/awesomeshot.conf @@ -114,19 +114,6 @@ first_border_color="${hex_color[0]}" # NOTE: make sure this value is small, otherwise it will look weird first_border_size=7 -# This variable serves to convert tiny first border (background image) when editing the image, -# change this value to blank or whatever for disable convert and "yes" for enable function -convert_first_border="" - -# This variable serves to set tiny first border color (background image), change this value -# to "none" for transparent background, if you want to custom the color, you can -# change this value with hex color or use the one in the array list. -first_border_color="${hex_color[0]}" - -# This variable serves to set how many size of the first border -# NOTE: make sure this value is small, otherwise it will look weird -first_border_size=7 - # This variable serves to convert border (background image) when editing the image, # change this value to blank or whatever for disable convert and "yes" for enable function convert_second_border="yes" From 13a20a4f82d432687c3293ae334e9b7a1d173cd5 Mon Sep 17 00:00:00 2001 From: nihsx Date: Wed, 25 May 2022 15:51:12 +0700 Subject: [PATCH 3/3] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faec3a5..939a407 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Awesomeshot is command-line screenshot tool written in bash 5.1.16+. Awesomeshot editing automatically your screenshot. -awesomeshot +awesomeshot ## More: - [Wiki](https://github.com/mayTermux/awesomeshot/wiki)