diff --git a/launcher.sh b/launcher.sh index dba811e..3815c25 100755 --- a/launcher.sh +++ b/launcher.sh @@ -1,6 +1,8 @@ #!/bin/bash -if [ "$(xrandr | grep ' connected' | wc -l)" -eq 1 ]; then +# Author: CryoByte33 and contributors to the CryoUtilities project + +if [ "$(xrandr | grep -c ' connected')" -eq 1 ]; then export FYNE_SCALE=0.25 fi -"$HOME"/.cryo_utilities/cryo_utilities gui +"$HOME/.cryo_utilities/cryo_utilities" gui