aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpc-bar.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpc-bar.m b/mpc-bar.m
index eb5e9be..3df3cef 100644
--- a/mpc-bar.m
+++ b/mpc-bar.m
@@ -96,8 +96,8 @@ static int handler(void *userdata, const char *section, const char *name,
NSMapTable *songMap;
}
- (void)initConfig {
- config.host = NULL;
- config.port = 0;
+ config.host = "localhost";
+ config.port = 6600;
config.format = "[%name%: &[[%artist%|%performer%|%composer%|%albumartist%] - ]%title%]|%name%|[[%artist%|%performer%|%composer%|%albumartist%] - ]%title%|%file%";
config.idle_message = "No song playing";
config.show_queue = 1;