mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: new tabs in rmpc
This commit is contained in:
parent
cf581e30cc
commit
d96797892e
1 changed files with 11 additions and 8 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
directories_sort: SortFormat(group_by_type: true, reverse: false),
|
directories_sort: SortFormat(group_by_type: true, reverse: false),
|
||||||
album_art: (
|
album_art: (
|
||||||
method: Auto,
|
method: Auto,
|
||||||
max_size_px: (width: 1200, height: 1200),
|
max_size_px: (width: 480, height: 480),
|
||||||
disabled_protocols: ["http://", "https://"],
|
disabled_protocols: ["http://", "https://"],
|
||||||
vertical_align: Center,
|
vertical_align: Center,
|
||||||
horizontal_align: Center,
|
horizontal_align: Center,
|
||||||
|
|
@ -34,13 +34,11 @@
|
||||||
".": VolumeUp,
|
".": VolumeUp,
|
||||||
"<Tab>": NextTab,
|
"<Tab>": NextTab,
|
||||||
"<S-Tab>": PreviousTab,
|
"<S-Tab>": PreviousTab,
|
||||||
"1": SwitchToTab("Queue"),
|
"1": SwitchToTab("Home"),
|
||||||
"2": SwitchToTab("Directories"),
|
"2": SwitchToTab("Collection"),
|
||||||
"3": SwitchToTab("Artists"),
|
"3": SwitchToTab("Artists"),
|
||||||
"4": SwitchToTab("Album Artists"),
|
"4": SwitchToTab("Playlists"),
|
||||||
"5": SwitchToTab("Albums"),
|
"5": SwitchToTab("Search"),
|
||||||
"6": SwitchToTab("Playlists"),
|
|
||||||
"7": SwitchToTab("Search"),
|
|
||||||
"q": Quit,
|
"q": Quit,
|
||||||
">": NextTrack,
|
">": NextTrack,
|
||||||
"p": TogglePause,
|
"p": TogglePause,
|
||||||
|
|
@ -138,6 +136,11 @@
|
||||||
(size: "100%", borders: "ALL", pane: Pane(Directories)),
|
(size: "100%", borders: "ALL", pane: Pane(Directories)),
|
||||||
])
|
])
|
||||||
),
|
),
|
||||||
|
(name: "Artists", pane: Split(direction: Horizontal, panes: [
|
||||||
|
(size: "100%", borders: "ALL", pane: Pane(AlbumArtists)),
|
||||||
|
])
|
||||||
|
|
||||||
|
),
|
||||||
(name: "Playlists", pane: Split(direction: Horizontal, panes: [
|
(name: "Playlists", pane: Split(direction: Horizontal, panes: [
|
||||||
(size: "100%", borders: "ALL", pane: Pane(Playlists)),
|
(size: "100%", borders: "ALL", pane: Pane(Playlists)),
|
||||||
])
|
])
|
||||||
|
|
@ -149,7 +152,7 @@
|
||||||
],
|
],
|
||||||
cava: (
|
cava: (
|
||||||
framerate: 200, autosens: true, sensitivity: 100,
|
framerate: 200, autosens: true, sensitivity: 100,
|
||||||
lower_cutoff_freq: 50, higher_cutoff_freq: 15000,
|
lower_cutoff_freq: 20, higher_cutoff_freq: 20000,
|
||||||
input: (
|
input: (
|
||||||
method: Fifo,
|
method: Fifo,
|
||||||
source: "/tmp/mpd.fifo",
|
source: "/tmp/mpd.fifo",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue