Skip to content

Commit

Permalink
chore: Keep tofu menu on 38
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Oct 12, 2023
1 parent d8e0e2b commit 9185d65
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions system_files/desktop/shared/usr/bin/bazzite-user-setup
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,13 @@ else
if [[ $IMAGE_NAME =~ "deck" || $IMAGE_NAME =~ "ally" || $IMAGE_NAME =~ "framegame" ]]; then
echo 'Running setup for Silverblue on Steam Deck'

echo 'Enabling Bazzite Logo Menu fork'
gnome-extensions enable logomenu@aryan_k
if [ ${FEDORA_MAJOR_VERSION} -gt 38 ]; then
echo 'Enabling Bazzite Logo Menu fork'
gnome-extensions enable logomenu@aryan_k
else
echo 'Enabling Bazzite Tofu Menu fork'
gnome-extensions enable tofumenu@tofu
fi

echo 'Disabling GNOME keyboard'
gsettings set org.gnome.desktop.interface toolkit-accessibility false
Expand Down

0 comments on commit 9185d65

Please sign in to comment.