diff --git a/extras/CONFIG.md b/extras/CONFIG.md index 26b7c51..5c120a8 100644 --- a/extras/CONFIG.md +++ b/extras/CONFIG.md @@ -1,8 +1,8 @@ ***This file is auto generated. If you find any bugs please open an issue*** ## Default Configuration ```yml -cachedir: $XDG_CACHE_HOME -redrawinterval: 500 +cache_dir: $XDG_CACHE_HOME +redraw_interval: 500 colors: artist: fg: pink @@ -28,15 +28,15 @@ colors: fg: red bold: false italic: true - pbarartist: + pbar_artist: fg: blue bold: true italic: false - pbartrack: + pbar_track: fg: green bold: true italic: true - playlistnav: + playlist_nav: fg: coral bold: false italic: false @@ -44,11 +44,11 @@ colors: fg: papayawhip bold: false italic: false - contextmenu: + context_menu: fg: turquoise bold: true italic: false - borderfocus: + border_focus: fg: white bold: false italic: false @@ -60,66 +60,66 @@ colors: fg: white bold: true italic: false -additionalpaddingx: 0 -additionalpaddingy: 0 -imagewidthextrax: 0 -imagewidthextray: 0 -hideimage: false -roundedcorners: false +additional_padding_x: 0 +additional_padding_y: 0 +image_width_extra_x: 0 +image_width_extra_y: 0 +hide_image: false +rounded_corners: false mappings: - playlist_view: + top_tracks_view: open_entry: "ctrl-m" + play_entry: "ctrl-p" liked_songs_view: open_entry: "ctrl-m" - artist_view: + albums_view: open_entry: "ctrl-m" play_entry: "ctrl-p" - albums_view: - play_entry: "ctrl-p" + recently_played_view: + open_entry: "ctrl-m" + nav_menu: + open_entry: "ctrl-m" + global: + focus_nav: "1" + toggle_playback: " " + open_current_track_album: "o" + open_current_track_artist: "O" + open_current_context: "ctrl-o" + choose_device: "d" + focus_playlists: "2" + focus_main_view: "3" + focus_search: "?" + playlist_view: open_entry: "ctrl-m" album_view: open_entry: "ctrl-m" - recently_played_view: + search_view: open_entry: "ctrl-m" - global: - focus_playlists: "2" - open_current_track_artist: "O" - focus_search: "?" - toggle_playback: " " - open_current_track_album: "o" - open_current_context: "ctrl-o" - choose_device: "d" - focus_nav: "1" - focus_main_view: "3" playlist_nav: open_entry: "ctrl-m" play_entry: "ctrl-p" - top_tracks_view: - open_entry: "ctrl-m" - play_entry: "ctrl-p" artists_view: open_entry: "ctrl-m" - nav_menu: - open_entry: "ctrl-m" - search_view: + artist_view: open_entry: "ctrl-m" + play_entry: "ctrl-p" ``` ## Keys available to map ||| |--|--| | a-z | A-Z | | ctrl-a - ctrl-z | 0-9 | -| &, *, ), -, ., %, ^, ?, \|$, >, =, {, ], ', !, #, [, ", (, ,, \, , +, <, @, }, :, ;, _, / | enter | -| up_right | center | -| right | pgup | -| delete | tab | -| help | clear | -| exit | pause | -| backtab | up | -| down_left | insert | -| cancel | escape | -| backspace | down_right | -| end | home | -| print | down | -| pgdn | esc | -| up_left | backspace2 | +| [, ], !, @, &, (, ), }, \|;, $, %, *, -, :, ', ", _, <, ?, {, =, \, , #, ., >, /, ^, +, , | backtab | +| clear | pause | +| center | left | +| down_right | cancel | +| delete | enter | +| backspace | print | +| tab | escape | +| insert | end | +| help | pgdn | +| pgup | down_left | +| up | down | +| right | up_left | +| up_right | home | +| backspace2 | exit |