From 2b25f8e7ddb4a4b748b3843fbed0c9394ae8aa89 Mon Sep 17 00:00:00 2001 From: Cristian Miranda Date: Fri, 1 Mar 2024 10:31:53 -0300 Subject: [PATCH] :fire: chrome: remove custom launchers --- .gitignore | 7 +++---- home/bin/chrome | 3 --- home/bin/chromium | 3 --- 3 files changed, 3 insertions(+), 10 deletions(-) delete mode 100755 home/bin/chrome delete mode 100755 home/bin/chromium diff --git a/.gitignore b/.gitignore index ef0f5c68..8387820c 100644 --- a/.gitignore +++ b/.gitignore @@ -57,10 +57,9 @@ home/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml .gitsecret/keys/random_seed !*.secret -# Steam games icons -home/**/steam_icon_*.png - -# Distrobox icons +# Icons +home/.local/share/icons/**/steam_icon_*.png +home/.local/share/icons/**/chrome*.png home/.local/share/icons/distrobox # NeoVim compiled files diff --git a/home/bin/chrome b/home/bin/chrome deleted file mode 100755 index 5951363d..00000000 --- a/home/bin/chrome +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -/home/cmiranda/.local/bin/chromium/latest/chrome diff --git a/home/bin/chromium b/home/bin/chromium deleted file mode 100755 index 5951363d..00000000 --- a/home/bin/chromium +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -/home/cmiranda/.local/bin/chromium/latest/chrome