From 9d3e3afa44344232ac7405b5d1c3bf4e77f97606 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Wed, 2 Jul 2025 15:21:56 +0200 Subject: [PATCH] add a run that generate desktop files for webapps, needs dotfile script and chromium --- runs/01-system-setup/10-webapps | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 runs/01-system-setup/10-webapps diff --git a/runs/01-system-setup/10-webapps b/runs/01-system-setup/10-webapps new file mode 100755 index 0000000..4491749 --- /dev/null +++ b/runs/01-system-setup/10-webapps @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# This script must run after 06-new-dotfiles since it uses web2app script that +# is present in my dotfiles + +web2app "WhatsApp" https://web.whatsapp.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/whatsapp.png +web2app "YouTube" https://youtube.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/youtube.png +web2app "Spotify" https://open.spotify.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/spotify.png +web2app "GitHub" https://github.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/github-light.png +web2app "ChatGPT" https://chatgpt.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/chatgpt.png