mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 07:27:20 +02:00
all monitors get the same bg in sway
This commit is contained in:
parent
d5eccadf40
commit
d8b0d3eb33
1 changed files with 3 additions and 11 deletions
|
@ -23,18 +23,10 @@ with lib;
|
|||
package = pkgs.swayfx;
|
||||
config = {
|
||||
inherit terminal;
|
||||
output =
|
||||
{
|
||||
DP-6 = {
|
||||
bg = builtins.toString cfg.background + " fill";
|
||||
};
|
||||
output."*" = {
|
||||
bg = builtins.toString cfg.background + " fill";
|
||||
};
|
||||
|
||||
DP-7 = {
|
||||
bg = builtins.toString cfg.background + " fill";
|
||||
pos = "0 0";
|
||||
};
|
||||
|
||||
};
|
||||
inherit (cfg) modifier;
|
||||
input = {
|
||||
"*" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue