Skip to content

Commit f45ca94

Browse files
committed
change copr repo to another one with aquamarine in it
1 parent 1577838 commit f45ca94

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

build_files/build.sh

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,29 @@ dnf -y install --enablerepo=code \
2222
dnf install -y \
2323
waybar \
2424
rofi \
25-
aquamarine
25+
cliphist
26+
27+
# Install more Hyprland stuff
28+
# Install SwayNotificationCenter
29+
dnf copr enable -y erikreider/SwayNotificationCenter
30+
dnf install swaync
31+
dnf copr disable -y erikreider/SwayNotificationCenter
2632

2733
# Install Hyprland via copr
28-
dnf copr enable -y sdegler/hyprland
34+
dnf copr enable -y blabktau/hyprland
2935
dnf install -y \
36+
aquamarine \
3037
hyprland \
3138
hyprpaper \
3239
hyprlock \
3340
hypridle \
3441
hyprsunset \
3542
hyprshot \
36-
cliphist \
3743
nwg-clipman \
3844
xdg-desktop-portal-hyprland \
3945
hyprpolkitagent \
40-
dunst \
4146
mpvpaper
42-
dnf copr disable -y sdegler/hyprland
47+
dnf copr disable -y blabktau/hyprland
4348

4449
# Packages can be installed from any enabled yum repo on the image.
4550
# RPMfusion repos are available by default in ublue main images

0 commit comments

Comments
 (0)