users: change notification position
This commit is contained in:
parent
1e2ff5b882
commit
3170700efe
1 changed files with 4 additions and 4 deletions
|
@ -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),
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue