fix: swww error

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-22 20:49:34 -03:00
parent 1958c64957
commit 6fcde92617
7 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ in
];
options.wm = with lib; with lib.types; {
wallpaper = mkOption {
default = ../../static/guz-wallpaper-default.webp;
default = ../../static/guz-wallpaper-default.png;
type = path;
};
};

View File

@@ -6,7 +6,7 @@
];
theme.accent = "94e2d5";
wm.wallpaper = ../../../static/guz-wallpaper-work.webp;
wm.wallpaper = ../../../static/guz-wallpaper-work.png;
librewolf.profiles.work = {
isDefault = true;
id = 1;

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 KiB

Binary file not shown.