diff --git a/dots/nwg-panel/config b/dots/nwg-panel/config index 31d4191..dbc2c21 100644 --- a/dots/nwg-panel/config +++ b/dots/nwg-panel/config @@ -21,10 +21,10 @@ ], "modules-center": [ "clock", - "playerctl", "executor-temperature" ], "modules-right": [ + "playerctl", "tray" ], "controls-settings": { @@ -134,13 +134,16 @@ "calendar-on": true }, "playerctl": { - "buttons-position": "left", + "buttons-position": "right", "icon-size": 16, "chars": 30, "scroll": false, "button-css-name": "", "label-css-name": "", - "interval": 1 + "interval": 1, + "show-cover": false, + "cover-size": 24, + "angle": 0.0 }, "button-sample": { "command": "notify-send 'sample button'",