diff options
Diffstat (limited to '')
-rw-r--r-- | .config/cmus/rc | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/.config/cmus/rc b/.config/cmus/rc new file mode 100644 index 0000000..b7dcde5 --- /dev/null +++ b/.config/cmus/rc @@ -0,0 +1,71 @@ +bind -f common > player-next +bind -f common B player-next-album +bind -f common space player-pause +bind -f common < player-prev +bind -f common Z player-prev-album +bind -f common backspace player-stop + +bind -f common b seek -5 +bind -f common f seek +5 +bind -f common h seek -5 +bind -f common l seek +5 +bind -f common J seek -1m +bind -f common K seek +1m + +bind -f common 9 vol -5% +bind -f common 0 vol +5% +bind -f common - vol -5% +bind -f common + vol +5% +bind -f common = vol +5% + +bind -f common x win-remove +bind -f common D win-remove +bind -f common d win-remove +bind -f common delete win-remove + +bind -f common A win-add-Q +bind -f common a win-add-q +bind -f common e win-add-l + +bind -f common v win-toggle +bind -f common enter win-toggle + +fset grunge=genre="Grunge" + +set set_term_title=false +set stop_after_queue=true +set status_display_program=/usr/local/bin/cmus-notify + +set color_error=red +set color_info=default +set color_separator=black +set color_statusline_bg=black +set color_statusline_fg=yellow +set color_statusline_progress_bg=black +set color_statusline_progress_fg=yellow +set color_titleline_attr=bold +set color_titleline_bg=black +set color_titleline_fg=yellow +set color_trackwin_album_attr=bold +set color_trackwin_album_bg=default +set color_trackwin_album_fg=default +set color_win_bg=default +set color_win_cur_attr=bold +set color_win_cur=red +set color_win_cur_sel_attr=bold +set color_win_cur_sel_bg=black +set color_win_cur_sel_fg=red +set color_win_sel_attr=default +set color_win_sel_bg=black +set color_win_sel_fg=default +set color_win_dir=lightblue +set color_win_fg=gray +set color_win_inactive_cur_sel_attr=default +set color_win_inactive_cur_sel_bg=darkgray +set color_win_inactive_cur_sel_fg=default +set color_win_inactive_sel_attr=default +set color_win_inactive_sel_bg=black +set color_win_inactive_sel_fg=gray +set color_win_title_attr=bold +set color_win_title_bg=black +set color_win_title_fg=yellow |