Add mpd and termite
This commit is contained in:
parent
4b5f727912
commit
abb3fcdb12
|
@ -0,0 +1,31 @@
|
|||
# See: /usr/share/doc/mpd/mpdconf.example
|
||||
|
||||
music_directory "~/music/"
|
||||
|
||||
pid_file "~/.mpd/mpd.pid"
|
||||
db_file "~/.mpd/mpd.db"
|
||||
state_file "~/.mpd/mpdstate"
|
||||
playlist_directory "~/music/playlists/MPD"
|
||||
|
||||
bind_to_address "127.0.0.1"
|
||||
|
||||
user "h7x4"
|
||||
group "h7x4"
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "pulse audio"
|
||||
}
|
||||
|
||||
input {
|
||||
plugin "flac"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "fifo"
|
||||
name "my_fifo"
|
||||
path "/tmp/mpd.fifo"
|
||||
format "44100:16:2"
|
||||
}
|
||||
|
||||
filesystem_charset "UTF-8"
|
|
@ -0,0 +1,43 @@
|
|||
[options]
|
||||
font = Fira Code Retina 12
|
||||
clickable_url = true
|
||||
allow_bold = true
|
||||
scoll_on_keystroke = true
|
||||
mouse_autohide = true
|
||||
|
||||
[colors]
|
||||
background= #272822
|
||||
foreground= #f8f8f2
|
||||
cursor = #f8f8f2
|
||||
|
||||
# Black
|
||||
color0= #000000
|
||||
color8= #75715e
|
||||
|
||||
# red
|
||||
color1= #f92672
|
||||
color9= #f92672
|
||||
|
||||
# green
|
||||
color2= #a6e22e
|
||||
color10= #a6e22e
|
||||
|
||||
# yellow
|
||||
color3= #f4bf75
|
||||
color11= #f4bf75
|
||||
|
||||
# blue
|
||||
color4= #66d9ef
|
||||
color12= #66d9ef
|
||||
|
||||
# magenta
|
||||
color5= #ae81ff
|
||||
color13= #ae81ff
|
||||
|
||||
# cyan
|
||||
color6= #a1efe4
|
||||
color14= #a1efe4
|
||||
|
||||
# white
|
||||
color7= #f8f8f2
|
||||
color15= #f9f8f5
|
Loading…
Reference in New Issue