From 480b29e3b71c8d279fca1ab9b2da37cae6de0b0d Mon Sep 17 00:00:00 2001 From: phga Date: Sat, 5 Feb 2022 12:36:00 +0100 Subject: [PATCH] pack: musescore --- fresh.sh | 2 +- pack.csv | 1 + packages/st/config.def.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fresh.sh b/fresh.sh index 5d6c61e..1263955 100755 --- a/fresh.sh +++ b/fresh.sh @@ -27,7 +27,7 @@ todo=${todo:="install"} startup_msg() { - curr_platform=$(dialog --clear --title "Welcome to the Freshcript <3" --menu "Choose your current platform:" 0 0 2 "L" "Laptop" "D" "Desktop" 2>&1>/dev/tty) + curr_platform=$(dialog --clear --title "Welcome to the Freshcript <3" --menu "Choose your current platform:" 0 0 3 "L" "Laptop" "D" "Desktop" "S" "Server" 2>&1>/dev/tty) echo "Script started - Platform is: $curr_platform\n\n" >> $logfile } diff --git a/pack.csv b/pack.csv index 7fab8cb..6af1a31 100644 --- a/pack.csv +++ b/pack.csv @@ -175,6 +175,7 @@ A,A,ccls-git,lsp-server for C/C++ # A,P,mpd,music server # A,P,mpc,cli for mpd # A,P,ario,gui frontend for mpd +A,P,musescore,Create sheet music # Videos and Youtube A,P,yt-dlp,Youtube Downloader used in mpv diff --git a/packages/st/config.def.h b/packages/st/config.def.h index e490ac1..19d03ec 100644 --- a/packages/st/config.def.h +++ b/packages/st/config.def.h @@ -94,7 +94,7 @@ static const char *colorname[] = { [6] = "#8abeb7", /* cyan */ [7] = "#c5c8c6", /* white */ - /* 8 bright colors */ + /* 8 bold colors */ [8] = "#969896", /* black */ [9] = "#cc6666", /* red */ [10] = "#b5bd68", /* green */