Add mpd and termite

pull/1/head
Oystein Kristoffer Tveit 2021-02-15 18:52:43 +01:00
parent 4b5f727912
commit abb3fcdb12
2 changed files with 74 additions and 0 deletions

View File

@ -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"

View File

@ -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