feat: neat rmpc theme
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -27,6 +27,7 @@
|
||||
!picom/
|
||||
!polybar/
|
||||
!ranger/
|
||||
!rmpc/
|
||||
!rofi/
|
||||
!rofi-wayland/
|
||||
!swaync/
|
||||
|
||||
@@ -20,18 +20,18 @@
|
||||
inactive_style: (),
|
||||
),
|
||||
highlighted_item_style: (fg: "blue", modifiers: "Bold"),
|
||||
current_item_style: (fg: "black", bg: "blue", modifiers: "Bold"),
|
||||
borders_style: (fg: "blue"),
|
||||
current_item_style: (fg: "white", bg: "blue", modifiers: "Bold"),
|
||||
borders_style: (fg: "yellow"),
|
||||
highlight_border_style: (fg: "blue"),
|
||||
symbols: (
|
||||
song: "S",
|
||||
dir: "D",
|
||||
playlist: "P",
|
||||
marker: "M",
|
||||
song: "",
|
||||
dir: "",
|
||||
playlist: "",
|
||||
marker: "",
|
||||
ellipsis: "...",
|
||||
song_style: None,
|
||||
dir_style: None,
|
||||
playlist_style: None,
|
||||
song_style: (fg: "white", modifiers: None),
|
||||
dir_style: (fg: "yellow"),
|
||||
playlist_style: (fg: "magenta"),
|
||||
),
|
||||
level_styles: (
|
||||
info: (fg: "blue", bg: "black"),
|
||||
@@ -48,28 +48,32 @@
|
||||
),
|
||||
scrollbar: (
|
||||
symbols: ["│", "█", "▲", "▼"],
|
||||
track_style: (),
|
||||
ends_style: (),
|
||||
thumb_style: (fg: "blue"),
|
||||
track_style: (fg: "black"),
|
||||
ends_style: (fg: "black"),
|
||||
thumb_style: (fg: "magenta"),
|
||||
),
|
||||
song_table_format: [
|
||||
(
|
||||
prop: (kind: Property(Title),
|
||||
default: (kind: Property(Filename))
|
||||
),
|
||||
width: "60%",
|
||||
),
|
||||
(
|
||||
prop: (kind: Property(Artist),
|
||||
default: (kind: Text(""))
|
||||
default: (kind: Text("<empty>"), style: (fg: "yellow")),
|
||||
style: (fg: "yellow"),
|
||||
),
|
||||
width: "25%",
|
||||
),
|
||||
(
|
||||
prop: (kind: Property(Duration),
|
||||
default: (kind: Text("-"))
|
||||
prop: (kind: Property(Title),
|
||||
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,
|
||||
),
|
||||
],
|
||||
@@ -83,7 +87,7 @@
|
||||
direction: Horizontal,
|
||||
panes: [
|
||||
(
|
||||
size: "5",
|
||||
size: "7",
|
||||
pane: Pane(AlbumArt),
|
||||
),
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user