Skip to content

Commit

Permalink
chore: Use 100% as the set volume
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jul 13, 2024
1 parent 334fd18 commit 9fa5dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system_files/desktop/shared/usr/libexec/bazzite-user-setup
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BAZZITE_CONFIG_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/bazzite"
mkdir -p "$BAZZITE_CONFIG_DIR"

# SCRIPT VERSION
USER_SETUP_VER=41
USER_SETUP_VER=42
USER_SETUP_VER_FILE="$BAZZITE_CONFIG_DIR/version"
USER_SETUP_FEDORA_VER_FILE="$BAZZITE_CONFIG_DIR/fedora_version"
USER_SETUP_IMAGE_VER_FILE=$BAZZITE_CONFIG_DIR/image_name""
Expand Down Expand Up @@ -215,7 +215,7 @@ wp_audio_sinks() {
}

if [[ ":83E1:ROG Ally RC71L:" =~ ":$SYS_ID:" ]]; then
wpctl set-volume $(wp_audio_sinks | grep "17h/19h" | sed 's@^[^0-9]*\([0-9]\+\).*@\1@') 100 || true
wpctl set-volume $(wp_audio_sinks | grep "17h/19h" | sed 's@^[^0-9]*\([0-9]\+\).*@\1@') 100% || true
fi

# Prevent future executions
Expand Down

0 comments on commit 9fa5dac

Please sign in to comment.