Open floington500 opened 10 months ago
It only takes one line of code and makes the display manager look about five times better, you can simply add an ANSI escape code at the beginning like this:
# DISABLE THE CURSOR BLINKING echo -e '\033[?25l' name=$(basename "$0") longname='Console Display Manager' ver='0.7'
Making an option for this in the configuration file would be even better because the way I added it is a bit out of the blue.
It only takes one line of code and makes the display manager look about five times better, you can simply add an ANSI escape code at the beginning like this:
Making an option for this in the configuration file would be even better because the way I added it is a bit out of the blue.