wallpaper: use wpaperd

This commit is contained in:
Sean Kovacs 2026-01-19 14:34:26 -05:00
commit fa2c7501c1
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 57 additions and 17 deletions

View file

@ -88,14 +88,13 @@
theme = config.userOptions.cursor.name;
};
layout = {
gaps = 4;
gaps = 2;
background-color = pkgs.catppuccin.${config.catppuccin.flavor}.mantle;
default-column-width = {
proportion = 0.5;
};
preset-column-widths = [
{proportion = 1.0 / 3.0;}
{proportion = 1.0 / 2.0;}
{proportion = 2.0 / 3.0;}
];
border = {
@ -131,8 +130,8 @@
];
open-floating = true;
default-floating-position = {
x = 32;
y = 32;
x = 16;
y = 16;
relative-to = "bottom-left";
};
}