fixed filepaths and removed all cmake files
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# simple_rofi_ocr.sh - A simplified script to search OCR'd screenshots with rofi
|
||||
|
||||
# Database location
|
||||
DB_PATH="$HOME/screenshot_ocr.db"
|
||||
DB_PATH="${XDG_DATA_HOME:-$HOME/.local/share}/screenshot-gallery/screenshot_ocr.db"
|
||||
|
||||
# Check if database exists
|
||||
if [ ! -f "$DB_PATH" ]; then
|
||||
|
||||
Reference in New Issue
Block a user