diff options
author | awy <awy@awy.one> | 2025-07-31 00:40:32 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-31 00:40:32 +0300 |
commit | 55f823f367e30b80080c63de1253c6e29b51458d (patch) | |
tree | c8c67c4fbc5e8a37c1cadf645eacc542fc448ab2 /.config/rmpc/config.ron | |
parent | 5883ef3bed4ddabc9b89ce6a386090c242110af9 (diff) | |
download | hyprdots-55f823f367e30b80080c63de1253c6e29b51458d.tar.gz |
album cover waybar module
Diffstat (limited to '.config/rmpc/config.ron')
-rw-r--r-- | .config/rmpc/config.ron | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/.config/rmpc/config.ron b/.config/rmpc/config.ron index 0818ddb..31ec749 100644 --- a/.config/rmpc/config.ron +++ b/.config/rmpc/config.ron @@ -91,114 +91,114 @@ "d": Delete, "i": ShowInfo, "C": JumpToCurrent, - }, + }, ), search: ( case_sensitive: false, 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: "any", label: "Any Tag"), + (value: "artist", label: "Artist"), + (value: "album", label: "Album"), + (value: "albumartist", label: "Album Artist"), + (value: "title", label: "Title"), ], ), tabs: [ - ( + ( name: "Queue", border_type: None, pane: Split( direction: Horizontal, panes: [ - ( + ( size: "40%", borders: "RIGHT", pane: Split( direction: Vertical, panes: [ - ( + ( size: "3", pane: Pane(Lyrics), ), - ( + ( size: "100%", pane: Pane(AlbumArt), ) ], ), ), - ( + ( size: "60%", pane: Pane(Queue), ), ], ), ), - ( + ( name: "Directories", border_type: None, pane: Pane(Directories), ), - ( + ( name: "Artists", border_type: None, pane: Pane(Artists), ), - ( + ( name: "Album Artists", border_type: None, pane: Pane(AlbumArtists), ), - ( + ( name: "Albums", border_type: None, pane: Pane(Albums), ), - ( + ( name: "Playlists", border_type: None, pane: Pane(Playlists), ), - ( + ( name: "Search", border_type: None, pane: Pane(Search), ), - ( + ( name: "Testing", border_type: Single, pane: Split( direction: Horizontal, panes: [ - ( + ( size: "40%", pane: Pane(Queue), ), - ( + ( size: "60%", pane: Split( direction: Vertical, panes: [ - ( + ( size: "50%", pane: Pane(Directories), ), - ( + ( size: "50%", pane: Split( direction: Horizontal, panes: [ - ( + ( size: "60%", pane: Split( direction: Vertical, panes: [ - ( + ( size: "50%", pane: Pane(Albums), ), - ( + ( size: "50%", pane: Pane(Artists), ), |