mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 11:49:33 +00:00
~
This commit is contained in:
parent
bb5c008b93
commit
ba7685dc06
3 changed files with 30 additions and 4 deletions
|
@ -26,8 +26,8 @@
|
|||
"p": TogglePause,
|
||||
"s": Stop,
|
||||
"q": Quit,
|
||||
"<C-A-Left>": NextTab,
|
||||
"<C-A-Right>": PreviousTab,
|
||||
"<C-A-Right>": NextTab,
|
||||
"<C-A-Left>": PreviousTab,
|
||||
">": NextTrack,
|
||||
"<": PreviousTrack,
|
||||
"<S-Right>": SeekForward,
|
||||
|
@ -66,7 +66,7 @@
|
|||
"n": NextResult,
|
||||
"<CR>": Add,
|
||||
"A": AddAll,
|
||||
"<Delete>": Delete,
|
||||
"<Del>": Delete,
|
||||
"r": Rename,
|
||||
"<Home>": Top,
|
||||
"<End>": Bottom,
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
current_item_style: (fg: "black", bg: "blue", modifiers: "Bold"),
|
||||
borders_style: (fg: "blue"),
|
||||
highlight_border_style: (fg: "blue"),
|
||||
symbols: (song: " ", dir: ":", marker: ">", ellipsis: "..."),
|
||||
symbols: (song: " ", dir: "-", marker: ">", ellipsis: "..."),
|
||||
progress_bar: (
|
||||
symbols: ["█", "▌", " "],
|
||||
track_style: (fg: "#1e2030"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue