aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpd/ncmpcpp/config
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-02-28 23:11:08 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-02-28 23:32:17 +0800
commit4b5abb8a21658623be26e1ad03712e65cae5a415 (patch)
treedcf7511a6013c62d103d5bf92e2e2b83be180fec /mpd/ncmpcpp/config
parentfadb9706c50894058d71738d4dfc508c6922ee9a (diff)
Add ncmpcpp layout
ref: https://radumirea.com/blog/ncmpcpp-with-album-art
Diffstat (limited to 'mpd/ncmpcpp/config')
-rw-r--r--mpd/ncmpcpp/config4
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"
10mpd_crossfade_time = "2" 10mpd_crossfade_time = "2"
11 11
12### Script ### 12### Script ###
13execute_on_song_change="~/.config/ncmpcpp/scripts/album-art" 13#execute_on_song_change="~/.config/ncmpcpp/scripts/album-art"
14execute_on_song_change = "~/.ncmpcpp/cover_obs.sh"
14 15
15### Behaviour ### 16### Behaviour ###
16message_delay_time = 1 17message_delay_time = 1
@@ -91,3 +92,4 @@ lines_scrolled = "2"
91 92
92system_encoding = "utf-8" 93system_encoding = "utf-8"
93regular_expressions = "extended" 94regular_expressions = "extended"
95