From 3afe6f4eaa43710d8591c9485cd908352c6aff98 Mon Sep 17 00:00:00 2001 From: Nils <32552517+byReqz@users.noreply.github.com> Date: Sun, 26 Apr 2020 22:29:01 +0200 Subject: [PATCH] Update blackmate.sh --- blackmate.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/blackmate.sh b/blackmate.sh index 02a4448..508337b 100644 --- a/blackmate.sh +++ b/blackmate.sh @@ -2,14 +2,13 @@ # # Blackmate v0.43.1 # -# Description : BlackMate is a menu generator for the BlackArch Linux os tools, made for the wm xfce4. +# Description : BlackMate is a menu generator for the BlackArch Linux os tools, made for the KDE Plasma Desktop. # It will fetch the latest database of BlackArch and create an entry for each of them in the menu. -# Start from the version 0.4, the support for mate desktop is removed. # You may run the script as often a new added tools is available. # # -# Author : Dimitri Mader -> dimitri@linux.com -# Url : https://github.com/Anyon3/blackmate +# Author : Dimitri Mader -> dimitri@linux.com / byReqz -> https://byreqz.de/contact +# Url : https://github.com/byReqz/blackmate # Gnu / GPL v3 #Check if the script have the root permission @@ -90,7 +89,7 @@ tar -zxf /usr/share/blackmate/blackarch.db.tar.gz -C /usr/share/blackmate/tmp #Terminal to use for the blackarch entry - terminal=`echo xfce4-terminal`; + terminal=`echo konsole`; echo -e "\033[32m[*]\e[0m Generating the menu, please wait...";