Skip to content

Commit aee4638

Browse files
committed
awesomeshot
1 parent f95c501 commit aee4638

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.local/bin/awesomeshot

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ SHADOW_COLOR_LIGHT="#FFFFFF"
3131
### Border
3232
BORDER_COLOR=""
3333
BORDER_COLOR_DARK="#373E4D"
34-
BORDER_COLOR_LIGHT="#ABB2BF"
34+
BORDER_COLOR_LIGHT="#A8D7FE"
35+
BORDER_ROUNDED=15
3536

3637
### Footer
3738
FOOTER_FOREGROUND_COLOR=""
@@ -96,7 +97,7 @@ function magickrounded() {
9697
\( \
9798
+clone \
9899
-alpha extract -draw \
99-
'fill black polygon 0,0 0,10 10,0 fill white circle 10,10 10,0' \
100+
"fill black polygon 0,0 0,${BORDER_ROUNDED} ${BORDER_ROUNDED},0 fill white circle ${BORDER_ROUNDED},${BORDER_ROUNDED} ${BORDER_ROUNDED},0" \
100101
\( +clone -flip \) \
101102
-compose Multiply -composite \
102103
\( +clone -flop \) \

0 commit comments

Comments
 (0)