ErikReider / SwayNotificationCenter

A simple GTK based notification daemon for SwayWM
GNU General Public License v3.0
1.16k stars 59 forks source link

List of notifications height #177

Closed mindrunner closed 1 year ago

mindrunner commented 1 year ago

My notification stack seems to have a height limit which does not really look nice:

image

After about 6 notifications, it starts having a scrollbar instead of using the whole screen height. Opening the notification-center works as expected (full screen height). Am I missing some configuration here?

{
  "$schema": "/etc/xdg/swaync/configSchema.json",
  "positionX": "center",
  "positionY": "top",
  "control-center-margin-top": 15,
  "control-center-margin-bottom": 15,
  "control-center-margin-right": 0,
  "control-center-margin-left": 0,
  "notification-icon-size": 64,
  "notification-body-image-height": 100,
  "notification-body-image-width": 200,
  "timeout": 10,
  "timeout-low": 5,
  "timeout-critical": 0,
  "fit-to-screen": true,
  "control-center-width": 500,
  "notification-window-width": 500,
  "keyboard-shortcuts": true,
  "image-visibility": "when-available",
  "transition-time": 200,
  "hide-on-clear": true,
  "hide-on-action": true,
  "script-fail-notify": true,
  "notification-visibility": {
    "ignore-spotify": {
      "state": "ignored",
      "urgency": "Low",
      "app-name": "Spotify"
    }
  },
  "widgets": [
    "notifications",
    "mpris",
    "title",
    "dnd"
  ],
  "widget-config": {
    "title": {
      "text": "",
      "clear-all-button": true,
      "button-text": "Clear All"
    },
    "dnd": {
      "text": "Do Not Disturb"
    },
    "label": {
      "max-lines": 5,
      "text": "Label Text"
    },
    "mpris": {
      "image-size": 96,
      "image-radius": 12
    }
  }
}
ErikReider commented 1 year ago

Duplicate of #174