Create the cmus-rpc configs :D
This commit is contained in:
parent
3da9e55f1f
commit
cd404690a2
1 changed files with 11 additions and 0 deletions
11
.config/cmus-rpc/configs.json
Normal file
11
.config/cmus-rpc/configs.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"interval" : 1000,
|
||||||
|
"caverImage" : "cmus",
|
||||||
|
"playIcon" : "play_icon_1",
|
||||||
|
"pauseIcon" : "pause_icon_2",
|
||||||
|
"partOneFormat" : "%title%",
|
||||||
|
"partTowFormat" : "from %album% by %artist%",
|
||||||
|
"sleepTime" : 300000,
|
||||||
|
"debug" : false,
|
||||||
|
"link" : false
|
||||||
|
}
|
Loading…
Reference in a new issue