From 3170700efefca2bc9ccd3a9fe2ef6a081fd9a868 Mon Sep 17 00:00:00 2001 From: janabhumi Date: Sat, 8 Oct 2022 13:29:00 +0300 Subject: [PATCH] users: change notification position --- users/jan/wired.ron | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/users/jan/wired.ron b/users/jan/wired.ron index 27ec461..47b7df1 100644 --- a/users/jan/wired.ron +++ b/users/jan/wired.ron @@ -82,8 +82,8 @@ ( name: "root", parent: "", - hook: Hook(parent_anchor: BL, self_anchor: BL), - offset: Vec2(x: 7.0, y: -7.0), + hook: Hook(parent_anchor: TR, self_anchor: TR), + offset: Vec2(x: -7.0, y: 27.0), //render_criteria: [HintImage], // https://github.com/Toqozz/wired-notify/wiki/NotificationBlock params: NotificationBlock(( @@ -96,8 +96,8 @@ border_color_critical: Color(hex: "#ea4300"), border_color_paused: Color(hex: "#9058c7"), - gap: Vec2(x: 0.0, y: -8.0), - notification_hook: Hook(parent_anchor: TL, self_anchor: BL), + gap: Vec2(x: 0.0, y: 8.0), + notification_hook: Hook(parent_anchor: BL, self_anchor: TL), )), ),