mako force to DP-2

This commit is contained in:
do butterflies cry? 2026-03-26 11:28:49 +10:00
parent 14f04b488d
commit 8f5943b9f5
Signed by: cry
GPG key ID: F68745A836CA0412

View file

@ -1,4 +1,8 @@
{...}: let {
lib,
hostname,
...
}: let
dracula = rec { dracula = rec {
background = "#282A36"; background = "#282A36";
border = cyan; border = cyan;
@ -15,6 +19,7 @@ in {
enable = true; enable = true;
settings = { settings = {
actions = true; actions = true;
output = lib.optionalString (hostname == "myputer") "DP-2";
anchor = "top-right"; anchor = "top-right";
layer = "overlay"; layer = "overlay";
sort = "-time"; sort = "-time";
@ -36,7 +41,7 @@ in {
ignore-timeout = false; ignore-timeout = false;
"actionable=true" = { "actionable=true" = {
anchor = "top-left"; anchor = "top-right";
}; };
"urgency=low" = { "urgency=low" = {