]> Freerunner's - dotfiles.git/commitdiff
ncmpcpp: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Wed, 13 Dec 2023 15:53:47 +0000 (16:53 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
.gitignore
ncmpcpp/.config/ncmpcpp/config
ncmpcpp/.config/ncmpcpp/previews/default_cover.png [new file with mode: 0644]

index 1739aeee9f420821b0d74fbc9451506885b4c5bb..348794e40284a2d85e73e5c5a48dc409fc6b8606 100644 (file)
@@ -8,7 +8,8 @@ secring.*
 *.kdbx
 *.key
 *.keyx
-previews/*
+
+**/previews/*
 
 OpenRGB.json
 
index b17fd6c1b66fbf151dffd25b6a9b19d7fac34869..d1deba7a72ba763eda25c103dd3bf7daa1d9efe0 100644 (file)
@@ -16,3 +16,5 @@ display_bitrate = yes
 display_remaining_time = yes
 use_console_editor = yes
 
+execute_on_song_change = $HOME/.local/bin/songinfo
+
diff --git a/ncmpcpp/.config/ncmpcpp/previews/default_cover.png b/ncmpcpp/.config/ncmpcpp/previews/default_cover.png
new file mode 100644 (file)
index 0000000..0574323
Binary files /dev/null and b/ncmpcpp/.config/ncmpcpp/previews/default_cover.png differ