Skip to content

Commit 7129384

Browse files
committed
feat: Add a mediaplayer module to waybar
1 parent bd86c71 commit 7129384

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"custom/mediaplayer": {
3+
"exec": "hyde-shell mediaplayer",
4+
"return-type": "json",
5+
"format": "{0}",
6+
"rotate": 0,
7+
"class": "default-margin-padding",
8+
"restart-interval": 1,
9+
"tooltip": true,
10+
"max-length": 1000
11+
}
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"custom/mediaplayer": {
3+
"exec": "hyde-shell mediaplayer",
4+
"return-type": "json",
5+
"format": "{0}",
6+
"rotate": 0,
7+
"class": "default-margin-padding",
8+
"restart-interval": 1,
9+
"tooltip": true,
10+
"max-length": 1000
11+
}
12+
}

0 commit comments

Comments
 (0)