diff --git a/waybar/scripts/Screenshot-Area.sh b/waybar/scripts/Screenshot-Area.sh deleted file mode 100644 index ee12ad2..0000000 --- a/waybar/scripts/Screenshot-Area.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -grim -g "$(slurp)" - | swappy -f - diff --git a/waybar/scripts/Screenshot-Fullscreen.sh b/waybar/scripts/Screenshot-Fullscreen.sh deleted file mode 100644 index ce131b7..0000000 --- a/waybar/scripts/Screenshot-Fullscreen.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -grim - | wl-copy -t image/png;notify-send "Screenshot copied to clipboard" diff --git a/waybar/scripts/Screenshot-Hyprland-Window.sh b/waybar/scripts/Screenshot-Hyprland-Window.sh deleted file mode 100644 index 08305ba..0000000 --- a/waybar/scripts/Screenshot-Hyprland-Window.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -grim -g "$(hyprctl clients -j | jq '.[] | select(.hidden | not) | "\(.at[0]),\(.at[1]) \(.size[0])x\(.size[1])"' -r | slurp)" - | swappy -f - diff --git a/waybar/scripts/Screenshot-OCR.sh b/waybar/scripts/Screenshot-OCR.sh deleted file mode 100644 index eebdf67..0000000 --- a/waybar/scripts/Screenshot-OCR.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -## only support EN -grim -g "$(slurp)" - | tesseract -l "eng" stdin stdout | wl-copy;notify-send "OCR content copied to clipboard" diff --git a/waybar/scripts/Screenshot-sway-Window.sh b/waybar/scripts/Screenshot-sway-Window.sh deleted file mode 100644 index 4d0977c..0000000 --- a/waybar/scripts/Screenshot-sway-Window.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -grim -g "$(swaymsg -t get_tree | jq -r '.. | select(.pid? and .visible?) | .rect | "\(.x),\(.y) \(.width)x\(.height)"' | slurp)" - | swappy -f -