From c2df7707ee43503e737ded1b0cb9d165f12c1d7c Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Thu, 19 Jun 2025 23:41:02 -0400 Subject: [PATCH 1/4] Switch default from discord to equibop for wayland client --- recipes/components/default-flatpak.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/components/default-flatpak.yml b/recipes/components/default-flatpak.yml index da6fc3a..ff80cc6 100644 --- a/recipes/components/default-flatpak.yml +++ b/recipes/components/default-flatpak.yml @@ -10,4 +10,4 @@ modules: user: install: - one.ablaze.floorp - - com.discordapp.Discord \ No newline at end of file + - io.github.equicord.equibop \ No newline at end of file -- 2.39.5 From fd295b21e920b583820e6af5058230bd52b2a950 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Thu, 19 Jun 2025 23:41:56 -0400 Subject: [PATCH 2/4] Added image viewer to flatpaks --- recipes/components/default-flatpak.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/components/default-flatpak.yml b/recipes/components/default-flatpak.yml index ff80cc6..14482f3 100644 --- a/recipes/components/default-flatpak.yml +++ b/recipes/components/default-flatpak.yml @@ -7,6 +7,7 @@ modules: - io.missioncenter.MissionCenter - io.github.flattool.Ignition - net.davidotek.pupgui2 + - org.gnome.Loupe user: install: - one.ablaze.floorp -- 2.39.5 From 46a54506f2e5a3ca7035e9d8320a93cbf0bfcfdf Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Thu, 19 Jun 2025 23:57:35 -0400 Subject: [PATCH 3/4] Removed Signon and pulse audio stuffs as they were not in use --- recipes/components/dnf-module.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/recipes/components/dnf-module.yml b/recipes/components/dnf-module.yml index 11c675b..af299bd 100644 --- a/recipes/components/dnf-module.yml +++ b/recipes/components/dnf-module.yml @@ -22,14 +22,6 @@ modules: - kwalletmanager - pam-kwallet - # signon - - signon - - signon-kwallet-extension - - signon-plugin-oauth2 - - signon-qt5 - - signon-qt6 - - signon-ui - # hyprland - hyprland-git - hyprpanel @@ -66,8 +58,6 @@ modules: # sound - wireplumber - pipewire - - pamixer - - pulseaudio-utils # networking - bluez -- 2.39.5 From 07adaa0438e4d36545a3fdd51ab50e6fb1bc804b Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Thu, 19 Jun 2025 23:58:19 -0400 Subject: [PATCH 4/4] Removed some spare theming packages and sqlite as they were not in use --- recipes/components/dnf-module.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/recipes/components/dnf-module.yml b/recipes/components/dnf-module.yml index af299bd..bee9d7c 100644 --- a/recipes/components/dnf-module.yml +++ b/recipes/components/dnf-module.yml @@ -106,16 +106,11 @@ modules: # theme and GUI - fontawesome-fonts-all - gnome-themes-extra - - gnome-icon-theme - - paper-icon-theme - - breeze-icon-theme - papirus-icon-theme - bibata-cursor-themes # zsh - zsh - # sqlite for some autocomplete - - sqlite # zoxide for z stuff - zoxide -- 2.39.5