background color

This commit is contained in:
twoneis 2024-08-23 16:43:23 +02:00
parent 44af87820c
commit fd81fafb59

View file

@ -24,15 +24,27 @@ in {
height = 1824; height = 1824;
refresh = 59.959; refresh = 59.959;
}; };
background-color = config.theme.base;
}; };
"DP-1" = { "DP-1" = {
scale = 1.15; scale = 1;
mode = { mode = {
width = 5120; width = 5120;
height = 2160; height = 2160;
refresh = 59.940; refresh = 59.940;
}; };
background-color = config.theme.base;
};
"DP-2" = {
scale = 1;
mode = {
width = 1920;
height = 1080;
refresh = 60.0;
};
background-color = config.theme.base;
}; };
}; };