mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
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 {
|
params = struct "NotificationBlock" (unnamedStruct {
|
||||||
monitor = 0;
|
monitor = 1;
|
||||||
border_width = globalScale * 2;
|
border_width = globalScale * 2;
|
||||||
border_rounding = globalScale * 0;
|
border_rounding = globalScale * 0;
|
||||||
background_color = colors.base00;
|
background_color = colors.base00;
|
||||||
|
@ -485,7 +485,7 @@
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
params = struct "NotificationBlock" (unnamedStruct {
|
params = struct "NotificationBlock" (unnamedStruct {
|
||||||
monitor = 0;
|
monitor = 1;
|
||||||
border_width = globalScale * 2;
|
border_width = globalScale * 2;
|
||||||
border_rounding = globalScale * 0;
|
border_rounding = globalScale * 0;
|
||||||
background_color = colors.base00;
|
background_color = colors.base00;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue