summaryrefslogtreecommitdiff
path: root/ar/.config
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-21 01:34:39 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-21 01:34:39 +0900
commit3f7e91f96d703dbf916d6f41d1cad64d8aa4a651 (patch)
treed3e0f322cef800989cbdf8df8543dab972d9ab91 /ar/.config
parent735760077c2b54b98a557dccc02d76f74697de40 (diff)
modified rmpc/config.ron, modified themes/catppuccin-mocha.ron
Diffstat (limited to 'ar/.config')
-rw-r--r--ar/.config/rmpc/config.ron93
-rw-r--r--ar/.config/rmpc/themes/catppuccin-mocha.ron10
2 files changed, 55 insertions, 48 deletions
diff --git a/ar/.config/rmpc/config.ron b/ar/.config/rmpc/config.ron
index 8ccbccb..aaed946 100644
--- a/ar/.config/rmpc/config.ron
+++ b/ar/.config/rmpc/config.ron
@@ -36,40 +36,40 @@
),
keybinds: (
global: {
- "q": Quit,
- "?": ShowHelp,
+ ",": VolumeDown,
+ ".": VolumeUp,
+ "0": SwitchToTab("Queue"),
+ "1": SwitchToTab("Artists"),
+ "2": SwitchToTab("Artist"),
+ "3": SwitchToTab("Albums"),
+ "4": SwitchToTab("Library"),
+ "5": SwitchToTab("Playlists"),
+ "F": SwitchToTab("Search"),
":": CommandMode,
+ "<": PreviousTrack,
+ "<Tab>": NextTab,
+ "<S-Tab>": PreviousTab,
+ ">": NextTrack,
+ "R": AddRandom,
+ "b": SeekBack,
+ "f": SeekForward,
+ "gT": PreviousTab,
+ "gt": NextTab,
+ "oP": Partition(),
+ "?": ShowHelp,
"oI": ShowCurrentSongInfo,
+ "od": ShowDownloads,
"oo": ShowOutputs,
"op": ShowDecoders,
- "od": ShowDownloads,
- "oP": Partition(),
- "z": ToggleRepeat,
- "x": ToggleRandom,
+ "q": Quit,
+ "s": Stop,
+ "u": Update,
+ "U": Rescan,
"c": ToggleConsume,
- "v": ToggleSingle,
"p": TogglePause,
- "s": Stop,
- ">": NextTrack,
- "<": PreviousTrack,
- "f": SeekForward,
- "b": SeekBack,
- ".": VolumeUp,
- ",": VolumeDown,
- "<Tab>": NextTab,
- "gt": NextTab,
- "<S-Tab>": PreviousTab,
- "gT": PreviousTab,
- "1": SwitchToTab("Queue"),
- "2": SwitchToTab("Directories"),
- "3": SwitchToTab("Artists"),
- "4": SwitchToTab("Album Artists"),
- "5": SwitchToTab("Albums"),
- "6": SwitchToTab("Playlists"),
- "7": SwitchToTab("Search"),
- "<C-u>": Update,
- "<C-U>": Rescan,
- "R": AddRandom,
+ "v": ToggleSingle,
+ "x": ToggleRandom,
+ "z": ToggleRepeat,
},
navigation: {
"<C-c>": Close,
@@ -83,13 +83,13 @@
"<Left>": Left,
"l": Right,
"<Right>": Right,
- "<C-w>k": PaneUp,
+ "<C-k>": PaneUp,
"<C-Up>": PaneUp,
- "<C-w>j": PaneDown,
+ "<C-j>": PaneDown,
"<C-Down>": PaneDown,
- "<C-w>h": PaneLeft,
+ "<C-h>": PaneLeft,
"<C-Left>": PaneLeft,
- "<C-w>l": PaneRight,
+ "<C-l>": PaneRight,
"<C-Right>": PaneRight,
"K": MoveUp,
"J": MoveDown,
@@ -118,11 +118,14 @@
"r": Rate(),
},
queue: {
+ "a": AddToPlaylist,
"d": Delete,
"D": DeleteAll,
"<CR>": Play,
"C": JumpToCurrent,
+ "<C-s>": Save,
"X": Shuffle,
+ "i": ShowInfo,
},
),
search: (
@@ -132,10 +135,10 @@
mode: Contains,
tags: [
(value: "any", label: "Any Tag"),
- (value: "artist", label: "Artist"),
- (value: "album", label: "Album"),
- (value: "albumartist", label: "Album Artist"),
(value: "title", label: "Title"),
+ (value: "album", label: "Album"),
+ (value: "artist", label: "Artists"),
+ (value: "albumartist", label: "Artist"),
(value: "filename", label: "Filename"),
(value: "genre", label: "Genre"),
],
@@ -145,6 +148,10 @@
album_sort_by: Date,
album_date_tags: [Date],
),
+ current_song: (
+ format: "{title}\n{artist}\n{album}",
+ align: Center,
+ ),
tabs: [
(
name: "Queue",
@@ -221,43 +228,43 @@
),
),
(
- name: "Directories",
+ name: "Artists",
borders: "ALL",
border_symbols: Rounded,
pane: Split(
size: "100%",
direction: Vertical,
- panes: [(pane: Pane(Directories), size: "100%", borders: "ALL", border_symbols: Rounded)],
+ panes: [(pane: Pane(Artists), size: "100%", borders: "ALL", border_symbols: Rounded)],
)
),
(
- name: "Artists",
+ name: "Artist",
borders: "ALL",
border_symbols: Rounded,
pane: Split(
size: "100%",
direction: Vertical,
- panes: [(pane: Pane(Artists), size: "100%", borders: "ALL", border_symbols: Rounded)],
+ panes: [(pane: Pane(AlbumArtists), size: "100%", borders: "ALL", border_symbols: Rounded)],
)
),
(
- name: "Album Artists",
+ name: "Albums",
borders: "ALL",
border_symbols: Rounded,
pane: Split(
size: "100%",
direction: Vertical,
- panes: [(pane: Pane(AlbumArtists), size: "100%", borders: "ALL", border_symbols: Rounded)],
+ panes: [(pane: Pane(Albums), size: "100%", borders: "ALL", border_symbols: Rounded)],
)
),
(
- name: "Albums",
+ name: "Library",
borders: "ALL",
border_symbols: Rounded,
pane: Split(
size: "100%",
direction: Vertical,
- panes: [(pane: Pane(Albums), size: "100%", borders: "ALL", border_symbols: Rounded)],
+ panes: [(pane: Pane(Directories), size: "100%", borders: "ALL", border_symbols: Rounded)],
)
),
(
diff --git a/ar/.config/rmpc/themes/catppuccin-mocha.ron b/ar/.config/rmpc/themes/catppuccin-mocha.ron
index ef51d14..d2f6cd5 100644
--- a/ar/.config/rmpc/themes/catppuccin-mocha.ron
+++ b/ar/.config/rmpc/themes/catppuccin-mocha.ron
@@ -26,11 +26,11 @@
borders_style: (fg: "#45475a"),
highlight_border_style: (fg: "#89b4fa"),
symbols: (
- song: "",
- dir: "",
- playlist: "",
- marker: "",
- ellipsis: "…",
+ song: "🎵",
+ dir: "🖼",
+ playlist: "💿",
+ marker: "📌",
+ ellipsis: "",
song_style: (fg: "#89b4fa"),
dir_style: (fg: "#89dceb"),
playlist_style: (fg: "#cba6f7"),