home: set main displays to DP-2
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
This commit is contained in:
parent
8523480fd6
commit
e187193796
2 changed files with 3 additions and 3 deletions
|
@ -92,12 +92,12 @@ in {
|
|||
clock = {type = "clock";};
|
||||
in {
|
||||
monitors = {
|
||||
"DP-3" = {
|
||||
"DP-2" = {
|
||||
position = "top";
|
||||
anchor_to_edges = true;
|
||||
start = [nixlogo];
|
||||
center = [music spacer focused spacer uptime];
|
||||
end = [sys-info clock tray];
|
||||
end = [sys-info clock];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -7,7 +7,7 @@ _: {
|
|||
defaultTimeout = 5000;
|
||||
ignoreTimeout = true;
|
||||
anchor = "top-right";
|
||||
output = "DP-3";
|
||||
output = "DP-2";
|
||||
font = "jost 10";
|
||||
padding = "6";
|
||||
margin = "18,21,0";
|
||||
|
|
Loading…
Reference in a new issue