diff --git a/ublue/fastfetch/src/ublue-fastfetch b/ublue/fastfetch/src/ublue-fastfetch index 72e2536..44e7905 100755 --- a/ublue/fastfetch/src/ublue-fastfetch +++ b/ublue/fastfetch/src/ublue-fastfetch @@ -21,9 +21,9 @@ LOGO_DIRECTORY="$(get_config '."logo-directory"' "/usr/share/ublue-os/fastfetch" if [ "$SHUFFLE_LOGO" == "true" ] ; then FETCH_LOGO="$(/usr/bin/find "$LOGO_DIRECTORY" | /usr/bin/shuf -n 1)" - /usr/bin/fastfetch --logo "$FETCH_LOGO" --color "$(/usr/libexec/ublue-bling-fastfetch)" --config "/usr/share/ublue-os/ublue-os.jsonc" + /usr/bin/fastfetch --logo "$FETCH_LOGO" --color "$(/usr/libexec/ublue-bling-fastfetch)" --config "$FASTFETCH_CONFIG" else - /usr/bin/fastfetch --color "$(/usr/libexec/ublue-bling-fastfetch)" --config "/usr/share/ublue-os/ublue-os.jsonc" + /usr/bin/fastfetch --color "$(/usr/libexec/ublue-bling-fastfetch)" --config "$FASTFETCH_CONFIG" fi diff --git a/ublue/fastfetch/ublue-fastfetch.spec b/ublue/fastfetch/ublue-fastfetch.spec index 6957d4b..0b45b62 100644 --- a/ublue/fastfetch/ublue-fastfetch.spec +++ b/ublue/fastfetch/ublue-fastfetch.spec @@ -2,7 +2,7 @@ Name: ublue-fastfetch Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fastfetch configuration for Universal Blue systems License: Apache-2.0