This commit is contained in:
2024-02-27 02:25:37 +01:00
parent 67a44a5ff8
commit 6d92c68425
14 changed files with 265 additions and 89 deletions

4
hyprland/scripts/zbarcpy.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
I="$(grimblast --freeze save area - | zbarimg --raw --oneshot --quiet -)"
wl-copy "$I"
notify-send "Copied" "$I"