Group/host variable refactor
This commit is contained in:
parent
eb308670cc
commit
4b8aaf3e95
78 changed files with 445 additions and 374 deletions
32
templates/personal/mpd/ncmpc.j2
Normal file
32
templates/personal/mpd/ncmpc.j2
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
## {{ ansible_managed }}
|
||||
#
|
||||
##
|
||||
## Configuration file for ncmpc (~/.config/ncmpc/config)
|
||||
##
|
||||
|
||||
############## Connection ###################
|
||||
## Connect to mpd running on a specified host
|
||||
host = {{ mpd_remote_address }}
|
||||
|
||||
## Connect to mpd on the specified port.
|
||||
port = {{ mpd_remote_port }}
|
||||
|
||||
############## Theme ###################
|
||||
# Topbar
|
||||
color title = 0/254
|
||||
color line = 0/254
|
||||
|
||||
# Main window
|
||||
color background = 15
|
||||
color list = 239/15
|
||||
color browser-directory = 239/15
|
||||
color browser-playlist = 239/15
|
||||
|
||||
# Selected
|
||||
color list-bold = 147/255
|
||||
|
||||
# Bottombar
|
||||
color progressbar = 0
|
||||
color status-state = 0/255
|
||||
color status-song = 0/255
|
||||
color status-time = 0/255
|
||||
Loading…
Add table
Add a link
Reference in a new issue