notif offset placement, default slider yoinked from abel

This commit is contained in:
choco
2025-10-09 22:53:01 +02:00
parent 85ecea6391
commit f5339dc1d2
3 changed files with 49 additions and 20 deletions

View File

@@ -74,7 +74,6 @@ public class LightlessConfig : ILightlessConfiguration
// Lightless Notification Configuration
// TODO: clean these
public bool UseLightlessNotifications { get; set; } = true;
public bool EnableNotificationSounds { get; set; } = true;
public int DefaultNotificationDurationSeconds { get; set; } = 10;
public bool ShowNotificationProgress { get; set; } = true;
public NotificationLocation LightlessInfoNotification { get; set; } = NotificationLocation.LightlessUi;
@@ -89,13 +88,11 @@ public class LightlessConfig : ILightlessConfiguration
public bool AutoDismissOnAction { get; set; } = true;
public bool DismissNotificationOnClick { get; set; } = false;
public bool ShowNotificationTimestamp { get; set; } = false;
public bool EnableNotificationHistory { get; set; } = true;
public int NotificationHistorySize { get; set; } = 50;
public int NotificationOffsetY { get; set; } = 50;
public uint CustomInfoSoundId { get; set; } = 2; // Se2
public uint CustomWarningSoundId { get; set; } = 15; // Se15
public uint CustomErrorSoundId { get; set; } = 16; // Se16
public bool UseCustomSounds { get; set; } = false;
public uint PairRequestSoundId { get; set; } = 5; // Se5
public bool DisableInfoSound { get; set; } = false;
public bool DisableWarningSound { get; set; } = false;