Skip to content

Commit

Permalink
feat(gnome): Switch to new Logo Menu fork
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Oct 11, 2023
1 parent 05bce16 commit 98c2167
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 377 deletions.
339 changes: 0 additions & 339 deletions spec_files/gnome-shell-extension-bazzite-menu/LICENSE

This file was deleted.

This file was deleted.

6 changes: 3 additions & 3 deletions system_files/desktop/shared/usr/bin/bazzite-user-setup
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# SCRIPT VERSION
USER_SETUP_VER=6
USER_SETUP_VER=7
USER_SETUP_VER_FILE="$HOME/.bazzite-configured"
USER_SETUP_VER_RAN=$(cat $USER_SETUP_VER_FILE)

Expand Down Expand Up @@ -71,8 +71,8 @@ else
if [[ $IMAGE_NAME =~ "deck" || $IMAGE_NAME =~ "ally" || $IMAGE_NAME =~ "framegame" ]]; then
echo 'Running setup for Silverblue on Steam Deck'

echo 'Enabling Bazzite tofu menu fork'
gnome-extensions enable tofumenu@tofu
echo 'Enabling Bazzite Logo Menu fork'
gnome-extensions enable logomenu@aryan_k

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

0 comments on commit 98c2167

Please sign in to comment.