From 2249a92f4bfe30acde7d711ca49f9bf4e32c93c2 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 28 Feb 2025 00:39:40 -0800 Subject: [PATCH] New backup 2025-02-28 00:39:40 --- de/home/.local/bin/aik_launcher | 4 ++++ de/include | 1 + 2 files changed, 5 insertions(+) create mode 100755 de/home/.local/bin/aik_launcher diff --git a/de/home/.local/bin/aik_launcher b/de/home/.local/bin/aik_launcher new file mode 100755 index 0000000..d274868 --- /dev/null +++ b/de/home/.local/bin/aik_launcher @@ -0,0 +1,4 @@ +#!/bin/bash + +desktop_file=$(find ${HOME}/.local/share/applications/ -iname 'appimagekit_*'"${1}"'*.desktop' | head -n1) +gtk-launch "$(basename ${desktop_file/.desktop/})" diff --git a/de/include b/de/include index 04a9923..60a9460 100644 --- a/de/include +++ b/de/include @@ -39,3 +39,4 @@ .local/bin/gocryptfs-wofi .local/bin/diskspace-check .face +.local/bin/aik_launcher