From f2497fabe6e297bd43e5c7d363e5bfa5ab3b0eed Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Sun, 24 Nov 2024 00:48:41 -0600 Subject: [PATCH] Feather Wallet: add comparison link, dark mode default --- apps/Feather Wallet/description | 2 ++ apps/Feather Wallet/install-32 | 8 ++++++++ apps/Feather Wallet/install-64 | 8 ++++++++ 3 files changed, 18 insertions(+) diff --git a/apps/Feather Wallet/description b/apps/Feather Wallet/description index 73cfb84262..6650a0cd0b 100644 --- a/apps/Feather Wallet/description +++ b/apps/Feather Wallet/description @@ -2,5 +2,7 @@ Store Monero cryptocurrency with Feather Wallet - better experience than Monero Monero is a privacy currency, allowing easy money transfers to others without oppresive governments, hackers, or foreign adversaries knowing how much you sent or to whom. Feather wallet allows you to store your currency securely. Usually this requires downloading the whole blockchain (Around 60gb for a pruned node), but Feather Wallet allows you to connect to remote nodes and will fetch the blockchain data very fast so you can get transacting quickly. It will check a list of nodes speed and pick the fastest one. Chances are if you have used the offical Monero GUI wallet you have experienced crashes, and sometimes annoying bugs. If you want a less buggy, more simple wallet Feather wallet is for you! It just works.... +This site compares Feather to the official Monero wallet software: https://docs.featherwallet.org/guides/features + To run: Menu -> Internet -> Feather Wallet To run in a terminal: /opt/feather.AppImage diff --git a/apps/Feather Wallet/install-32 b/apps/Feather Wallet/install-32 index 45f101452f..3929c1dca8 100755 --- a/apps/Feather Wallet/install-32 +++ b/apps/Feather Wallet/install-32 @@ -15,6 +15,14 @@ sudo cp -f "$(dirname "$0")/icon-64.png" /usr/share/icons/hicolor/64x64/apps/fea sudo update-icon-caches /usr/share/icons/* sudo xdg-icon-resource forceupdate --mode system +#use dark mode by default +if [ ! -f ~/.config/feather/settings.json ];then + mkdir -p ~/.config/feather + echo '{ + "skin": "QDarkStyle" +}' > ~/.config/feather/settings.json +fi + echo "[Desktop Entry] Type=Application Name=Feather Wallet diff --git a/apps/Feather Wallet/install-64 b/apps/Feather Wallet/install-64 index 117b06bb31..62e8d8c120 100755 --- a/apps/Feather Wallet/install-64 +++ b/apps/Feather Wallet/install-64 @@ -15,6 +15,14 @@ sudo cp -f "$(dirname "$0")/icon-64.png" /usr/share/icons/hicolor/64x64/apps/fea sudo update-icon-caches /usr/share/icons/* sudo xdg-icon-resource forceupdate --mode system +#use dark mode by default +if [ ! -f ~/.config/feather/settings.json ];then + mkdir -p ~/.config/feather + echo '{ + "skin": "QDarkStyle" +}' > ~/.config/feather/settings.json +fi + echo "[Desktop Entry] Type=Application Name=Feather Wallet