From f3a52b37470ddcedc182e2d639f0f1347ba1e4d1 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 3 Dec 2023 17:50:14 +0100 Subject: [PATCH] /bin/sh replaced with /bin/bash --- .dev/sync.sh | 2 +- .install/colors.sh | 2 +- gtk/gtk.sh | 2 +- hypr/scripts/lockscreentime.sh | 2 +- hypr/settings/settings.sh | 2 +- qtile/.xinitrc | 2 +- qtile/autostart_wayland.sh | 2 +- qtile/autostart_x11.sh | 2 +- scripts/updates.sh | 2 +- waybar/launch.sh | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.dev/sync.sh b/.dev/sync.sh index 53dcdf0..955b71e 100755 --- a/.dev/sync.sh +++ b/.dev/sync.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Execute the script with ./sync version e.g., ./sync 2.5.2 if [ ! -z $1 ] ;then diff --git a/.install/colors.sh b/.install/colors.sh index 018dea2..08150db 100644 --- a/.install/colors.sh +++ b/.install/colors.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash RED='\033[0;31m' #'0;31' is Red GREEN='\033[0;32m' #'0;32' is Green YELLOW='\033[1;32m' #'1;32' is Yellow diff --git a/gtk/gtk.sh b/gtk/gtk.sh index d0afe47..7476966 100755 --- a/gtk/gtk.sh +++ b/gtk/gtk.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash gnome_schema="org.gnome.desktop.interface" gsettings set "$gnome_schema" icon-theme "Papirus-Dark" gsettings set "$gnome_schema" cursor-theme "Bibata-Modern-Ice" diff --git a/hypr/scripts/lockscreentime.sh b/hypr/scripts/lockscreentime.sh index 06e7dbc..07ea43e 100755 --- a/hypr/scripts/lockscreentime.sh +++ b/hypr/scripts/lockscreentime.sh @@ -1,4 +1,4 @@ -#/bin/sh +#/bin/bash # ___ _ _ _ _ # |_ _|__| | | ___| |_(_)_ __ ___ ___ # | |/ _` | |/ _ \ __| | '_ ` _ \ / _ \ diff --git a/hypr/settings/settings.sh b/hypr/settings/settings.sh index ecbcec8..5146430 100755 --- a/hypr/settings/settings.sh +++ b/hypr/settings/settings.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash _settingsDecoration() { clear cat <<"EOF" diff --git a/qtile/.xinitrc b/qtile/.xinitrc index 40425f5..ea26936 100644 --- a/qtile/.xinitrc +++ b/qtile/.xinitrc @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # ------------------------------- # Start Qtile diff --git a/qtile/autostart_wayland.sh b/qtile/autostart_wayland.sh index a587947..01c7f93 100755 --- a/qtile/autostart_wayland.sh +++ b/qtile/autostart_wayland.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # ___ _____ ___ _ _____ ____ _ _ # / _ \_ _|_ _| | | ____| / ___|| |_ __ _ _ __| |_ # | | | || | | || | | _| \___ \| __/ _` | '__| __| diff --git a/qtile/autostart_x11.sh b/qtile/autostart_x11.sh index d96c412..122bf32 100755 --- a/qtile/autostart_x11.sh +++ b/qtile/autostart_x11.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # ___ _____ ___ _ _____ ____ _ _ # / _ \_ _|_ _| | | ____| / ___|| |_ __ _ _ __| |_ # | | | || | | || | | _| \___ \| __/ _` | '__| __| diff --git a/scripts/updates.sh b/scripts/updates.sh index f71cde5..88ee02c 100755 --- a/scripts/updates.sh +++ b/scripts/updates.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # _ _ _ _ # | | | |_ __ __| | __ _| |_ ___ ___ # | | | | '_ \ / _` |/ _` | __/ _ \/ __| diff --git a/waybar/launch.sh b/waybar/launch.sh index 9b60f88..5852313 100755 --- a/waybar/launch.sh +++ b/waybar/launch.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # ____ _ _ __ __ _ # / ___|| |_ __ _ _ __| |_ \ \ / /_ _ _ _| |__ __ _ _ __ # \___ \| __/ _` | '__| __| \ \ /\ / / _` | | | | '_ \ / _` | '__|