mpd & ncmpcpp
This commit is contained in:
parent
e9ec31bb9f
commit
e7002aa5b4
4 changed files with 14 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
nvim/.netrwhist
|
nvim/.netrwhist
|
||||||
|
ncmpcpp/error.log
|
||||||
|
|
|
@ -14,6 +14,7 @@ What I use right now (stuff I have to install on a fresh linux install):
|
||||||
* nemo and lf
|
* nemo and lf
|
||||||
* rofi AND dmenu (weird i know)
|
* rofi AND dmenu (weird i know)
|
||||||
* neovim
|
* neovim
|
||||||
|
* emacs -- Work In Progress
|
||||||
* xreader
|
* xreader
|
||||||
* viewnior
|
* viewnior
|
||||||
* copyq
|
* copyq
|
||||||
|
@ -25,8 +26,9 @@ What I use right now (stuff I have to install on a fresh linux install):
|
||||||
* lxqt-policykit
|
* lxqt-policykit
|
||||||
* pavucontrol
|
* pavucontrol
|
||||||
* brave
|
* brave
|
||||||
* rhythmbox -- TODO migrate to a MPD based music player
|
* ~~rhythmbox -- TODO migrate to a MPD based music player~~
|
||||||
* lxapperance (optional)
|
* MPD and ncmpcpp
|
||||||
|
* lxapperance
|
||||||
* NerdFonts
|
* NerdFonts
|
||||||
* **DASH set as /bin/sh** (Arch Linux)
|
* **DASH set as /bin/sh** (Arch Linux)
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,7 @@ then
|
||||||
goconfig sxhkd
|
goconfig sxhkd
|
||||||
goconfig picom.conf
|
goconfig picom.conf
|
||||||
goconfig nvim
|
goconfig nvim
|
||||||
|
goconfig ncmcpp
|
||||||
goconfig lf
|
goconfig lf
|
||||||
goconfig emacs
|
goconfig emacs
|
||||||
|
|
||||||
|
|
8
ncmpcpp/config
Normal file
8
ncmpcpp/config
Normal 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)"
|
||||||
|
|
Loading…
Reference in a new issue