Add colorpicker
This commit is contained in:
parent
6085c9f417
commit
1a40104856
4 changed files with 10 additions and 2 deletions
.bin
|
@ -38,7 +38,7 @@ call_screenshot_tool() {
|
|||
flameshot)
|
||||
result=$(flameshot gui -r | tee $screenshot_path | wc -c) ;;
|
||||
grim)
|
||||
result=$(grim -g "$(slurp)" - | tee $screenshot_path | wc -c) ;;
|
||||
result=$(grim -g "$(slurp -c bd93f9)" - | tee $screenshot_path | wc -c) ;;
|
||||
*)
|
||||
echo "Unknown screenshot tool: $tool"
|
||||
return 1 ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue