mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-11 15:40:14 +00:00
chore: Remove old/broken CSS Loader themes
This commit is contained in:
parent
aa96938cab
commit
0c61182081
@ -159,17 +159,8 @@ If you're using a handheld supported by [hhd](https://github.com/hhd-dev/hhd) <s
|
||||
|
||||
We also ship `ujust` commands to install various [CSS Loader](https://docs.deckthemes.com/CSSLoader/Install/#linux-or-steam-deck) themes that can't be found on the CSS Loader store. These will be automatically updated with Bazzite if installed.
|
||||
```bash
|
||||
# Install ROG Ally Theme for CSS Loader (https://github.com/semakusut/SBP-ROG-Ally)
|
||||
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
|
||||
```
|
||||
|
||||
### GNOME
|
||||
|
@ -1,25 +1,5 @@
|
||||
# vim: set ft=make :
|
||||
|
||||
# Install ROG Ally Theme for CSS Loader (https://github.com/semakusut/SBP-ROG-Ally)
|
||||
install-rog-ally-theme:
|
||||
#!/usr/bin/bash
|
||||
if [ -d "$HOME/homebrew/themes" ]; then
|
||||
rm -rf "$HOME/homebrew/themes/SBP-ROG-Ally"
|
||||
git clone https://github.com/semakusut/SBP-ROG-Ally.git --single-branch "$HOME/homebrew/themes/SBP-ROG-Ally"
|
||||
else
|
||||
echo 'Please install Decky Loader & CSS Loader first'
|
||||
fi
|
||||
|
||||
# Install Lenovo Legion Go for CSS Loader (https://github.com/frazse/SBP-Legion-Go-Theme)
|
||||
install-legion-go-theme:
|
||||
#!/usr/bin/bash
|
||||
if [ -d "$HOME/homebrew/themes" ]; then
|
||||
rm -rf "$HOME/homebrew/themes/SBP-Legion-Go-Theme"
|
||||
git clone https://github.com/frazse/SBP-Legion-Go-Theme.git --single-branch "$HOME/homebrew/themes/SBP-Legion-Go-Theme"
|
||||
else
|
||||
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
|
||||
|
@ -11,30 +11,6 @@ if [ -d "$HOME/homebrew/themes/Adwaita-for-Steam/.git" ]; then
|
||||
echo "Update complete."
|
||||
fi
|
||||
|
||||
# ROG Ally Theme
|
||||
if [ -d "$HOME/homebrew/themes/SBP-ROG-Ally/.git" ]; then
|
||||
cd "$HOME/homebrew/themes/SBP-ROG-Ally"
|
||||
echo "SBP-ROG-Ally theme found, pulling latest with git."
|
||||
git pull
|
||||
echo "Update complete."
|
||||
fi
|
||||
|
||||
# Legion GO Theme
|
||||
if [ -d "$HOME/homebrew/themes/SBP-Legion-Go-Theme/.git" ]; then
|
||||
cd "$HOME/homebrew/themes/SBP-Legion-Go-Theme"
|
||||
echo "SBP-Legion-Go-Theme theme found, pulling latest with git."
|
||||
git pull
|
||||
echo "Update complete."
|
||||
fi
|
||||
|
||||
# HHD Theme
|
||||
if [ -d "$HOME/homebrew/themes/PS5-to-Xbox-glyphs/.git" ]; then
|
||||
cd "$HOME/homebrew/themes/PS5-to-Xbox-glyphs"
|
||||
echo "PS5 to Xbox Glyphs theme found, pulling latest with git."
|
||||
git pull
|
||||
echo "Update complete."
|
||||
fi
|
||||
|
||||
# Handheld Controller Glyphs
|
||||
if [ -d "$HOME/homebrew/themes/handheld-controller-glyphs/.git" ]; then
|
||||
cd "$HOME/homebrew/themes/handheld-controller-glyphs"
|
||||
|
Loading…
x
Reference in New Issue
Block a user