dotfiles/hyprland/scripts/zbarcpy.sh

5 lines
125 B
Bash
Raw Permalink Normal View History

2024-02-27 02:25:37 +01:00
#!/bin/bash
I="$(grimblast --freeze save area - | zbarimg --raw --oneshot --quiet -)"
wl-copy "$I"
notify-send "Copied" "$I"