forked from mirrors_public/oddlama_nix-config
chore(wired-notify): move notifications to monitor 1
This commit is contained in:
parent
93b5a41f10
commit
1ae55fa9f6
1 changed files with 2 additions and 2 deletions
|
@ -418,7 +418,7 @@
|
|||
]))
|
||||
];
|
||||
params = struct "NotificationBlock" (unnamedStruct {
|
||||
monitor = 0;
|
||||
monitor = 1;
|
||||
border_width = globalScale * 2;
|
||||
border_rounding = globalScale * 0;
|
||||
background_color = colors.base00;
|
||||
|
@ -485,7 +485,7 @@
|
|||
])
|
||||
];
|
||||
params = struct "NotificationBlock" (unnamedStruct {
|
||||
monitor = 0;
|
||||
monitor = 1;
|
||||
border_width = globalScale * 2;
|
||||
border_rounding = globalScale * 0;
|
||||
background_color = colors.base00;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue