new wallpaper and changed system color scheme to black-metal-immortal
This commit is contained in:
BIN
assets/wallpapers/sleeping-blackmetal.png
Normal file
BIN
assets/wallpapers/sleeping-blackmetal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 381 KiB |
@@ -41,8 +41,8 @@
|
||||
} @ inputs: let
|
||||
system = "x86_64-linux";
|
||||
username = "pagedmov";
|
||||
wallpaper = "${self}/assets/wallpapers/sleeping.png";
|
||||
base16scheme = "nord"; # can be easily changed with the chscheme script
|
||||
wallpaper = "${self}/assets/wallpapers/sleeping-blackmetal.png";
|
||||
base16scheme = "black-metal-immortal"; # can be easily changed with the chscheme script
|
||||
|
||||
# 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
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Basically a to-do list for stuff I need to write my own modules for.
|
||||
let
|
||||
# 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_string = builtins.readFile scheme_path;
|
||||
|
||||
Reference in New Issue
Block a user