Make notification center width and height configurable (#38)
This commit is contained in:
@@ -87,6 +87,22 @@ config file to be able to detect config errors
|
||||
default: true ++
|
||||
description: Hides the control center when clicking on notification action
|
||||
|
||||
*fit-to-screen* ++
|
||||
type: bool ++
|
||||
default: true ++
|
||||
description: Whether the control center should expand vertically to fill the screen
|
||||
|
||||
*control-center-height* ++
|
||||
type: integer ++
|
||||
default: 500 ++
|
||||
description: The control centers height in pixels.
|
||||
This setting is ignored when _fit-to-screen_ it set to "true"
|
||||
|
||||
*control-center-width* ++
|
||||
type: integer ++
|
||||
default: 500 ++
|
||||
description: The control centers width in pixels
|
||||
|
||||
*notification-visibility* ++
|
||||
type: object ++
|
||||
visibility object properties: ++
|
||||
|
Reference in New Issue
Block a user