mpd & ncmpcpp

This commit is contained in:
vibikim 2021-02-19 10:23:23 +02:00
parent 2424981b61
commit 134684e192
4 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
nvim/.netrwhist
ncmpcpp/error.log

View file

@ -14,6 +14,7 @@ What I use right now (stuff I have to install on a fresh linux install):
* nemo and lf
* rofi AND dmenu (weird i know)
* neovim
* emacs -- Work In Progress
* xreader
* viewnior
* copyq
@ -25,8 +26,9 @@ What I use right now (stuff I have to install on a fresh linux install):
* lxqt-policykit
* pavucontrol
* brave
* rhythmbox -- TODO migrate to a MPD based music player
* lxapperance (optional)
* ~~rhythmbox -- TODO migrate to a MPD based music player~~
* MPD and ncmpcpp
* lxapperance
* NerdFonts
* **DASH set as /bin/sh** (Arch Linux)

View file

@ -32,6 +32,7 @@ then
goconfig sxhkd
goconfig picom.conf
goconfig nvim
goconfig ncmcpp
goconfig lf
goconfig emacs

8
ncmpcpp/config Normal file
View file

@ -0,0 +1,8 @@
#### connection settings #####
mpd_host = localhost
mpd_port = 6600
mpd_connection_timeout = 5
mpd_music_dir = /run/media/vibikim/WAD/Music
execute_on_song_change = notify-send "Now Playing" "$(mpc --format '%title% \n %artist% - %album%' current)"