playerctl adjustment
This commit is contained in:
@@ -21,10 +21,10 @@
|
|||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"clock",
|
"clock",
|
||||||
"playerctl",
|
|
||||||
"executor-temperature"
|
"executor-temperature"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
"playerctl",
|
||||||
"tray"
|
"tray"
|
||||||
],
|
],
|
||||||
"controls-settings": {
|
"controls-settings": {
|
||||||
@@ -134,13 +134,16 @@
|
|||||||
"calendar-on": true
|
"calendar-on": true
|
||||||
},
|
},
|
||||||
"playerctl": {
|
"playerctl": {
|
||||||
"buttons-position": "left",
|
"buttons-position": "right",
|
||||||
"icon-size": 16,
|
"icon-size": 16,
|
||||||
"chars": 30,
|
"chars": 30,
|
||||||
"scroll": false,
|
"scroll": false,
|
||||||
"button-css-name": "",
|
"button-css-name": "",
|
||||||
"label-css-name": "",
|
"label-css-name": "",
|
||||||
"interval": 1
|
"interval": 1,
|
||||||
|
"show-cover": false,
|
||||||
|
"cover-size": 24,
|
||||||
|
"angle": 0.0
|
||||||
},
|
},
|
||||||
"button-sample": {
|
"button-sample": {
|
||||||
"command": "notify-send 'sample button'",
|
"command": "notify-send 'sample button'",
|
||||||
|
|||||||
Reference in New Issue
Block a user