Completely minimal setup to play your favorite playlist in a terminal (that is the best part)
I have made a simple C code for that;
I think the terminal should be elegant, and a music player inside the terminal is a must.
*Video demonstration
To make a desktop icon in Linux, follow these steps;
*Type these commands in Terminal
1. chmod +x /complete path of the executable file
2. nano ~/Desktop/termu.desktop
(It will show this)
[Desktop Entry]
Name=termu
Comment=Launch your terminal music player application
Exec=gnome-terminal -- /complete path of the executable file
Icon=/home/nitesh/Desktop/devv/termu/icon.png
Terminal=true
Type=Application
Categories=Audio;Music;
*Change the bold things accordingly.
*Press Ctrl+o - Enter - Ctrl+x
3. chmod +x ~/home/nitesh/Desktop/termu.desktop
(also change the path accordingly)
This will make a perfect desktop icon that looks pretty cool.