diff --git a/build_files/dnf/environment.sh b/build_files/dnf/environment.sh index 41e2bd9..8b1f5bc 100755 --- a/build_files/dnf/environment.sh +++ b/build_files/dnf/environment.sh @@ -9,6 +9,7 @@ dnf5 -y install \ playerctl \ qt5-qtwayland \ qt6-qtwayland \ + qt6ct \ xdg-desktop-portal \ xdg-desktop-portal-gtk \ xdg-desktop-portal-kde \ diff --git a/build_files/dnf/hyprland.sh b/build_files/dnf/hyprland.sh index 0e2b51a..3fdea92 100755 --- a/build_files/dnf/hyprland.sh +++ b/build_files/dnf/hyprland.sh @@ -4,6 +4,7 @@ set -ouex pipefail dnf5 -y copr enable lionheartp/Hyprland dnf5 -y copr enable errornointernet/quickshell +dnf5 -y copr enable tofik/nwg-shell dnf5 -y install \ kitty kitty-kitten \ @@ -12,12 +13,11 @@ dnf5 -y install \ aquamarine \ hyprland-git \ hyprpolkitagent \ - hyprshot \ + grim \ + slurp \ hyprland-qt-support \ - hyprqt6engine \ - hyprland-qtutils \ + hyprland-guiutils \ xdg-desktop-portal-hyprland \ - hyprsysteminfo \ swww \ nwg-look \ matugen \ @@ -27,3 +27,4 @@ dnf5 -y install \ dnf5 -y copr disable lionheartp/Hyprland dnf5 -y copr disable errornointernet/quickshell +dnf5 -y copr disable tofik/nwg-shell diff --git a/build_files/dnf/terra.sh b/build_files/dnf/terra.sh index de22386..8abe873 100755 --- a/build_files/dnf/terra.sh +++ b/build_files/dnf/terra.sh @@ -5,5 +5,6 @@ set -ouex pipefail dnf5 -y config-manager addrepo --from-repofile=https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo dnf5 -y install zed +dnf5 -y install swww rm -f /etc/yum.repos.d/terra.repo diff --git a/system_files/etc/environment.d/theme.conf b/system_files/etc/environment.d/theme.conf index eccad4a..1934654 100644 --- a/system_files/etc/environment.d/theme.conf +++ b/system_files/etc/environment.d/theme.conf @@ -1,2 +1,2 @@ QT_QPA_PLATFORMTHEME=hyprqt6engine -QT_QUICK_CONTROLS_STYLE=org.hyprland.style +QT_QUICK_CONTROLS_STYLE=qt6ct