Wallpaper : New wp.

This commit is contained in:
Dmitry Voronin 2024-04-03 06:51:47 +03:00
parent ebdbc2fce8
commit 38ea959f48
2 changed files with 7 additions and 5 deletions

View file

@ -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;

View file

@ -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}"