Wallpaper : New wp.
This commit is contained in:
parent
ebdbc2fce8
commit
38ea959f48
|
@ -110,8 +110,8 @@
|
|||
|
||||
# Wallpaper.
|
||||
wallpaper = { pkgs, ...}: let
|
||||
url = "https://4kwallpapers.com/images/wallpapers/the-walking-dead-3840x2160-15616.jpg";
|
||||
sha256 = "sha256-X+gH8bO936J2Pzh0Z3gMCnvlToX1FXQuTVvWwO6/jfI=";
|
||||
url = "https://r4.wallpaperflare.com/wallpaper/110/664/979/cyberpunk-video-games-pixel-art-the-last-night-wallpaper-f5c2ba815d61ae9dc51a1c73be62f6ed.jpg";
|
||||
sha256 = "sha256-jktdp1GaY638u4/6VHxc4QLHho7jviToBsO0IISAOks=";
|
||||
in {
|
||||
path = pkgs.fetchurl {
|
||||
url = url;
|
||||
|
|
|
@ -12,11 +12,10 @@
|
|||
accent-g = config.lib.stylix.colors.base0A-rgb-g;
|
||||
accent-b = config.lib.stylix.colors.base0A-rgb-b;
|
||||
|
||||
bg = config.lib.stylix.colors.base00;
|
||||
fg = config.lib.stylix.colors.base05;
|
||||
bg = config.lib.stylix.colors.base01;
|
||||
fg = config.lib.stylix.colors.base04;
|
||||
accent = config.lib.stylix.colors.base06;
|
||||
|
||||
|
||||
fontNamePopup = config.stylix.fonts.serif.name;
|
||||
fontSizePopup = config.stylix.fonts.sizes.popups;
|
||||
in {
|
||||
|
@ -32,6 +31,9 @@ in {
|
|||
export neutral_rgb="${neutral-r};${neutral-g};${neutral-b}"
|
||||
export positive_rgb="${positive-r};${positive-g};${positive-b}"
|
||||
export accent_rgb="${accent-r};${accent-g};${accent-b}"
|
||||
export bg="${bg}"
|
||||
export fg="${fg}"
|
||||
export accent="${accent}"
|
||||
|
||||
# Define font.
|
||||
export font_name_popup="${fontNamePopup}"
|
||||
|
|
Loading…
Reference in a new issue