feat(deck): Add Handheld Controller Glyphs... (#1059)

* feat(deck): Add Handheld Controller Glyphs...

...theme

https://github.com/victor-borges/handheld-controller-glyphs

* chore(readme): Add alternative handheld ujust command
This commit is contained in:
Pat Connors 2024-05-02 00:05:45 -04:00 committed by GitHub
parent 5486d56265
commit e1f026ee6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -161,6 +161,9 @@ ujust install-rog-ally-theme
# Install Lenovo Legion Go for CSS Loader (https://github.com/frazse/SBP-Legion-Go-Theme)
ujust install-legion-go-theme
# Install Handheld Controller Theme (https://github.com/victor-borges/handheld-controller-glyphs)
ujust install-hhd-controller-glyph-theme
# Install PS5-to-Xbox glyph theme for hhd & CSS Loader (https://github.com/frazse/PS5-to-Xbox-glyphs)
ujust install-hhd-xbox-glyph-theme
```

View File

@ -30,6 +30,16 @@ install-hhd-xbox-glyph-theme:
echo 'Please install Decky Loader & CSS Loader first'
fi
# Install Handheld Controller Glyphs theme for hhd & CSS Loader (https://github.com/victor-borges/handheld-controller-glyphs)
install-hhd-controller-glyph-theme:
#!/usr/bin/bash
if [ -d "$HOME/homebrew/themes" ]; then
rm -rf "$HOME/homebrew/themes/Handheld-Controller-Glyphs"
git clone https://github.com/victor-borges/handheld-controller-glyphs.git --single-branch "$HOME/homebrew/themes/Handheld-Controller-Glyphs"
else
echo 'Please install Decky Loader & CSS Loader first'
fi
# Install EmuDeck (https://www.emudeck.com/)
get-emudeck:
#!/usr/bin/bash