From 9b3c78971c81e03d1c6e0a34c098a2f2a39baf59 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 22 Apr 2024 15:45:02 -0600 Subject: [PATCH] New backup 2024-04-22 15:45:02 --- de/home/.config/smm2/blueprints/sway-screenshot/config | 1 - de/home/.config/smm2/blueprints/sway-screenshot/deps | 1 - de/home/.config/smm2/blueprints/sway-screenshot/install.sh | 6 ------ 3 files changed, 8 deletions(-) delete mode 100644 de/home/.config/smm2/blueprints/sway-screenshot/config delete mode 100644 de/home/.config/smm2/blueprints/sway-screenshot/deps delete mode 100755 de/home/.config/smm2/blueprints/sway-screenshot/install.sh diff --git a/de/home/.config/smm2/blueprints/sway-screenshot/config b/de/home/.config/smm2/blueprints/sway-screenshot/config deleted file mode 100644 index 1ee74b8..0000000 --- a/de/home/.config/smm2/blueprints/sway-screenshot/config +++ /dev/null @@ -1 +0,0 @@ -requires_sudo= diff --git a/de/home/.config/smm2/blueprints/sway-screenshot/deps b/de/home/.config/smm2/blueprints/sway-screenshot/deps deleted file mode 100644 index b1b8a70..0000000 --- a/de/home/.config/smm2/blueprints/sway-screenshot/deps +++ /dev/null @@ -1 +0,0 @@ -jq grim slurp wl-clipboard libnotify4 imagemagick diff --git a/de/home/.config/smm2/blueprints/sway-screenshot/install.sh b/de/home/.config/smm2/blueprints/sway-screenshot/install.sh deleted file mode 100755 index bbfd6ad..0000000 --- a/de/home/.config/smm2/blueprints/sway-screenshot/install.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -git clone https://github.com/Gustash/sway-screenshot.git -sed -i 's;/usr/bin/env sh;/usr/bin/env bash;' sway-screenshot/sway-screenshot -mv ./sway-screenshot/sway-screenshot $HOME/.local/bin -chmod +x $HOME/.local/bin/sway-screenshot