From 05da66e888238a53764036388bf48b1b0be4d73e Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Wed, 15 Apr 2026 11:45:34 +0200 Subject: [PATCH] Remove some gtk installation --- install.org | 10 ---------- scripts/install-main.sh | 8 -------- 2 files changed, 18 deletions(-) diff --git a/install.org b/install.org index 134618c..656b56b 100644 --- a/install.org +++ b/install.org @@ -330,21 +330,11 @@ Enable Syncthing: systemctl --user enable --now syncthing #+end_src -** GTK Theme - -#+begin_src bash -echo "==> GTK Theme" -paru -S --needed \ - lxappearance \ - gtk2fontsel -#+end_src - ** Misc Utilities #+begin_src bash echo "==> Misc Utilities" paru -S --needed \ - screenkey \ xwallpaper \ highlight-pointer-git \ mpd diff --git a/scripts/install-main.sh b/scripts/install-main.sh index 093ea2a..d736866 100755 --- a/scripts/install-main.sh +++ b/scripts/install-main.sh @@ -101,16 +101,8 @@ paru -S --needed \ yt-dlp \ python ipython python-pip -echo "==> GTK Theme" -paru -S --needed \ - lxappearance \ - arc-gtk-theme \ - xcursor-breeze \ - gtk2fontsel - echo "==> Misc Utilities" paru -S --needed \ - screenkey \ xwallpaper \ highlight-pointer-git \ mpd