From d3048b56bde9ab980574eec49db332e5cc81b197 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Wed, 15 Oct 2025 10:35:11 -0400 Subject: [PATCH] Consolidate migrations for wl-screenrec + wf-recorder --- migrations/1752885858.sh | 3 --- migrations/1753176520.sh | 3 --- migrations/1755548643.sh | 3 --- migrations/1756060611.sh | 1 - migrations/1760144906.sh | 4 +++- 5 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 migrations/1752885858.sh delete mode 100644 migrations/1753176520.sh delete mode 100644 migrations/1755548643.sh diff --git a/migrations/1752885858.sh b/migrations/1752885858.sh deleted file mode 100644 index 2d2b25a..0000000 --- a/migrations/1752885858.sh +++ /dev/null @@ -1,3 +0,0 @@ -echo "Install slurp + wl-screenrec for new ALT+PrintScreen screen recorder" - -omarchy-pkg-add slurp wl-screenrec diff --git a/migrations/1753176520.sh b/migrations/1753176520.sh deleted file mode 100644 index 186b8a7..0000000 --- a/migrations/1753176520.sh +++ /dev/null @@ -1,3 +0,0 @@ -echo "Install wf-recorder for screen recording for nvidia" - -omarchy-pkg-add wf-recorder diff --git a/migrations/1755548643.sh b/migrations/1755548643.sh deleted file mode 100644 index f98b730..0000000 --- a/migrations/1755548643.sh +++ /dev/null @@ -1,3 +0,0 @@ -echo "Install wf-recorder for intel based device" - -omarchy-pkg-add wf-recorder diff --git a/migrations/1756060611.sh b/migrations/1756060611.sh index b1bc95d..67d819b 100644 --- a/migrations/1756060611.sh +++ b/migrations/1756060611.sh @@ -14,7 +14,6 @@ reinstall_package_opr obsidian-bin obsidian reinstall_package_opr localsend-bin localsend reinstall_package_opr omarchy-chromium-bin omarchy-chromium reinstall_package_opr walker-bin -reinstall_package_opr wl-screenrec reinstall_package_opr python-terminaltexteffects reinstall_package_opr tzupdate reinstall_package_opr typora diff --git a/migrations/1760144906.sh b/migrations/1760144906.sh index 00e3a04..4745b18 100644 --- a/migrations/1760144906.sh +++ b/migrations/1760144906.sh @@ -1,3 +1,5 @@ echo "Change omarchy-screenrecord to use gpu-screen-recorder" omarchy-pkg-drop wf-recorder wl-screenrec -omarchy-pkg-add gpu-screen-recorder + +# Add slurp in case it hadn't been picked up from an old migration +omarchy-pkg-add slurp gpu-screen-recorder