forked from GuardKenzie/miniplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example
50 lines (46 loc) · 984 Bytes
/
config.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[player]
font_width = 11
font_height = 24
volume_step = 5
auto_close = false
album_art_only = false
show_playlist = true
[art]
image_method = pixcat
[mpd]
host = localhost
port = 6600
# pass = example
# [keybindings]
# > = next_track
# < = last_track
# + = volume_up
# - = volume_down
# p = play_pause
# q = quit
# h = help
# i = toggle_info
# up = select_up
# down = select_down
# enter = select
# Up = move_up
# Down = move_down
# delete = delete
# x = shuffle
# r = repeat
# : = command_line
# [theme]
# # If a color is set to "auto", it will automatically pick the color based on the album art
# accent_color = auto
# bar_color = auto
# time_color = white
# command_hierarchy_color = yellow
# command_sep_color = white
#
# # The command line
# command_sep = ->
# command_char = :
#
# # The progress bar. Only one character allowed for body and head
# bar_body = -
# bar_head = >