cleanup and rmpc
This commit is contained in:
parent
6e5342861c
commit
b330c1c08e
4 changed files with 40 additions and 40 deletions
|
@ -16,6 +16,7 @@
|
|||
status_update_interval_ms: 1000,
|
||||
select_current_song_on_change: false,
|
||||
browser_song_sort: [Disc, Track, Artist, Title],
|
||||
directories_sort: ModifiedTime(group_directories_first: true, reverse: true),
|
||||
album_art: (
|
||||
method: Auto,
|
||||
max_size_px: (width: 1200, height: 1200),
|
||||
|
@ -32,13 +33,13 @@
|
|||
"<Tab>": NextTab,
|
||||
"<S-Tab>": PreviousTab,
|
||||
"1": SwitchToTab("Queue"),
|
||||
# "2": SwitchToTab("Recently Added"),
|
||||
"2": SwitchToTab("Genre"),
|
||||
"3": SwitchToTab("Artists"),
|
||||
"4": SwitchToTab("Album Artists"),
|
||||
"5": SwitchToTab("Albums"),
|
||||
"6": SwitchToTab("Playlists"),
|
||||
"7": SwitchToTab("Search"),
|
||||
"2": SwitchToTab("Latest"),
|
||||
"3": SwitchToTab("Genre"),
|
||||
"4": SwitchToTab("Artists"),
|
||||
"5": SwitchToTab("Album Artists"),
|
||||
"6": SwitchToTab("Albums"),
|
||||
"7": SwitchToTab("Playlists"),
|
||||
"8": SwitchToTab("Search"),
|
||||
"q": Quit,
|
||||
">": NextTrack,
|
||||
"p": TogglePause,
|
||||
|
@ -119,10 +120,10 @@
|
|||
name: "Queue",
|
||||
pane: Pane(Queue),
|
||||
),
|
||||
# (
|
||||
# name: "Recently Added",
|
||||
# pane: Pane(Browser(root_tag: "album", separator: ";")),
|
||||
# ),
|
||||
(
|
||||
name: "Latest",
|
||||
pane: Pane(Directories),
|
||||
),
|
||||
(
|
||||
name: "Genre",
|
||||
pane: Pane(Browser(root_tag: "genre", separator: ";")),
|
||||
|
|
|
@ -141,8 +141,7 @@ in {
|
|||
"status-icons" = {
|
||||
"paused" = "";
|
||||
};
|
||||
"on-click-right" = "$HOME/.local/bin/wezapp ncmpcpp";
|
||||
|
||||
"on-click-right" = "$HOME/.local/bin/wezapp rmpc";
|
||||
};
|
||||
|
||||
"wlr/taskbar" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue