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 {
background = "#282A36";
border = cyan;
@ -15,6 +19,7 @@ in {
enable = true;
settings = {
actions = true;
output = lib.optionalString (hostname == "myputer") "DP-2";
anchor = "top-right";
layer = "overlay";
sort = "-time";
@ -36,7 +41,7 @@ in {
ignore-timeout = false;
"actionable=true" = {
anchor = "top-left";
anchor = "top-right";
};
"urgency=low" = {