ks-tools/prompt/ks-tools-zui
2021-03-22 19:01:31 +01:00

25 lines
754 B
Bash
Executable File

#!/bin/bash
###############################################################
# ks-tools - Initialize the ks-tools ZUI (using xterm) #
# Date: 22-03-2021 #
# Author: q3aql #
# Contact: q3aql@protonmail.ch #
###############################################################
VERSION="6.8 (BETA)"
M_DATE="220321"
# Variables
name_terminal="ks-tools v${VERSION} (${M_DATE})"
term="xterm"
font="Monospace"
size_font="11"
color_b="black"
color_f="white"
rcfile="/usr/share/ks-tools/ks-tools-rc"
command="ks-zui"
# Command to run
${term} -T "${name_terminal}" -fa ${font} -fs ${size_font} -bg ${color_b} \
-fg ${color_f} -e ${command}