make peach boot seamless

This commit is contained in:
Sean Kovacs 2026-04-04 21:43:47 -04:00
commit 49937eaf99
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 22 additions and 24 deletions

View file

@ -48,13 +48,13 @@
programs.swaylock = with config.scheme; {
enable = true;
package = pkgs.swaylock-effects;
# package = pkgs.swaylock-effects;
settings = {
# this would sometimes load the previous day's wallpaper
# when it is run before the bing retrieval script finishes
image = "~/.local/share/wallpaper/daily-colored.jpg";
effect-blur = "7x5";
# color = "000000"; # black
# image = "~/.local/share/wallpaper/daily-colored.jpg";
# effect-blur = "7x5";
color = "000000"; # black
font-size = 24;
indicator-idle-visible = true;
indicator-radius = 100;