Skip to content

Commit

Permalink
add swww and corresponding repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrneko committed Aug 26, 2024
1 parent 306c920 commit dfcec47
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfcec47

Please sign in to comment.