This commit is contained in:
Ward Nakchbandi 2022-09-24 14:15:15 +03:00
parent 3736dd47bc
commit 1150ef56a9
14 changed files with 28 additions and 28 deletions

View File

@ -2,8 +2,8 @@
# Get needed extensions into userland
if [[ $1 == enable[[ $ALL != True ]]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/volume-mixer@evermiss.net"[[ $ALL != True ]]; then
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/volume-mixer@evermiss.net" ]; then
echo "mixer already in userland no need to download anything"
echo "Enabling Now"
gnome-extensions enable volume-mixer@evermiss.net

View File

@ -3,8 +3,8 @@
# Get needed extensions into userland
if [[ $1 == enable[[ $ALL != True ]]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/blur-my-shell@aunetx"[[ $ALL != True ]]; then
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/blur-my-shell@aunetx" ]; then
echo "blur my shell already in userland no need to download anything"
echo "Enabling Now"
gnome-extensions enable blur-my-shell@aunetx

View File

@ -2,8 +2,8 @@
# Get needed extensions into userland
if [[ $1 == enable[[ $ALL != True ]]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/espresso@coadmunkee.github.com"[[ $ALL != True ]]; then
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/espresso@coadmunkee.github.com" ]; then
echo "espresso already in userland no need to download anything"
echo "Enabling Now"
gnome-extensions enable espresso@coadmunkee.github.com

View File

@ -2,8 +2,8 @@
# Get needed extensions into userland
if [[ $1 == enable[[ $ALL != True ]]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/gnome-clipboard@b00f.github.io"[[ $ALL != True ]]; then
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/gnome-clipboard@b00f.github.io" ]; then
echo "clipboard already in userland no need to download anything"
echo "Enabling Now"
gnome-extensions enable gnome-clipboard@b00f.github.io

View File

@ -2,8 +2,8 @@
# Get needed extensions into userland
if [[ $1 == enable[[ $ALL != True ]]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/ding@rastersoft.com"[[ $ALL != True ]]; then
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/ding@rastersoft.com" ]; then
echo "desktop already in userland no need to download anything"
echo "Enabling Now"
gnome-extensions enable ding@rastersoft.com

View File

@ -2,8 +2,8 @@
# Get needed extensions into userland
if [[ $1 == enable[[ $ALL != True ]]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/wireless-hid@chlumskyvaclav.gmail.com"[[ $ALL != True ]]; then
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/wireless-hid@chlumskyvaclav.gmail.com" ]; then
echo "Wireless HID already in userland no need to download anything"
echo "Enabling Now"
gnome-extensions enable wireless-hid@chlumskyvaclav.gmail.com

View File

@ -2,8 +2,8 @@
# Get needed extensions into userland
if [[ $1 == enable[[ $ALL != True ]]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/gsconnect@andyholmes.github.io"[[ $ALL != True ]]; then
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/gsconnect@andyholmes.github.io" ]; then
echo "gsconnect already in userland no need to download anything"
echo "Enabling Now"
gnome-extensions enable gsconnect@andyholmes.github.io

View File

@ -2,8 +2,8 @@
# Get needed extensions into userland
if [[ $1 == enable[[ $ALL != True ]]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/space-bar@luchrioh"[[ $ALL != True ]]; then
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/space-bar@luchrioh" ]; then
echo "spacebar already in userland no need to download anything"
echo "Enabling Now"
gnome-extensions enable space-bar@luchrioh

View File

@ -2,8 +2,8 @@
# Get needed extensions into userland
if [[ $1 == enable[[ $ALL != True ]]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/Vitals@CoreCoding.com"[[ $ALL != True ]]; then
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/Vitals@CoreCoding.com" ]; then
echo "Vitals already in userland no need to download anything"
echo "Enabling Now"
gnome-extensions enable Vitals@CoreCoding.com

View File

@ -2,8 +2,8 @@
# Get needed extensions into userland
if [[ $1 == enable[[ $ALL != True ]]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/supergfxctl-gex@asus-linux.org"[[ $ALL != True ]]; then
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/supergfxctl-gex@asus-linux.org" ]; then
echo "supergfxctl already in userland no need to download anything"
echo "Enabling Now"
gnome-extensions enable supergfxctl-gex@asus-linux.org

View File

@ -3,8 +3,8 @@
# Get needed extensions into userland
if [[ $1 == enable[[ $ALL != True ]]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl"[[ $ALL != True ]]; then
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl" ]; then
echo "tray icons already in userland no need to download anything"
echo "Enabling Now"
gnome-extensions enable trayIconsReloaded@selfmade.pl

View File

@ -2,8 +2,8 @@
# Get needed extensions into userland
if [[ $1 == enable[[ $ALL != True ]]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/openweather-extension@jenslody.de"[[ $ALL != True ]]; then
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/openweather-extension@jenslody.de" ]; then
echo "weather already in userland no need to download anything"
echo "Enabling Now"
gnome-extensions enable openweather-extension@jenslody.de

View File

@ -2,8 +2,8 @@
# Get needed extensions into userland
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
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com" ]; 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

View File

@ -2,8 +2,8 @@
# Get needed extensions into userland
if [[ $1 == enable[[ $ALL != True ]]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/x11gestures@joseexposito.github.io"[[ $ALL != True ]]; then
if [[ $1 == enable ]]; then
if [ -d "$HOME/.local/share/gnome-shell/extensions/x11gestures@joseexposito.github.io" ]; then
echo "x11 gestures already in userland no need to download anything"
echo "Enabling Now"
gnome-extensions enable x11gestures@joseexposito.github.io