mirror of
https://github.com/Dichgrem/dotfiles.git
synced 2025-08-01 17:29:31 -04:00
add:waybar
This commit is contained in:
4
waybar/scripts/Screenshot-OCR.sh
Normal file
4
waybar/scripts/Screenshot-OCR.sh
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