Skip to content

Commit 74559cb

Browse files
committed
feat: custom ujust commands
1 parent e8129eb commit 74559cb

File tree

6 files changed

+9
-51
lines changed

6 files changed

+9
-51
lines changed

files/scripts/03-ublue.sh

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ sed -i '0,/enabled=1/{s/enabled=1/enabled=1\npriority=90/}' /etc/yum.repos.d/neg
99

1010
curl -Lo /etc/yum.repos.d/_copr_ublue-os_staging.repo https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-"${RELEASE}"/ublue-os-staging-fedora-"${RELEASE}".repo
1111

12+
# Custom ujusts
13+
14+
find /usr/share/ublue-os/just/blue95 -iname '*.just' -exec printf "\n\n" \; -exec cat {} \; >> /usr/share/ublue-os/just/60-custom.just
15+
rm -rf /usr/share/ublue-os/just/blue95
16+
1217
# From https://github.com/ublue-os/main/blob/main/packages.sh
1318

1419
# build list of all packages requested for inclusion
@@ -58,3 +63,5 @@ if [[ "${#EXCLUDED_PACKAGES[@]}" -gt 0 ]]; then
5863
rpm-ostree override remove \
5964
${EXCLUDED_PACKAGES[@]}
6065
fi
66+
67+
File renamed without changes.

files/scripts/21-fix-icon-sizes.py

-49
This file was deleted.

recipes/recipe.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ modules:
2323
- catfish
2424
- fastfetch
2525
- libcanberra
26+
- libcanberra-gtk3
2627
- lightdm-gtk-greeter-settings
2728
- mate-disk-usage-analyzer
2829
- mate-system-monitor
@@ -51,8 +52,7 @@ modules:
5152
- 03-ublue.sh
5253
- 10-install-appimages.sh
5354
- 20-chicago95.sh
54-
#- 21-fix-icon-sizes.py
55-
- 29-finalize-de-tweaks.sh
55+
- 21-de-tweaks.sh
5656

5757
- type: default-flatpaks
5858
notify: true # Send notification after install/uninstall is finished

0 commit comments

Comments
 (0)