diff options
author | Kalle Wallin <kaw@linux.se> | 2004-04-14 20:33:01 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-04-14 20:33:01 +0000 |
commit | 43a89fab0561fb076e31fd8096781a5bbf05fed2 (patch) | |
tree | 56d07edf863f2e70439bf51e6e8e0f6de346f739 /doc/config.sample | |
parent | b3c2cde0add26099f084ff58b31fc50a86c9e434 (diff) | |
download | mpd-43a89fab0561fb076e31fd8096781a5bbf05fed2.tar.gz mpd-43a89fab0561fb076e31fd8096781a5bbf05fed2.tar.xz mpd-43a89fab0561fb076e31fd8096781a5bbf05fed2.zip |
Renamed ncmpcrc.sample config.sample.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@762 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/config.sample')
-rw-r--r-- | doc/config.sample | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/config.sample b/doc/config.sample new file mode 100644 index 000000000..d97f69937 --- /dev/null +++ b/doc/config.sample @@ -0,0 +1,33 @@ +## +## Configuration file for ncmpc (~/.ncmpc/config) +## + +## auto center (center the playing track in the playlist) +#auto_center = no + +## wide_cursor - make the cursor as wide as the screen +#wide_cursor = no + +## +## Color configuration +## +## colors: black,red,green,yellow,blue,magenta,cyan,white +## + +## enable/disable colors +#enable_colors = no + +## background color +#background_color = black + +## text colors +#title_color = white +#line_color = green +#list_color = yellow +#progress_color = green +#status_color = white +#alert_color = yellow + + + + |