From c4d5e54299c603e9d652705666f8b485e524475a Mon Sep 17 00:00:00 2001 From: willifan Date: Fri, 22 Nov 2024 19:33:08 +0100 Subject: [PATCH 1/2] added custom plymouth logo --- users/willifan/common/theme/stylix.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/users/willifan/common/theme/stylix.nix b/users/willifan/common/theme/stylix.nix index 5131f9e..7c6fd75 100644 --- a/users/willifan/common/theme/stylix.nix +++ b/users/willifan/common/theme/stylix.nix @@ -1,4 +1,10 @@ { pkgs, ... }: +let + plymouth_logo = pkgs.fetchurl { + url = "https://files.huwe.mooo.com/outlinenobackground.png"; + hash = "sha256-HdErySgSwNSPEHyBywLyZCAss4vUhsY8BvCPe5hST6Q="; + }; +in { stylix = { @@ -51,6 +57,7 @@ polarity = "dark"; + targets.plymouth.logo = plymouth_logo; }; From 1274406d94b0e69ededcef3a2fbe078056cfebf7 Mon Sep 17 00:00:00 2001 From: willifan Date: Fri, 22 Nov 2024 20:28:23 +0100 Subject: [PATCH 2/2] changed wallpaper mirror to own server --- users/willifan/common/theme/stylix.nix | 39 ++++---------------------- 1 file changed, 5 insertions(+), 34 deletions(-) diff --git a/users/willifan/common/theme/stylix.nix b/users/willifan/common/theme/stylix.nix index 7c6fd75..450fbe7 100644 --- a/users/willifan/common/theme/stylix.nix +++ b/users/willifan/common/theme/stylix.nix @@ -4,6 +4,10 @@ let url = "https://files.huwe.mooo.com/outlinenobackground.png"; hash = "sha256-HdErySgSwNSPEHyBywLyZCAss4vUhsY8BvCPe5hST6Q="; }; + wallpaper = pkgs.fetchurl { + url = "https://files.huwe.mooo.com/Oneshot.png"; + hash = "sha256-LaIzLCW86sbldE9lk7psbYKaTCjwaPLcoD3il6FalTw="; + }; in { @@ -13,40 +17,7 @@ in autoEnable = true; base16Scheme = "${pkgs.base16-schemes}/share/themes/pasque.yaml"; - image = pkgs.fetchurl { - url = "https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/c2579787-085f-4ca1-92b2-21ea30bc8a21/de78wz6-8306dd9f-52f7-4ea1-8c44-afdf53a3fab5.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9Mjg4MCIsInBhdGgiOiJcL2ZcL2MyNTc5Nzg3LTA4NWYtNGNhMS05MmIyLTIxZWEzMGJjOGEyMVwvZGU3OHd6Ni04MzA2ZGQ5Zi01MmY3LTRlYTEtOGM0NC1hZmRmNTNhM2ZhYjUucG5nIiwid2lkdGgiOiI8PTUxMjAifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6aW1hZ2Uub3BlcmF0aW9ucyJdfQ.Nh_iG49Aegxosqjkhskhc0igs-YFwzZk3S1ohu24vAQ"; - sha256 = "LaIzLCW86sbldE9lk7psbYKaTCjwaPLcoD3il6FalTw="; - }; - - override = { - base0D = "F3196E"; - }; - - cursor = { - name = "Bibata-Modern-Classic"; - package = pkgs.bibata-cursors; - size = 18; - }; - - fonts = { -# packages = [ pkgs.nerdfonts ]; -# emoji = { -# package = pkgs.; -# name = ""; -# }; - monospace = { - package = pkgs.nerdfonts; - name = "JetBrainsMono Nerd Font"; - }; -# sansSerif = { -# package = pkgs.; -# name = ""; -# }; -# serif = { -# package = pkgs.; -# name = ""; -# }; - }; + image = wallpaper; opacity = { applications = 0.9;