Skip to content

Commit 7149f2b

Browse files
authored
Merge pull request #2 from Mircas001/mediaplayer-support
Mediaplayer support
2 parents 2c7e4b3 + fb42bda commit 7149f2b

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": 5,
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/sensorsinfo": {
3+
"exec": "hyde-shell mediaplayer",
4+
"return-type": "json",
5+
"format": "{0}",
6+
"rotate": 0,
7+
"class": "default-margin-padding",
8+
"restart-interval": 5,
9+
"tooltip": true,
10+
"max-length": 1000
11+
}
12+
}

0 commit comments

Comments
 (0)