diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-23 23:54:15 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-23 23:54:15 +0200 |
commit | 070cd87cae52483fa8d3340e815d5244fdaf0558 (patch) | |
tree | 032bc16f2983c154e04a75b78044fc1b54186838 /.config/ncmpc/config | |
parent | udpates (diff) | |
download | dotfiles-bsd-070cd87cae52483fa8d3340e815d5244fdaf0558.tar.gz dotfiles-bsd-070cd87cae52483fa8d3340e815d5244fdaf0558.tar.bz2 dotfiles-bsd-070cd87cae52483fa8d3340e815d5244fdaf0558.tar.xz dotfiles-bsd-070cd87cae52483fa8d3340e815d5244fdaf0558.tar.zst dotfiles-bsd-070cd87cae52483fa8d3340e815d5244fdaf0558.zip |
ncmpc update
Diffstat (limited to '')
-rw-r--r-- | .config/ncmpc/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/ncmpc/config b/.config/ncmpc/config index 7778012..34d34b6 100644 --- a/.config/ncmpc/config +++ b/.config/ncmpc/config @@ -13,3 +13,4 @@ color progressbar = red/black color status-state = yellow/black color status-song = yellow/black color status-time = yellow/black +list-format = "%artist% - %album% - %title%" |