Update nvidia-xrun support
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
79de524ab1
commit
738f83183f
4 changed files with 7 additions and 2 deletions
|
@ -27,6 +27,7 @@ GREEN='\033[32m'
|
|||
RED='\033[31m'
|
||||
BLUE='\033[34m'
|
||||
YELLOW='\033[33m'
|
||||
BOLD="$(tput bold)"
|
||||
|
||||
#######################################
|
||||
# Helper functions
|
||||
|
@ -48,7 +49,7 @@ function print_notify() {
|
|||
# Prints a section title.
|
||||
# USAGE: print_section TITLE
|
||||
function print_section() {
|
||||
echo -e "${YELLOW}┌──────────────────────────────────────────────────────────────────────────────┐"
|
||||
echo -e "${YELLOW}${BOLD}┌──────────────────────────────────────────────────────────────────────────────┐"
|
||||
echo -e "│ $(printf "%-77s" "${1}")│"
|
||||
echo -e "└──────────────────────────────────────────────────────────────────────────────┘${RESET}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue