We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12df5ca commit a80d562Copy full SHA for a80d562
1 file changed
modules/graphical/default.nix
@@ -28,7 +28,8 @@ let
28
catppuccin-sddm = pkgs.catppuccin-sddm.override {
29
themeConfig.General = {
30
FontSize = 12;
31
- Background = "/etc/ocf-assets/images/login.png";
+ # FIXME: update this automatically based on time
32
+ Background = "/etc/ocf-assets/images/login-afool.png";
33
#Logo = "/etc/ocf-assets/images/penguin.svg";
34
CustomBackground = true;
35
};
0 commit comments