diff --git a/rmpc/config.ron b/rmpc/config.ron index cd02669..d1769d5 100644 --- a/rmpc/config.ron +++ b/rmpc/config.ron @@ -41,13 +41,14 @@ "f": SeekForward, "z": ToggleRepeat, "x": ToggleRandom, - "c": ToggleConsume, - "v": ToggleSingle, + "c": ToggleConsumeOnOff, + "v": ToggleSingleOnOff, "b": SeekBack, "~": ShowHelp, "I": ShowCurrentSongInfo, "O": ShowOutputs, "P": ShowDecoders, + "R": AddRandom, }, navigation: { "k": Up, @@ -90,6 +91,7 @@ "d": Delete, "i": ShowInfo, "o": JumpToCurrent, + "Z": Shuffle }, ), search: ( diff --git a/rmpc/themes/kolinux.ron b/rmpc/themes/kolinux.ron index ef2e4cc..09ae36f 100644 --- a/rmpc/themes/kolinux.ron +++ b/rmpc/themes/kolinux.ron @@ -24,10 +24,10 @@ borders_style: (fg: "yellow"), highlight_border_style: (fg: "blue"), symbols: ( - song: "󰎇", - dir: "", - playlist: "󰲸", - marker: "󰄳", + song: "󰎇 ", + dir: " ", + playlist: "󰲸 ", + marker: "󰄳 ", ellipsis: "...", song_style: (fg: "cyan", modifiers: None), dir_style: (fg: "yellow"),