Skip to content

Commit a80d562

Browse files
authored
set sddm wallpaper to login-afool.png (#225)
1 parent 12df5ca commit a80d562

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/graphical/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ let
2828
catppuccin-sddm = pkgs.catppuccin-sddm.override {
2929
themeConfig.General = {
3030
FontSize = 12;
31-
Background = "/etc/ocf-assets/images/login.png";
31+
# FIXME: update this automatically based on time
32+
Background = "/etc/ocf-assets/images/login-afool.png";
3233
#Logo = "/etc/ocf-assets/images/penguin.svg";
3334
CustomBackground = true;
3435
};

0 commit comments

Comments
 (0)