feat: neat rmpc theme

This commit is contained in:
2025-09-26 08:59:36 +03:00
parent 57fa60f9ba
commit 8d147f44d8
2 changed files with 28 additions and 23 deletions

1
.gitignore vendored
View File

@@ -27,6 +27,7 @@
!picom/ !picom/
!polybar/ !polybar/
!ranger/ !ranger/
!rmpc/
!rofi/ !rofi/
!rofi-wayland/ !rofi-wayland/
!swaync/ !swaync/

View File

@@ -20,18 +20,18 @@
inactive_style: (), inactive_style: (),
), ),
highlighted_item_style: (fg: "blue", modifiers: "Bold"), highlighted_item_style: (fg: "blue", modifiers: "Bold"),
current_item_style: (fg: "black", bg: "blue", modifiers: "Bold"), current_item_style: (fg: "white", bg: "blue", modifiers: "Bold"),
borders_style: (fg: "blue"), borders_style: (fg: "yellow"),
highlight_border_style: (fg: "blue"), highlight_border_style: (fg: "blue"),
symbols: ( symbols: (
song: "S", song: "󰎇",
dir: "D", dir: "",
playlist: "P", playlist: "󰲸",
marker: "M", marker: "󰄳",
ellipsis: "...", ellipsis: "...",
song_style: None, song_style: (fg: "white", modifiers: None),
dir_style: None, dir_style: (fg: "yellow"),
playlist_style: None, playlist_style: (fg: "magenta"),
), ),
level_styles: ( level_styles: (
info: (fg: "blue", bg: "black"), info: (fg: "blue", bg: "black"),
@@ -48,28 +48,32 @@
), ),
scrollbar: ( scrollbar: (
symbols: ["│", "█", "▲", "▼"], symbols: ["│", "█", "▲", "▼"],
track_style: (), track_style: (fg: "black"),
ends_style: (), ends_style: (fg: "black"),
thumb_style: (fg: "blue"), thumb_style: (fg: "magenta"),
), ),
song_table_format: [ song_table_format: [
(
prop: (kind: Property(Title),
default: (kind: Property(Filename))
),
width: "60%",
),
( (
prop: (kind: Property(Artist), prop: (kind: Property(Artist),
default: (kind: Text("")) default: (kind: Text("<empty>"), style: (fg: "yellow")),
style: (fg: "yellow"),
), ),
width: "25%", width: "25%",
), ),
( (
prop: (kind: Property(Duration), prop: (kind: Property(Title),
default: (kind: Text("-")) default: (kind: Property(Filename), style: (fg: "white")),
style: (fg: "white"),
), ),
width: "15%", width: "70%",
),
(
label: "Time",
prop: (kind: Property(Duration),
default: (kind: Text("-")),
style: (fg: "magenta"),
),
width: "5%",
alignment: Right, alignment: Right,
), ),
], ],
@@ -83,7 +87,7 @@
direction: Horizontal, direction: Horizontal,
panes: [ panes: [
( (
size: "5", size: "7",
pane: Pane(AlbumArt), pane: Pane(AlbumArt),
), ),
( (