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, "f": SeekForward,
"z": ToggleRepeat, "z": ToggleRepeat,
"x": ToggleRandom, "x": ToggleRandom,
"c": ToggleConsume, "c": ToggleConsumeOnOff,
"v": ToggleSingle, "v": ToggleSingleOnOff,
"b": SeekBack, "b": SeekBack,
"~": ShowHelp, "~": ShowHelp,
"I": ShowCurrentSongInfo, "I": ShowCurrentSongInfo,
"O": ShowOutputs, "O": ShowOutputs,
"P": ShowDecoders, "P": ShowDecoders,
"R": AddRandom,
}, },
navigation: { navigation: {
"k": Up, "k": Up,
@@ -90,6 +91,7 @@
"d": Delete, "d": Delete,
"i": ShowInfo, "i": ShowInfo,
"o": JumpToCurrent, "o": JumpToCurrent,
"Z": Shuffle
}, },
), ),
search: ( search: (

View File

@@ -24,10 +24,10 @@
borders_style: (fg: "yellow"), borders_style: (fg: "yellow"),
highlight_border_style: (fg: "blue"), highlight_border_style: (fg: "blue"),
symbols: ( symbols: (
song: "󰎇", song: "󰎇 ",
dir: "", dir: " ",
playlist: "󰲸", playlist: "󰲸 ",
marker: "󰄳", marker: "󰄳 ",
ellipsis: "...", ellipsis: "...",
song_style: (fg: "cyan", modifiers: None), song_style: (fg: "cyan", modifiers: None),
dir_style: (fg: "yellow"), dir_style: (fg: "yellow"),