summaryrefslogtreecommitdiff
path: root/.config/cmus
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2021-11-06 20:25:45 -0400
committerSam Chudnick <sam@chudnick.com>2021-11-06 20:25:45 -0400
commit82df70eff06e7b44ee84283070d7f801f7fc1d92 (patch)
treed17ea9cc6e012b16ff0cdeffcf4a97b5e5cd2d11 /.config/cmus
initial commit
Diffstat (limited to '.config/cmus')
-rw-r--r--.config/cmus/rc89
1 files changed, 89 insertions, 0 deletions
diff --git a/.config/cmus/rc b/.config/cmus/rc
new file mode 100644
index 0000000..4ffe095
--- /dev/null
+++ b/.config/cmus/rc
@@ -0,0 +1,89 @@
1# Colorscheme "night"
2set color_cmdline_attr=default
3set color_cmdline_bg=default
4set color_cmdline_fg=255
5set color_cur_sel_attr=default
6set color_error=196
7set color_info=220
8set color_separator=green
9set color_statusline_attr=default
10set color_statusline_bg=234
11set color_statusline_fg=45
12set color_titleline_attr=default
13set color_titleline_bg=default
14set color_titleline_fg=46
15set color_trackwin_album_attr=bold
16set color_trackwin_album_bg=default
17set color_trackwin_album_fg=default
18set color_win_attr=default
19set color_win_bg=default
20set color_win_cur=46
21set color_win_cur_attr=default
22set color_win_cur_sel_attr=default
23set color_win_cur_sel_bg=235
24set color_win_cur_sel_fg=118
25set color_win_dir=250
26set color_win_fg=255
27set color_win_inactive_cur_sel_attr=default
28set color_win_inactive_cur_sel_bg=233
29set color_win_inactive_cur_sel_fg=46
30set color_win_inactive_sel_attr=default
31set color_win_inactive_sel_bg=234
32set color_win_inactive_sel_fg=green
33set color_win_sel_attr=default
34set color_win_sel_bg=235
35set color_win_sel_fg=45
36set color_win_title_attr=default
37set color_win_title_bg=234
38set color_win_title_fg=45
39
40# Settings
41set aaa_mode=all
42set auto_expand_albums_follow=false
43set auto_expand_albums_search=false
44set auto_expand_albums_selcur=false
45set auto_reshuffle=true
46set confirm_run=true
47set continue=true
48set continue_album=true
49set display_artist_sort_name=false
50set dsp.alsa.device=default
51set follow=true
52set lib_sort=album tracknumber title date
53set mixer.alsa.channel=Master
54set mixer.alsa.device=default
55set mixer.pulse.restore_volume=1
56set mouse=false
57set mpris=false
58set output_plugin=alsa
59set play_library=true
60set play_sorted=false
61set repeat=true
62set resume=true
63set set_term_title=true
64set show_all_tracks=true
65set show_current_bitrate=false
66set show_playback_position=true
67set show_remaining_time=false
68set shuffle=true
69set smart_artist_sort=true
70
71# Keybindings
72bind -f common [ vol -1% -1%
73bind -f common ] vol +1% +1%
74bind -f common D win-remove
75bind -f common h win-next
76bind -f common j win-down
77bind -f common k win-up
78bind -f common l win-next
79bind -f common n search-next
80bind -f common N search-prev
81bind -f common ^D win-page-down
82bind -f common ^U win-page-up
83bind -f common q quit
84bind -f common { vol -5% -5%
85bind -f common } vol +5% +5%
86bind -f common g win-top
87bind -f common G win-bottom
88bind -f common left seek -5
89bind -f common right seek +5