Initial commit

This commit is contained in:
2026-07-02 15:56:21 +02:00
commit 4529a3c472
92 changed files with 13593 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/zsh
JOPLIN_DEST=$(busctl --user list | grep "joplin" | awk '{print $1}' | sort -V | sed -n -e '2p')
if [ -n "$JOPLIN_DEST" ]; then
busctl --user call "$JOPLIN_DEST" /StatusNotifierItem org.kde.StatusNotifierItem Activate ii 0 0
else
exec gtk-launch joplin.desktop
fi