Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main to development #180

Merged
merged 7 commits into from
Feb 23, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
just reverting to previous for now. will merge the new one once dots …
…v2.3.12 is ready
  • Loading branch information
JaKooLit committed Feb 20, 2025
commit 2ecc4f863afd8ec1872c2c864aa86b3cd1e8d74f
2 changes: 1 addition & 1 deletion install-scripts/00-hypr-pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ hypr_package_2=(
)

copr_packages=(
nwg-displays
#nwg-displays
cliphist
nwg-look
SwayNotificationCenter
Expand Down
12 changes: 6 additions & 6 deletions install-scripts/copr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
# solopasha/hyprland - most packages
# erikreider/SwayNotificationCenter swaync
# errornointernet/packages - wallust ONLY
# tofik/nwg-shell - nwg-displays only
# tofik/nwg-shell - nwg-look only

# List of COPR repositories to be added and enabled
COPR_REPOS=(
solopasha/hyprland
erikreider/SwayNotificationCenter
errornointernet/packages
tofik/nwg-shell
errornointernet/packages
)

#tofik/nwg-shell

## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
# Determine the directory where the script is located
Expand Down Expand Up @@ -55,14 +55,14 @@ done
printf "\n%.0s" {1..1}

# FEDORA COPRS need to only install a single package
# single packages to install are: wallust, nwg-displays
# single packages to install are: wallust, nwg-look
# Define variables for the first COPR repo
yum_repo1="/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:errornointernet:packages.repo"
line_to_add1="includepkgs=wallust"

# Define variables for the second COPR repo
yum_repo2="/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:tofik:nwg-shell.repo"
line_to_add2="includepkgs=nwg-displays"
#yum_repo2="/etc/yum.repos.d/_copr:copr.fedorainfracloud.org:tofik:nwg-shell.repo"
#line_to_add2="includepkgs=nwg-look"

# Function to add a line to a repo file
add_line_to_repo() {
Expand Down