diff options
Diffstat (limited to '.config/cmus/rc')
-rw-r--r-- | .config/cmus/rc | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/.config/cmus/rc b/.config/cmus/rc index d0872ec..697b849 100644 --- a/.config/cmus/rc +++ b/.config/cmus/rc @@ -1,11 +1,41 @@ +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 @@ -13,8 +43,12 @@ 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 @@ -23,9 +57,15 @@ set color_win_cur_sel_bg=black set color_win_cur_sel_fg=red set color_win_sel_attr=bold set color_win_sel_bg=black -set color_win_sel_fg=gray +set color_win_sel_fg=red set color_win_dir=lightblue set color_win_fg=gray +set color_win_inactive_cur_sel_attr=bold +set color_win_inactive_cur_sel_bg=darkgray +set color_win_inactive_cur_sel_fg=red +set color_win_inactive_sel_attr=bold +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 |