mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
all monitors get the same bg in sway
This commit is contained in:
parent
cc5eb4946c
commit
e9e74ec14c
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
Reference in a new issue