Skip to content

Commit

Permalink
feat(deck): Add Handheld Controller Glyphs... (#1059)
Browse files Browse the repository at this point in the history
* feat(deck): Add Handheld Controller Glyphs...

...theme

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

* chore(readme): Add alternative handheld ujust command
  • Loading branch information
nicknamenamenick committed May 2, 2024
1 parent 5486d56 commit e1f026e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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
```
Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit e1f026e

Please sign in to comment.