Commit 8610d0c0 authored by Erik Reider's avatar Erik Reider

Updated swaync man 5 page

parent 3320bdb1
...@@ -100,6 +100,12 @@ config file to be able to detect config errors ...@@ -100,6 +100,12 @@ config file to be able to detect config errors
default: 500 ++ default: 500 ++
description: Width of the notification in pixels description: Width of the notification in pixels
*notification-window-height* ++
type: integer ++
default: -1 ++
description: Max height of the notification in pixels. -1 to use ++
the full amount of space given by the compositor.
*keyboard-shortcuts* ++ *keyboard-shortcuts* ++
type: bool ++ type: bool ++
default: true ++ default: true ++
...@@ -325,11 +331,6 @@ config file to be able to detect config errors ...@@ -325,11 +331,6 @@ config file to be able to detect config errors
widget-mpris-title ++ widget-mpris-title ++
widget-mpris-subtitle ++ widget-mpris-subtitle ++
properties: ++ properties: ++
image-size: ++
type: integer ++
optional: true ++
default: 96 ++
description: The size of the album art. ++
blacklist: ++ blacklist: ++
type: array ++ type: array ++
optional: true ++ optional: true ++
...@@ -345,6 +346,14 @@ config file to be able to detect config errors ...@@ -345,6 +346,14 @@ config file to be able to detect config errors
default: false ++ default: false ++
description: Whether to hide the widget when the ++ description: Whether to hide the widget when the ++
player has no metadata. ++ player has no metadata. ++
show-album-art: ++
type: string ++
optional: true ++
default: "always" ++
description: Whether or not the album art should be ++
hidden, always visible, or only visible ++
when a valid album art is provided. ++
enum: ["right", "left"] ++
description: A widget that displays multiple music players. ++ description: A widget that displays multiple music players. ++
*menubar*++ *menubar*++
type: object ++ type: object ++
...@@ -527,11 +536,6 @@ config file to be able to detect config errors ...@@ -527,11 +536,6 @@ config file to be able to detect config errors
optional: true ++ optional: true ++
default: "⇩" ++ default: "⇩" ++
description: Label displayed on button to hide per app volume control ++ description: Label displayed on button to hide per app volume control ++
icon-size: ++
type: integer ++
optional: true ++
default: 24 ++
description: Size of the application icon in per app volume control ++
animation-type: ++ animation-type: ++
type: string ++ type: string ++
optional: true ++ optional: true ++
...@@ -609,9 +613,9 @@ config file to be able to detect config errors ...@@ -609,9 +613,9 @@ config file to be able to detect config errors
"text": "Label Text" "text": "Label Text"
}, },
"mpris": { "mpris": {
"image-size": 96,
"blacklist": ["playerctld"], "blacklist": ["playerctld"],
"autohide": true "autohide": true,
"show-album-art": "always"
}, },
"menubar": { "menubar": {
"menu#power": { "menu#power": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment