Use "all" directory for groups

This commit is contained in:
Sonny Bakker 2025-03-15 00:13:27 +01:00
parent 4b8aaf3e95
commit 523b5cd49f
16 changed files with 13 additions and 13 deletions

View file

@ -1,32 +0,0 @@
## {{ 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