From 514f70101f1d3951229fc7ef587210f8f9aa1e31 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Wed, 6 May 2020 13:20:46 -0400 Subject: [PATCH] Remove spotify-tui --- .config/spotify-tui/config.yml | 49 ---------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 .config/spotify-tui/config.yml diff --git a/.config/spotify-tui/config.yml b/.config/spotify-tui/config.yml deleted file mode 100644 index f1ba9ec..0000000 --- a/.config/spotify-tui/config.yml +++ /dev/null @@ -1,49 +0,0 @@ - -# The theme colours can be an rgb string of the form "255, 255, 255" or a string that references the colours from your terminal theme: Reset, Black, Red, Green, Yellow, Blue, Magenta, Cyan, Gray, DarkGray, LightRed, LightGreen, LightYellow, LightBlue, LightMagenta, LightCyan, White. -theme: - active: Green - banner: Green - error_border: Red - error_text: LightRed - hint: Yellow - hovered: Green - inactive: Gray - playbar_background: Black - playbar_progress: Green - playbar_text: White - selected: Green - text: "255, 255, 255" - -behavior: - seek_milliseconds: 5000 - volume_increment: 10 - # The lower the number the higher the "frames per second". You can decrease this number so that the audio visualisation is smoother but this can be expensive! - tick_rate_milliseconds: 250 - -keybindings: - # Key stroke can be used if it only uses two keys: - # ctrl-q works, - # ctrl-alt-q doesn't. - back: "ctrl-q" - - jump_to_album: "a" - - # Shift modifiers use a capital letter (also applies with other modifier keys - # like ctrl-A) - jump_to_artist_album: "A" - - manage_devices: "d" - decrease_volume: "-" - increase_volume: "+" - toggle_playback: " " - seek_backwards: "<" - seek_forwards: ">" - next_track: "n" - previous_track: "p" - copy_song_url: "c" - copy_album_url: "C" - help: "?" - shuffle: "s" - repeat: "r" - search: "/" - audio_analysis: "v"