From 7343a15f123c78d7c29ff7a189798de689869026 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Fri, 7 Mar 2025 00:41:38 -0300 Subject: Initial commit. --- .../.local/share/applications/auxilium.desktop | 9 +++++++++ desktop-common/.local/share/applications/fast.desktop | 9 +++++++++ desktop-common/.local/share/applications/kindle.desktop | 9 +++++++++ desktop-common/.local/share/icons/cross.png | Bin 0 -> 4535 bytes desktop-common/.local/share/icons/kindle.png | Bin 0 -> 11315 bytes desktop-common/.local/share/icons/st-benedict-cross.png | Bin 0 -> 25949 bytes 6 files changed, 27 insertions(+) create mode 100644 desktop-common/.local/share/applications/auxilium.desktop create mode 100644 desktop-common/.local/share/applications/fast.desktop create mode 100644 desktop-common/.local/share/applications/kindle.desktop create mode 100644 desktop-common/.local/share/icons/cross.png create mode 100644 desktop-common/.local/share/icons/kindle.png create mode 100644 desktop-common/.local/share/icons/st-benedict-cross.png (limited to 'desktop-common/.local/share') diff --git a/desktop-common/.local/share/applications/auxilium.desktop b/desktop-common/.local/share/applications/auxilium.desktop new file mode 100644 index 0000000..ffe7553 --- /dev/null +++ b/desktop-common/.local/share/applications/auxilium.desktop @@ -0,0 +1,9 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Type=Application +Name=Auxilium Christianorum +GenericName=Auxilium Christianorum +Exec=surf http://www.hitektek.com/auxilium +Icon=st-benedict-cross +Terminal=false +Categories=Network;WebBrowser; diff --git a/desktop-common/.local/share/applications/fast.desktop b/desktop-common/.local/share/applications/fast.desktop new file mode 100644 index 0000000..011b9a6 --- /dev/null +++ b/desktop-common/.local/share/applications/fast.desktop @@ -0,0 +1,9 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Type=Application +Name=FAST +GenericName=Internet Speed Measurement +Exec=surf https://fast.com/ +Icon=applications-internet +Terminal=false +Categories=Network;WebBrowser; diff --git a/desktop-common/.local/share/applications/kindle.desktop b/desktop-common/.local/share/applications/kindle.desktop new file mode 100644 index 0000000..2c72c09 --- /dev/null +++ b/desktop-common/.local/share/applications/kindle.desktop @@ -0,0 +1,9 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Type=Application +Name=Kindle Reader +GenericName=Kindle Reader +Exec=/usr/bin/surf https://ler.amazon.com.br/kindle-library +Icon=kindle +Terminal=false +Categories=Books; Reading; diff --git a/desktop-common/.local/share/icons/cross.png b/desktop-common/.local/share/icons/cross.png new file mode 100644 index 0000000..7cea122 Binary files /dev/null and b/desktop-common/.local/share/icons/cross.png differ diff --git a/desktop-common/.local/share/icons/kindle.png b/desktop-common/.local/share/icons/kindle.png new file mode 100644 index 0000000..344f89a Binary files /dev/null and b/desktop-common/.local/share/icons/kindle.png differ diff --git a/desktop-common/.local/share/icons/st-benedict-cross.png b/desktop-common/.local/share/icons/st-benedict-cross.png new file mode 100644 index 0000000..0fc01ba Binary files /dev/null and b/desktop-common/.local/share/icons/st-benedict-cross.png differ -- cgit v1.2.3