pack: musescore
This commit is contained in:
parent
233dfb3ccd
commit
480b29e3b7
2
fresh.sh
2
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
|
||||
}
|
||||
|
||||
|
1
pack.csv
1
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
|
||||
|
|
@ -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…
x
Reference in New Issue
Block a user