This commit is contained in:
Stephan Raabe
2024-05-02 15:59:08 +02:00
parent a86d7b405b
commit e99f976b65
6 changed files with 14 additions and 4 deletions

View File

@@ -3,7 +3,8 @@ clear
sleep 0.5
figlet "Diagnosis"
echo
echo "This script will check if some core packages are available on your system."
echo "This script will check that essential packages and "
echo "execution commands are available on your system."
echo
_commandExists() {
@@ -27,10 +28,17 @@ _folderExists() {
_commandExists "rofi"
_commandExists "dunst"
_commandExists "waybar"
_commandExists "swww"
_commandExists "hyprpaper"
_commandExists "hyprlock"
_commandExists "hypridle"
_commandExists "wal"
_commandExists "gum"
_commandExists "wlogout"
_commandExists "wal"
_commandExists "swww"
_commandExists "eww"
_commandExists "magick"
_commandExists "figlet"
echo
echo "Press return to close the window"