mako force to DP-2
This commit is contained in:
parent
14f04b488d
commit
8f5943b9f5
1 changed files with 7 additions and 2 deletions
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue