mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-16 07:21:11 +00:00
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:
parent
5486d56265
commit
e1f026ee6f
@ -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
|
||||
```
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user