new wallpaper and changed system color scheme to black-metal-immortal

This commit is contained in:
pagedmov
2024-11-03 01:32:22 -05:00
parent 6b73818753
commit 62bbbfa71d
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 KiB

View File

@@ -41,8 +41,8 @@
} @ inputs: let } @ inputs: let
system = "x86_64-linux"; system = "x86_64-linux";
username = "pagedmov"; username = "pagedmov";
wallpaper = "${self}/assets/wallpapers/sleeping.png"; wallpaper = "${self}/assets/wallpapers/sleeping-blackmetal.png";
base16scheme = "nord"; # can be easily changed with the chscheme script base16scheme = "black-metal-immortal"; # can be easily changed with the chscheme script
# Map colors from yaml to attribute set # Map colors from yaml to attribute set
# Extracting colors into a set here allows them to be propagated across the entire config, with or without stylix # Extracting colors into a set here allows them to be propagated across the entire config, with or without stylix

View File

@@ -4,7 +4,7 @@
# Basically a to-do list for stuff I need to write my own modules for. # Basically a to-do list for stuff I need to write my own modules for.
let let
# Custom theme that activates in ssh # Custom theme that activates in ssh
ssh_base16 = "black-metal-venom"; ssh_base16 = "atelier-cave";
scheme_path = "${pkgs.base16-schemes}/share/themes/${ssh_base16}.yaml"; scheme_path = "${pkgs.base16-schemes}/share/themes/${ssh_base16}.yaml";
scheme_string = builtins.readFile scheme_path; scheme_string = builtins.readFile scheme_path;