commit
This commit is contained in:
parent
a5de405284
commit
3736dd47bc
@ -2,8 +2,8 @@
|
||||
|
||||
# Get needed extensions into userland
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/volume-mixer@evermiss.net" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/volume-mixer@evermiss.net"[[ $ALL != True ]]; then
|
||||
echo "mixer already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable volume-mixer@evermiss.net
|
||||
@ -15,7 +15,7 @@ if [[ $1 == enable ]]; then
|
||||
export RELOG_NEEDED=1
|
||||
fi
|
||||
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/sound-output-device-chooser@kgshank.net" ]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/sound-output-device-chooser@kgshank.net"[[ $ALL != True ]]; then
|
||||
echo "sound already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable sound-output-device-chooser@kgshank.net
|
||||
@ -26,7 +26,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/sound-output-device-chooserkgshank.net.v41.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Get needed extensions into userland
|
||||
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/blur-my-shell@aunetx" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/blur-my-shell@aunetx"[[ $ALL != True ]]; then
|
||||
echo "blur my shell already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable blur-my-shell@aunetx
|
||||
@ -15,7 +15,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/blur-my-shellaunetx.v28.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
# Get needed extensions into userland
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/espresso@coadmunkee.github.com" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/espresso@coadmunkee.github.com"[[ $ALL != True ]]; then
|
||||
echo "espresso already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable espresso@coadmunkee.github.com
|
||||
@ -14,7 +14,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/espressocoadmunkee.github.com.v7.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
# Get needed extensions into userland
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/gnome-clipboard@b00f.github.io" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/gnome-clipboard@b00f.github.io"[[ $ALL != True ]]; then
|
||||
echo "clipboard already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable gnome-clipboard@b00f.github.io
|
||||
@ -14,7 +14,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/gnome-clipboardb00f.github.io.v11.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
# Get needed extensions into userland
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/ding@rastersoft.com" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/ding@rastersoft.com"[[ $ALL != True ]]; then
|
||||
echo "desktop already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable ding@rastersoft.com
|
||||
@ -14,7 +14,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/dingrastersoft.com.v43.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
# Get needed extensions into userland
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/wireless-hid@chlumskyvaclav.gmail.com" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/wireless-hid@chlumskyvaclav.gmail.com"[[ $ALL != True ]]; then
|
||||
echo "Wireless HID already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable wireless-hid@chlumskyvaclav.gmail.com
|
||||
@ -14,7 +14,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/wireless-hidchlumskyvaclav.gmail.com.v7.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
# Get needed extensions into userland
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/gsconnect@andyholmes.github.io" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/gsconnect@andyholmes.github.io"[[ $ALL != True ]]; then
|
||||
echo "gsconnect already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable gsconnect@andyholmes.github.io
|
||||
@ -14,7 +14,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/gsconnectandyholmes.github.io.v50.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
# Get needed extensions into userland
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/space-bar@luchrioh" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/space-bar@luchrioh"[[ $ALL != True ]]; then
|
||||
echo "spacebar already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable space-bar@luchrioh
|
||||
@ -14,7 +14,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/space-barluchrioh.v2.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
# Get needed extensions into userland
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/Vitals@CoreCoding.com" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/Vitals@CoreCoding.com"[[ $ALL != True ]]; then
|
||||
echo "Vitals already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable Vitals@CoreCoding.com
|
||||
@ -14,7 +14,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/VitalsCoreCoding.com.v57.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
# Get needed extensions into userland
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/supergfxctl-gex@asus-linux.org" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/supergfxctl-gex@asus-linux.org"[[ $ALL != True ]]; then
|
||||
echo "supergfxctl already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable supergfxctl-gex@asus-linux.org
|
||||
@ -14,7 +14,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/supergfxctl-gexasus-linux.org.v15.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Get needed extensions into userland
|
||||
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl"[[ $ALL != True ]]; then
|
||||
echo "tray icons already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable trayIconsReloaded@selfmade.pl
|
||||
@ -15,7 +15,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/trayIconsReloadedselfmade.pl.v26.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
# Get needed extensions into userland
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/openweather-extension@jenslody.de" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/openweather-extension@jenslody.de"[[ $ALL != True ]]; then
|
||||
echo "weather already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable openweather-extension@jenslody.de
|
||||
@ -14,7 +14,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/openweather-extensionjenslody.de.v119.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
# Get needed extensions into userland
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com"[[ $ALL != True ]]; then
|
||||
echo "workspace already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable auto-move-windows@gnome-shell-extensions.gcampax.github.com
|
||||
@ -14,7 +14,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/auto-move-windowsgnome-shell-extensions.gcampax.github.com.v50.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
# Get needed extensions into userland
|
||||
|
||||
if [[ $1 == enable ]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/x11gestures@joseexposito.github.io" ]; then
|
||||
if [[ $1 == enable[[ $ALL != True ]]]; then
|
||||
if [ -d "$HOME/.local/share/gnome-shell/extensions/x11gestures@joseexposito.github.io"[[ $ALL != True ]]; then
|
||||
echo "x11 gestures already in userland no need to download anything"
|
||||
echo "Enabling Now"
|
||||
gnome-extensions enable x11gestures@joseexposito.github.io
|
||||
@ -14,7 +14,7 @@ if [[ $1 == enable ]]; then
|
||||
gnome-extensions install "$HOME/.cache/nobara-layouts/extensions/x11gesturesjoseexposito.github.io.v14.shell-extension.zip"
|
||||
export RELOG_NEEDED=1
|
||||
|
||||
if [[$ALL != True]]; then
|
||||
if [[ $ALL != True ]]; then
|
||||
/etc/nobara/scripts/nobara-layouts/settings-scripts/reload.sh
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user