mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
Init:start-nix
This commit is contained in:
4
dotfiles/.config/waybar/scripts/Screenshot-OCR.sh
vendored
Normal file
4
dotfiles/.config/waybar/scripts/Screenshot-OCR.sh
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
## only support EN
|
||||
grim -g "$(slurp)" - | tesseract -l "eng" stdin stdout | wl-copy;notify-send "OCR content copied to clipboard"
|
||||
Reference in New Issue
Block a user