1
1
Fork 1
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:
oddlama 2023-10-15 14:16:01 +02:00
parent 93b5a41f10
commit 1ae55fa9f6
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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;