Kronos is a modern take on terminal music players. Written entirely in the Rust programming language to ensure minimal resource usage and memory safety. Meant for consuming local audio files without the need for internet.
Supports the following formats
Format |
---|
aac |
flac |
mp3 |
mp4 |
m4a |
ogg |
wav |
Works on Linux, untested on Mac
paru -S satori-kronos-git
- Download Release
https://github.com/TrevorSatori/Kronos/releases/tag/v0.69
-
Enter the following in Terminal, or download zip from the code dropdown at top of the page.
git clone https://github.com/TrevorSatori/Kronos.git
-
Change into directory
cd Kronos/
-
compile and run
cargo run --release
If the color scheme above isn't for you, it can be changed! Kronos default config path is
~/.config/kronos/config.toml
Below are all the color options for each parameter in the toml file.
black | blue | green | red | yellow | magenta | cyan | gray | dark gray | light red | light green | light yellow | light blue | light magenta | light cyan | white | rgb 0 - 255 |
The above makes use of both premade color options as well as rgb values and can be recreated with the following inside a config.toml.
[theme]
foreground = "200, 100, 250"
background = "black"
highlight_foreground = "white"
highlight_background = "255, 165, 0"
[layout]
progress_bar = 20
Currently this repo is being built by one full time college student. If you want to help besides leaving a star(Wink wink nudge nudge), make sure to open issues about all problems so they can be resolved immediately. For further ways to contribute visit the
Actively looking for custom themes to integrate into Kronos, if you enjoy ricing leave a comment on the discussions page.