From dfcec47fa4161042cdcb10fec3fed0bb33607d64 Mon Sep 17 00:00:00 2001 From: cyrneko Date: Mon, 26 Aug 2024 20:19:29 +0200 Subject: [PATCH] add swww and corresponding repo --- README.md | 10 ++++++++++ build.sh | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b9faa7..bb62604 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ it includes some repos to pull in the following packages: - `xwayland-satellite` (will eventually repackage myself) - `niri` (stable) - `nwg-look` +- `swww` It has the following package overrides: remove: @@ -22,6 +23,15 @@ remove: At the request of a friend, `SDL2` is included by default. +For most of the above packages an external repo had to be added. These are as follows: + +- https://copr.fedorainfracloud.org/coprs/alebastr/sway-extras (swww) +- https://copr.fedorainfracloud.org/coprs/tofik/nwg-shell (nwg-look) +- https://copr.fedorainfracloud.org/coprs/errornointernet/packages (xwayland-satellite) +- https://copr.fedorainfracloud.org/coprs/yalter/niri +and one non-copr repo: +- https://tailscale.com / https://pkgs.tailscale.com/stable/fedora/tailscale.repo + Because Niri currently also doesn't support system-wide configuration, I cannot yet include a Niri Configuration into the image. Please pull it manually and move it to `$HOME/.config/niri` instead: ```bash diff --git a/build.sh b/build.sh index f453df6..ebfe5bd 100755 --- a/build.sh +++ b/build.sh @@ -13,7 +13,8 @@ curl "https://pkgs.tailscale.com/stable/fedora/tailscale.repo" > /etc/yum.repos. curl "https://copr.fedorainfracloud.org/coprs/yalter/niri/repo/fedora-40/yalter-niri-fedora-40.repo" > /etc/yum.repos.d/yalter-niri-fedora-40.repo curl "https://copr.fedorainfracloud.org/coprs/errornointernet/packages/repo/fedora-40/errornointernet-packages-fedora-40.repo" > /etc/yum.repos.d/errornointernet-packages-fedora-40.repo curl "https://copr.fedorainfracloud.org/coprs/tofik/nwg-shell/repo/fedora-40/tofik-nwg-shell-fedora-40.repo" > /etc/yum.repos.d/tofik-nwg-shell-fedora-40.repo -rpm-ostree install bat eza kitty tailscale zsh niri xwayland-satellite nautilus wf-recorder nwg-look SDL2 +curl "https://copr.fedorainfracloud.org/coprs/alebastr/sway-extras/repo/fedora-40/alebastr-sway-extras-fedora-40.repo" > /etc/yum.repos.d/alebastr-sway-extras-fedora-40.repo +rpm-ostree install bat eza kitty tailscale zsh niri xwayland-satellite nautilus wf-recorder nwg-look SDL2 swww rpm-ostree override remove mako alacritty firefox firefox-langpacks foot xarchiver mkdir git && cd git