Skip to content

Commit 91eeaed

Browse files
committed
added theming
1 parent a5c4601 commit 91eeaed

File tree

4 files changed

+416
-417
lines changed

4 files changed

+416
-417
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
2-
original repo link https://github.com/raffaem/waybar-mediaplayer
3-
41
# waybar-mediaplayer
52

6-
73
This is a mediaplayer for [waybar](https://github.com/Alexays/Waybar).
84

95
Widget with album art and progress bar:
@@ -56,7 +52,7 @@ waybar
5652
Run:
5753

5854
```
59-
git clone https://github.com/gabriwar/waybar-mediaplayer "$HOME/.config/waybar/waybar-mediaplayer"
55+
git clone https://github.com/raffaem/waybar-mediaplayer "$HOME/.config/waybar/waybar-mediaplayer"
6056
cd "$HOME/.config/waybar/waybar-mediaplayer"
6157
```
6258

src/config.json

100644100755
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,16 @@
44
"notification_min_interval": 2,
55
"widget_length": 20,
66
"sepchar": "",
7-
"surface_color": "gray",
8-
"overlay_color": "cyan",
7+
"surface_color": "@backgroundlight",
8+
"overlay_color": "@backgrounddark",
99
"interval": 1,
1010
"text_rot_int": 1000,
1111
"image_signal": 4,
1212
"length_factor": 1,
1313
"player_name": "spotify",
1414
"convert_to_jpeg": false,
1515
"album_art_placeholder": "no",
16-
"lyrics_providers": [
17-
"Lrclib",
18-
"Musixmatch",
19-
"NetEase",
20-
"Megalobiz"
21-
],
16+
"lyrics_providers": ["Lrclib", "Musixmatch", "NetEase", "Megalobiz"],
2217
"lyrics_span_before": 2,
2318
"lyrics_span_after": 2
2419
}

src/style-catppuccin.css

100644100755
File mode changed.

0 commit comments

Comments
 (0)