From fe0b565de24ecb870d336092255938ab99fbbb25 Mon Sep 17 00:00:00 2001 From: Ward Nakchbandi Date: Sat, 24 Sep 2022 14:41:25 +0300 Subject: [PATCH] commit --- .../nobara/scripts/nobara-layouts/settings-scripts/audio.sh | 4 ++-- .../nobara/scripts/nobara-layouts/settings-scripts/blur.sh | 2 +- .../scripts/nobara-layouts/settings-scripts/caffeine.sh | 2 +- .../scripts/nobara-layouts/settings-scripts/clipboard.sh | 2 +- .../nobara/scripts/nobara-layouts/settings-scripts/desktop.sh | 2 +- src/etc/nobara/scripts/nobara-layouts/settings-scripts/hid.sh | 2 +- src/etc/nobara/scripts/nobara-layouts/settings-scripts/kde.sh | 2 +- .../scripts/nobara-layouts/settings-scripts/spacebar.sh | 2 +- .../nobara/scripts/nobara-layouts/settings-scripts/stats.sh | 2 +- .../scripts/nobara-layouts/settings-scripts/supergfxctl.sh | 2 +- .../nobara/scripts/nobara-layouts/settings-scripts/tray.sh | 2 +- .../nobara/scripts/nobara-layouts/settings-scripts/weather.sh | 2 +- .../scripts/nobara-layouts/settings-scripts/workspace.sh | 2 +- src/etc/nobara/scripts/nobara-layouts/settings-scripts/x11.sh | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/audio.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/audio.sh index 8f9a489..8b2d6da 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/audio.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/audio.sh @@ -3,7 +3,7 @@ # Get needed extensions into userland if [[ $1 == enable ]]; then - if [ -d "$HOME/.local/share/gnome-shell/extensions/volume-mixer@evermiss.net" ]; 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 @@ -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" ]]; then echo "sound already in userland no need to download anything" echo "Enabling Now" gnome-extensions enable sound-output-device-chooser@kgshank.net diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/blur.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/blur.sh index 6ae2c84..cd4e724 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/blur.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/blur.sh @@ -4,7 +4,7 @@ if [[ $1 == enable ]]; then - if [ -d "$HOME/.local/share/gnome-shell/extensions/blur-my-shell@aunetx" ]; 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 diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/caffeine.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/caffeine.sh index 553bd8d..a533ef3 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/caffeine.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/caffeine.sh @@ -3,7 +3,7 @@ # Get needed extensions into userland if [[ $1 == enable ]]; then - if [ -d "$HOME/.local/share/gnome-shell/extensions/espresso@coadmunkee.github.com" ]; 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 diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/clipboard.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/clipboard.sh index 0678615..77d3f97 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/clipboard.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/clipboard.sh @@ -3,7 +3,7 @@ # Get needed extensions into userland if [[ $1 == enable ]]; then - if [ -d "$HOME/.local/share/gnome-shell/extensions/gnome-clipboard@b00f.github.io" ]; 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 diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/desktop.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/desktop.sh index 421da73..f4c3991 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/desktop.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/desktop.sh @@ -3,7 +3,7 @@ # Get needed extensions into userland if [[ $1 == enable ]]; then - if [ -d "$HOME/.local/share/gnome-shell/extensions/ding@rastersoft.com" ]; 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 diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/hid.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/hid.sh index 1d4b30b..05da98a 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/hid.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/hid.sh @@ -3,7 +3,7 @@ # Get needed extensions into userland if [[ $1 == enable ]]; then - if [ -d "$HOME/.local/share/gnome-shell/extensions/wireless-hid@chlumskyvaclav.gmail.com" ]; 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 diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/kde.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/kde.sh index 3326049..f76995c 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/kde.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/kde.sh @@ -3,7 +3,7 @@ # Get needed extensions into userland if [[ $1 == enable ]]; then - if [ -d "$HOME/.local/share/gnome-shell/extensions/gsconnect@andyholmes.github.io" ]; 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 diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/spacebar.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/spacebar.sh index 1e15822..dc2a52a 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/spacebar.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/spacebar.sh @@ -3,7 +3,7 @@ # Get needed extensions into userland if [[ $1 == enable ]]; then - if [ -d "$HOME/.local/share/gnome-shell/extensions/space-bar@luchrioh" ]; 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 diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/stats.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/stats.sh index 48b26d3..84bb444 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/stats.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/stats.sh @@ -3,7 +3,7 @@ # Get needed extensions into userland if [[ $1 == enable ]]; then - if [ -d "$HOME/.local/share/gnome-shell/extensions/Vitals@CoreCoding.com" ]; 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 diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/supergfxctl.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/supergfxctl.sh index 4b8ca00..ecb0b3e 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/supergfxctl.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/supergfxctl.sh @@ -3,7 +3,7 @@ # Get needed extensions into userland if [[ $1 == enable ]]; then - if [ -d "$HOME/.local/share/gnome-shell/extensions/supergfxctl-gex@asus-linux.org" ]; 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 diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/tray.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/tray.sh index e22d435..12d5644 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/tray.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/tray.sh @@ -4,7 +4,7 @@ if [[ $1 == enable ]]; then - if [ -d "$HOME/.local/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl" ]; 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 diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/weather.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/weather.sh index 885616f..8bcff0d 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/weather.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/weather.sh @@ -3,7 +3,7 @@ # Get needed extensions into userland if [[ $1 == enable ]]; then - if [ -d "$HOME/.local/share/gnome-shell/extensions/openweather-extension@jenslody.de" ]; 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 diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/workspace.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/workspace.sh index 62e1773..a54b455 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/workspace.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/workspace.sh @@ -3,7 +3,7 @@ # 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 [[ -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 diff --git a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/x11.sh b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/x11.sh index 2310562..8495447 100755 --- a/src/etc/nobara/scripts/nobara-layouts/settings-scripts/x11.sh +++ b/src/etc/nobara/scripts/nobara-layouts/settings-scripts/x11.sh @@ -3,7 +3,7 @@ # Get needed extensions into userland if [[ $1 == enable ]]; then - if [ -d "$HOME/.local/share/gnome-shell/extensions/x11gestures@joseexposito.github.io" ]; 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