users: change notification position

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-08 13:29:00 +03:00
parent 1e2ff5b882
commit 3170700efe
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -82,8 +82,8 @@
( (
name: "root", name: "root",
parent: "", parent: "",
hook: Hook(parent_anchor: BL, self_anchor: BL), hook: Hook(parent_anchor: TR, self_anchor: TR),
offset: Vec2(x: 7.0, y: -7.0), offset: Vec2(x: -7.0, y: 27.0),
//render_criteria: [HintImage], //render_criteria: [HintImage],
// https://github.com/Toqozz/wired-notify/wiki/NotificationBlock // https://github.com/Toqozz/wired-notify/wiki/NotificationBlock
params: NotificationBlock(( params: NotificationBlock((
@ -96,8 +96,8 @@
border_color_critical: Color(hex: "#ea4300"), border_color_critical: Color(hex: "#ea4300"),
border_color_paused: Color(hex: "#9058c7"), border_color_paused: Color(hex: "#9058c7"),
gap: Vec2(x: 0.0, y: -8.0), gap: Vec2(x: 0.0, y: 8.0),
notification_hook: Hook(parent_anchor: TL, self_anchor: BL), notification_hook: Hook(parent_anchor: BL, self_anchor: TL),
)), )),
), ),