lf and ncmpcpp
This commit is contained in:
parent
80c5830b7d
commit
dd7f80e3fc
|
|
@ -108,4 +108,5 @@ map gr cd ~/code/repos
|
|||
map gv cd ~/vids/
|
||||
map gm cd ~/media/movies
|
||||
map gM cd ~/media
|
||||
map gs cd ~/.local/bin
|
||||
map gb cd ~/.local/bin
|
||||
map gs cd ~/.local/share
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ $HOME/.config
|
|||
$HOME
|
||||
$HOME/.local/bin
|
||||
$HOME/.local/src
|
||||
$HOME/.local/share
|
||||
$HOME/dl
|
||||
$HOME/dox
|
||||
$HOME/music
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
ncmpcpp_directory = "~/.config/ncmpcpp"
|
||||
lyrics_directory = "~/.local/share/lyrics"
|
||||
lyrics_fetchers = tekstowo, justsomelyrics, internet, musixmatch, genius, sing365, metrolyrics, jahlyrics, plyrics, zeneszoveg
|
||||
message_delay_time = "1"
|
||||
visualizer_type = "spectrum"
|
||||
song_list_format = {$4%a - }{%t}|{$8%f$9}$R{$3(%l)$9}
|
||||
|
|
|
|||
Loading…
Reference in New Issue