diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-28 23:11:08 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-28 23:32:17 +0800 |
commit | 4b5abb8a21658623be26e1ad03712e65cae5a415 (patch) | |
tree | dcf7511a6013c62d103d5bf92e2e2b83be180fec /mpd/ncmpcpp/config | |
parent | fadb9706c50894058d71738d4dfc508c6922ee9a (diff) |
Add ncmpcpp layout
ref: https://radumirea.com/blog/ncmpcpp-with-album-art
Diffstat (limited to 'mpd/ncmpcpp/config')
-rw-r--r-- | mpd/ncmpcpp/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mpd/ncmpcpp/config b/mpd/ncmpcpp/config index 87deeb0..6814e2a 100644 --- a/mpd/ncmpcpp/config +++ b/mpd/ncmpcpp/config | |||
@@ -10,7 +10,8 @@ mpd_port = "6600" | |||
10 | mpd_crossfade_time = "2" | 10 | mpd_crossfade_time = "2" |
11 | 11 | ||
12 | ### Script ### | 12 | ### Script ### |
13 | execute_on_song_change="~/.config/ncmpcpp/scripts/album-art" | 13 | #execute_on_song_change="~/.config/ncmpcpp/scripts/album-art" |
14 | execute_on_song_change = "~/.ncmpcpp/cover_obs.sh" | ||
14 | 15 | ||
15 | ### Behaviour ### | 16 | ### Behaviour ### |
16 | message_delay_time = 1 | 17 | message_delay_time = 1 |
@@ -91,3 +92,4 @@ lines_scrolled = "2" | |||
91 | 92 | ||
92 | system_encoding = "utf-8" | 93 | system_encoding = "utf-8" |
93 | regular_expressions = "extended" | 94 | regular_expressions = "extended" |
95 | |||