feat(gui): add flake background

This commit is contained in:
514fpv 2024-02-13 11:55:39 +08:00
parent 21f52127b4
commit b3d50a3180
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View file

@ -50,7 +50,8 @@ in mkIf cfg.enable {
trayOutput = "primary";
} ];
output."*".bg = mkForce "${palette.sway.${cfg.sway}.base} solid_color";
#output."*".bg = mkForce "${palette.sway.${cfg.sway}.base} solid_color";
output."*".bg = mkForce "${./flake.png} fill";
gaps.inner = 12;
gaps.outer = 5;