updated InputGroup prompt. Updated screenshot of installer
This commit is contained in:
parent
743a9e992d
commit
8fe78dd9c8
BIN
Installer.png
BIN
Installer.png
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 2.3 MiB |
|
|
@ -20,7 +20,7 @@ source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"
|
||||||
LOG="Install-Logs/install-$(date +%d-%H%M%S)_input.log"
|
LOG="Install-Logs/install-$(date +%d-%H%M%S)_input.log"
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
echo "${WARN} This script will add or remove your user from the 'input' group."
|
echo "${WARN} This script will add your user to the 'input' group."
|
||||||
echo "${NOTE} Please note that adding yourself to the 'input' group might be necessary for waybar keyboard-state functionality."
|
echo "${NOTE} Please note that adding yourself to the 'input' group might be necessary for waybar keyboard-state functionality."
|
||||||
|
|
||||||
if [[ -z $input_group_choid ]]; then
|
if [[ -z $input_group_choid ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue