added more customization to the notifs, settings improvemnts, left and right notifs, animations for sliding in and out
This commit is contained in:
@@ -95,6 +95,7 @@ public class LightlessConfig : ILightlessConfiguration
|
||||
public bool ShowNotificationTimestamp { get; set; } = false;
|
||||
|
||||
// Position & Layout
|
||||
public NotificationCorner NotificationCorner { get; set; } = NotificationCorner.Right;
|
||||
public int NotificationOffsetY { get; set; } = 50;
|
||||
public int NotificationOffsetX { get; set; } = 0;
|
||||
public float NotificationWidth { get; set; } = 350f;
|
||||
@@ -102,6 +103,7 @@ public class LightlessConfig : ILightlessConfiguration
|
||||
|
||||
// Animation & Effects
|
||||
public float NotificationAnimationSpeed { get; set; } = 10f;
|
||||
public float NotificationSlideSpeed { get; set; } = 10f;
|
||||
public float NotificationAccentBarWidth { get; set; } = 3f;
|
||||
|
||||
// Duration per Type
|
||||
|
||||
Reference in New Issue
Block a user