commit e7dbd0a94f9e6a2aa9a323fc813895e0e63687bd Author: xesc Date: Sat Dec 9 19:43:50 2023 +0100 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f605e33 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +userstate.cbor diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..79ee458 --- /dev/null +++ b/config.toml @@ -0,0 +1,30 @@ +use_nerdfont = true +flip_status_indicators = true +notify = true +shuffle = false + + +[keybindings] +"Ctrl+f" = "search" +"Ctrl+q" = "focus queue" +"Ctrl+l" = "focus library" + +[theme] +#background = "default" +primary = "#ffffff" +secondary = "ffffff" +title = "#ffffff" +playing = "#fabd2f" +playing_selected = "#141517" +highlight = "#ffffff" +highlight_bg = "#478061" +highlight_inactive_bg= "2A4C3A" +#error = "#fbf1c7" +#error_bg = "#cc241d" +statusbar_progress = "#478061" +statusbar_progress_bg = "#141517" +#statusbar_bg = "#282828" +statusbar = "#478061" +cmdline = "#ffffff" +cmdline_bg = "#141517" +