Skip to content

Commit

Permalink
^gnome-shell-extensions
Browse files Browse the repository at this point in the history
^plymouth
  • Loading branch information
rauldipeas committed Nov 20, 2024
1 parent e3dc932 commit 13060c9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 2 additions & 0 deletions scripts/hooks/gnome-shell-extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ pipx install gnome-extensions-cli --system-site-packages
"$HOME"/.local/bin/gext install [email protected]
#user themes
"$HOME"/.local/bin/gext install [email protected]
#workspace indicator
"$HOME"/.local/bin/gext install [email protected]
#x11 gestures
#"$HOME"/.local/bin/gext install [email protected]
mkdir -p /opt/rdx-user-settings/gnome-shell
Expand Down
25 changes: 12 additions & 13 deletions scripts/hooks/plymouth.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
#!/bin/bash
set -e
#wget -q --show-progress https://github.com/rauldipeas/respin-rdx/raw/main/assets/compressed/debian-mac-style.zip
#unzip debian-mac-style.zip
#rm debian-mac-style.zip
#cp -R debian-mac-style /usr/share/plymouth/themes/
#rm -r debian-mac-style
#plymouth-set-default-theme -R debian-mac-style
wget -q --show-progress https://github.com/rauldipeas/respin-rdx/raw/main/assets/compressed/rings_2.tar.gz
tar -xf rings_2.tar.gz
rm rings_2.tar.gz
cp -R rings_2 /usr/share/plymouth/themes/
rm -r rings_2
plymouth-set-default-theme -R rings_2

wget -q --show-progress https://github.com/rauldipeas/respin-rdx/raw/main/assets/compressed/debian-mac-style.zip
unzip debian-mac-style.zip
rm debian-mac-style.zip
cp -R debian-mac-style /usr/share/plymouth/themes/
rm -r debian-mac-style
plymouth-set-default-theme -R debian-mac-style
#wget -q --show-progress https://github.com/rauldipeas/respin-rdx/raw/main/assets/compressed/rings_2.tar.gz
#tar -xf rings_2.tar.gz
#rm rings_2.tar.gz
#cp -R rings_2 /usr/share/plymouth/themes/
#rm -r rings_2
#plymouth-set-default-theme -R rings_2
update-initramfs -u
mkdir -p /etc/systemd/system/display-manager.service.d
cat <<EOF |tee /etc/systemd/system/display-manager.service.d/plymouth.conf>/dev/null
Expand Down

0 comments on commit 13060c9

Please sign in to comment.