feat(gui): add flake background
This commit is contained in:
parent
21f52127b4
commit
b3d50a3180
BIN
home/gui/catppuccin/flake.png
Normal file
BIN
home/gui/catppuccin/flake.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue