refactor: oneshot removed;

fix: icons
This commit is contained in:
2025-09-30 15:05:54 +03:00
parent 678ce34802
commit 18b8d720f2
2 changed files with 8 additions and 6 deletions

View File

@@ -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: (

View File

@@ -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"),