pack: musescore

master
phga 3 years ago
parent 233dfb3ccd
commit 480b29e3b7
Signed by: phga
GPG Key ID: 5249548AA705F019

@ -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
}

@ -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

1 # First column: A = All, L = Laptop, D = Desktop
175 D,P,steam,play play have fun # Gaming
176 D,A,legendary,epic but better D,P,steam,play play have fun
177 D,A,protontricks,proton enhancements D,A,legendary,epic but better
178 D,A,protontricks,proton enhancements
179 # downgrade packages
180 A,A,downgrade
181

@ -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 */

Loading…
Cancel
Save