Make notification center width and height configurable (#38)

This commit is contained in:
Nicolas Berbiche
2022-04-17 16:25:22 -04:00
committed by GitHub
parent 7885a7cecc
commit f400e4a134
7 changed files with 104 additions and 35 deletions

View File

@@ -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: ++